rootzoll
7 years ago
7 changed files with 8734 additions and 6 deletions
@ -0,0 +1,23 @@ |
|||
# 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 |
@ -0,0 +1,22 @@ |
|||
# lnd configuration |
|||
|
|||
[Application Options] |
|||
debuglevel=info |
|||
debughtlc=true |
|||
maxpendingchannels=5 |
|||
# LINE7 -insert-> alias=[ALIAS] |
|||
color=#68F442 |
|||
|
|||
[Bitcoin] |
|||
bitcoin.active=1 |
|||
|
|||
# enable either testnet or mainnet |
|||
bitcoin.testnet=1 |
|||
#bitcoin.mainnet=1 |
|||
|
|||
bitcoin.node=bitcoind |
|||
|
|||
[autopilot] |
|||
autopilot.active=1 |
|||
autopilot.maxchannels=5 |
|||
autopilot.allocation=0.6 |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue