raspiblitz/home.admin/assets/litecoin.conf

30 lines
477 B
Text
Raw Normal View History

2018-07-29 01:33:54 +02:00
# litecoind configuration
2018-12-06 14:36:02 +01:00
# mainnet/testnet
2018-12-13 16:42:01 +01:00
testnet=0
2018-07-29 01:33:54 +02:00
2018-10-18 19:05:23 +02:00
# litcoind options
2018-07-29 01:33:54 +02:00
server=1
daemon=1
txindex=0
2018-07-29 01:33:54 +02:00
disablewallet=1
# Connection settings
rpcuser=raspibolt
rpcpassword=passwordB
2018-07-29 01:33:54 +02:00
zmqpubrawblock=tcp://127.0.0.1:28332
2018-08-20 00:35:05 +02:00
zmqpubrawtx=tcp://127.0.0.1:28333
2018-07-29 01:33:54 +02:00
# Raspberry Pi optimizations
dbcache=100
maxorphantx=10
maxmempool=50
maxconnections=40
maxuploadtarget=5000
# litecoin specials
discardfee=0.00000001
mintxfee=0.00000001
minrelaytxfee=0.00000001
2018-12-10 00:24:37 +01:00
datadir=/mnt/hdd/litecoin