Mayank Chhabra
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
21 additions and
27 deletions
-
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 |
|
|
|