2018-07-29 01:33:54 +02:00
|
|
|
# litecoind configuration
|
|
|
|
|
2018-08-24 02:25:21 +02:00
|
|
|
# mainnet/testnet - to switch just comment/uncomment
|
2018-07-29 01:33:54 +02:00
|
|
|
#testnet=1
|
|
|
|
|
2018-10-18 19:05:23 +02:00
|
|
|
# litcoind options
|
2018-07-29 01:33:54 +02:00
|
|
|
server=1
|
|
|
|
daemon=1
|
|
|
|
txindex=1
|
|
|
|
disablewallet=1
|
|
|
|
|
|
|
|
# Connection settings
|
|
|
|
rpcuser=raspibolt
|
2018-08-14 12:48:01 +02:00
|
|
|
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-07-29 12:21:52 +02:00
|
|
|
datadir=/home/bitcoin/.litecoin
|