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.
24 lines
419 B
24 lines
419 B
7 years ago
|
# bitcoind configuration
|
||
|
|
||
|
# remove the following line to enable Bitcoin mainnet
|
||
|
testnet=1
|
||
|
|
||
|
# Bitcoind options
|
||
|
server=1
|
||
|
daemon=1
|
||
|
txindex=1
|
||
|
disablewallet=1
|
||
|
|
||
|
# Connection settings
|
||
|
rpcuser=raspibolt
|
||
|
# LINE15 -insert-> rpcpassword=[PASSWORDB]
|
||
|
zmqpubrawblock=tcp://127.0.0.1:29000
|
||
|
zmqpubrawtx=tcp://127.0.0.1:29000
|
||
|
|
||
|
# Raspberry Pi optimizations
|
||
|
dbcache=100
|
||
|
maxorphantx=10
|
||
|
maxmempool=50
|
||
|
maxconnections=40
|
||
|
maxuploadtarget=5000
|