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.

38 lines
563 B

5 years ago
# Bitcoin daemon
5 years ago
server=1
rest=1
# Automatically uncommented if Umbrel
# is configured for testnet
#testnet=1
#[test]
# Automatically uncommented if Umbrel
# is configured for regtest
#regtest=1
#[regtest]
5 years ago
# Tor
onion=10.11.5.1:29050
torcontrol=10.11.5.1:29051
torpassword=<password>
5 years ago
# Connections
port=<port>
rpcport=<port>
rpcbind=10.11.1.1
rpcbind=127.0.0.1
rpcallowip=10.11.0.0/16
rpcallowip=127.0.0.1
rpcauth=<rpcauth>
5 years ago
# Optimizations
dbcache=<size>
maxconnections=40
maxmempool=300
maxorphantx=10
maxuploadtarget=1000
minrelaytxfee=0.00000001
prune=0