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.
45 lines
825 B
45 lines
825 B
5 years ago
|
# Have TOR commented for initial sync
|
||
5 years ago
|
onion=10.11.5.1:29050
|
||
|
torcontrol=10.11.5.1:29051
|
||
5 years ago
|
torpassword=<password>
|
||
5 years ago
|
|
||
|
server=1
|
||
|
rest=1
|
||
5 years ago
|
#uncomment this for testnet
|
||
|
#testnet=1
|
||
5 years ago
|
#uncomment this for regtest
|
||
|
#regtest=1
|
||
5 years ago
|
|
||
5 years ago
|
# Low bandwidth/CPU optimizations
|
||
|
blocksonly=1
|
||
|
maxconnections=8
|
||
5 years ago
|
dbcache=<size>
|
||
5 years ago
|
maxmempool=300
|
||
5 years ago
|
maxuploadtarget=5000
|
||
|
|
||
5 years ago
|
# uncomment test if testnet=1 is activated
|
||
5 years ago
|
#[test]
|
||
5 years ago
|
# uncomment regtest if regtest=1 is activated
|
||
|
#[regtest]
|
||
5 years ago
|
port=<port>
|
||
|
rpcport=<port>
|
||
5 years ago
|
rpcbind=10.11.1.1
|
||
5 years ago
|
rpcbind=127.0.0.1
|
||
5 years ago
|
rpcallowip=10.11.0.0/16
|
||
5 years ago
|
rpcallowip=127.0.0.1
|
||
5 years ago
|
rpcauth=<rpcauth>
|
||
5 years ago
|
|
||
5 years ago
|
# Prune it up first (We can uncomment this later or by script, should there be enough space)
|
||
5 years ago
|
prune=550
|
||
5 years ago
|
|
||
5 years ago
|
# Temporary solution while we don't have the drives
|
||
5 years ago
|
#txindex=1
|
||
|
#blockfilterindex=1
|
||
|
#peerbloomfilters=0
|
||
5 years ago
|
|
||
5 years ago
|
logips=1
|
||
|
logtimestamps=0
|
||
|
logthreadnames=1
|
||
5 years ago
|
|
||
5 years ago
|
nodebuglogfile=1
|