raspiblitz/home.admin/assets/bitcoin.conf

29 lines
445 B
Text
Raw Normal View History

2018-07-17 15:59:43 +02:00
# bitcoind configuration
2018-12-06 14:36:02 +01:00
# mainnet/testnet
testnet=0
2018-07-17 15:59:43 +02:00
# Bitcoind options
server=1
daemon=1
2019-06-18 21:14:19 +02:00
txindex=0
2018-07-17 15:59:43 +02:00
disablewallet=1
# Connection settings
rpcuser=raspibolt
rpcpassword=passwordB
2019-01-10 18:10:24 +01:00
rpcport=8332
rpcallowip=127.0.0.1
rpcbind=127.0.0.1:8332
2018-08-20 00:35:05 +02:00
zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28333
2018-07-17 15:59:43 +02:00
# Raspberry Pi optimizations
2019-08-08 02:15:44 +02:00
dbcache=128
2018-07-17 15:59:43 +02:00
maxorphantx=10
2019-08-08 02:15:44 +02:00
maxmempool=64
2018-07-17 15:59:43 +02:00
maxconnections=40
maxuploadtarget=5000
2018-07-29 12:21:52 +02:00
2018-12-10 00:24:37 +01:00
datadir=/mnt/hdd/bitcoin