forked from fireduck64/jelectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjelly.sample.conf
61 lines (43 loc) · 1.21 KB
/
jelly.sample.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
event_log_enabled=yes
event_log_path=event-log.txt
tcp_port=50001
ssl_port=50002
banner_file=motd.txt
# A bitcoind is needed to submit transactions through
bitcoind_username=bitcoin
bitcoind_password=somepassword
bitcoind_host=localhost
bitcoind_port=8332
# Use peers other than the bitcoind configured above?
bitcoin_network_use_peers=false
# The keystore if an SSL cert and private key.
# only needed if an ssl port is used
keystore_path=keystore.jks
keystore_store_password=password
keystore_key_password=password
irc_enabled=true
irc_nick=jerkface
irc_advertise_host=some.host.com
db_type=mongo
mongo_db_name=jelectrum
mongo_db_host=localhost
mongo_db_connections_per_host=8
# This is probably not a good idea to have on
# I think it doesn't save much at a pretty
# massive CPU cost for all the object overhead involved
mongo_db_compression=false
#db_type=sql
sql_db_username=jelectrum
sql_db_password=dd32321fgvf
sql_db_driver=org.postgresql.Driver
sql_db_uri=jdbc:postgresql://localhost/jelectrum
sql_db_conns=200
#db_type=leveldb
leveldb_host=localhost
leveldb_port=8844
leveldb_conns=32
#db_type=lobstack
lobstack_path=/var/ssd/clash/lobstack
lobstack_minfree_gb=32
block_save_threads=8
transaction_save_threads=8