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.
28 lines
445 B
28 lines
445 B
# bitcoind configuration
|
|
|
|
# mainnet/testnet
|
|
testnet=0
|
|
|
|
# Bitcoind options
|
|
server=1
|
|
daemon=1
|
|
txindex=1
|
|
disablewallet=1
|
|
|
|
# Connection settings
|
|
rpcuser=raspibolt
|
|
rpcpassword=passwordB
|
|
rpcport=8332
|
|
rpcallowip=127.0.0.1
|
|
rpcbind=127.0.0.1:8332
|
|
zmqpubrawblock=tcp://127.0.0.1:28332
|
|
zmqpubrawtx=tcp://127.0.0.1:28333
|
|
|
|
# Raspberry Pi optimizations
|
|
dbcache=100
|
|
maxorphantx=10
|
|
maxmempool=50
|
|
maxconnections=40
|
|
maxuploadtarget=5000
|
|
|
|
datadir=/mnt/hdd/bitcoin
|
|
|