tweak settings

This commit is contained in:
openoms
2022-02-02 17:50:19 +00:00
parent b196c13cec
commit de8a91c147

View File

@@ -87,18 +87,19 @@ datadir = /home/fulcrum/.fulcrum/db
bitcoind = 127.0.0.1:8332
rpcuser = raspibolt
rpcpassword = ${PASSWORD_B}
tcp = 0.0.0.0:50020
#cert = /path/to/server-cert.pem
#key = /path/to/server-key.pem
# fast-sync failed on the RPi so keep it off
# fast-sync = 4000
# reduce load
bitcoind_clients = 1
# avoid 'bitcoind request timed out'
bitcoind_timeout = 300
# reduce load
bitcoind_clients = 1
worker_threads = 2
db_max_open_files=500
db_mem=1024
fast-sync = 2048
tcp = 0.0.0.0:50020
#cert = /path/to/server-cert.pem
#key = /path/to/server-key.pem
" | sudo -u fulcrum tee /home/fulcrum/.fulcrum/fulcrum.conf
```
* the ports 50020 and 50011 are used to not interfere with a possible Electrs or ElectrumX instance