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

Loading…
Cancel
Save