mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
640 B
37 lines
640 B
# Have TOR commented for initial sync
|
|
onion=10.11.5.1:29050
|
|
torcontrol=10.11.5.1:29051
|
|
torpassword=umbrelftw
|
|
|
|
server=1
|
|
rest=1
|
|
#uncomment this for testnet
|
|
#testnet=1
|
|
|
|
# Low bandwidth/CPU optimizations
|
|
blocksonly=1
|
|
maxconnections=8
|
|
dbcache=1000
|
|
maxmempool=512
|
|
maxuploadtarget=5000
|
|
|
|
# uncomment test if testnet=1 is activated
|
|
#[test]
|
|
port=8333
|
|
rpcport=8332
|
|
|
|
# Prune it up first (We can uncomment this later or by script, should there be enough space)
|
|
prune=550
|
|
|
|
# Temporary solution while we don't have the drives
|
|
#txindex=1
|
|
#blockfilterindex=1
|
|
#peerbloomfilters=0
|
|
|
|
logips=1
|
|
logtimestamps=0
|
|
logthreadnames=1
|
|
|
|
nodebuglogfile=1
|
|
rpcbind=0.0.0.0
|
|
|
|
|