Browse Source

Cleanup bitcoin.conf (#102)

mount-script-check
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
1784741d06
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 48
      templates/bitcoin-sample.conf

48
templates/bitcoin-sample.conf

@ -1,26 +1,24 @@
# Have TOR commented for initial sync
onion=10.11.5.1:29050
torcontrol=10.11.5.1:29051
torpassword=<password>
# Bitcoin daemon
server=1
rest=1
#uncomment this for testnet
# Automatically uncommented if Umbrel
# is configured for testnet
#testnet=1
#uncomment this for regtest
#[test]
# Automatically uncommented if Umbrel
# is configured for regtest
#regtest=1
#[regtest]
# Low bandwidth/CPU optimizations
blocksonly=1
maxconnections=8
dbcache=<size>
maxmempool=300
maxuploadtarget=5000
# Tor
onion=10.11.5.1:29050
torcontrol=10.11.5.1:29051
torpassword=<password>
# uncomment test if testnet=1 is activated
#[test]
# uncomment regtest if regtest=1 is activated
#[regtest]
# Connections
port=<port>
rpcport=<port>
rpcbind=10.11.1.1
@ -29,15 +27,11 @@ rpcallowip=10.11.0.0/16
rpcallowip=127.0.0.1
rpcauth=<rpcauth>
prune=0
#txindex=1
#blockfilterindex=1
#peerbloomfilters=0
logips=1
logtimestamps=0
logthreadnames=1
nodebuglogfile=1
# Optimizations
dbcache=<size>
maxconnections=40
maxmempool=300
maxorphantx=10
maxuploadtarget=1000
minrelaytxfee=0.00000001
prune=0

Loading…
Cancel
Save