mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
config changes for latest lnd
This commit is contained in:
@@ -12,8 +12,8 @@ disablewallet=1
|
||||
# Connection settings
|
||||
rpcuser=raspibolt
|
||||
rpcpassword=passwordB
|
||||
zmqpubrawblock=tcp://127.0.0.1:29000
|
||||
zmqpubrawtx=tcp://127.0.0.1:29000
|
||||
zmqpubrawblock=tcp://127.0.0.1:28332
|
||||
zmqpubrawtx=tcp://127.0.0.1:28333
|
||||
|
||||
# Raspberry Pi optimizations
|
||||
dbcache=100
|
||||
|
@@ -13,7 +13,7 @@ disablewallet=1
|
||||
rpcuser=raspibolt
|
||||
rpcpassword=passwordB
|
||||
zmqpubrawblock=tcp://127.0.0.1:28332
|
||||
zmqpubrawtx=tcp://127.0.0.1:28332
|
||||
zmqpubrawtx=tcp://127.0.0.1:28333
|
||||
|
||||
# Raspberry Pi optimizations
|
||||
dbcache=100
|
||||
|
@@ -15,9 +15,11 @@ bitcoin.testnet=1
|
||||
#bitcoin.mainnet=1
|
||||
|
||||
bitcoin.node=bitcoind
|
||||
bitcoind.rpchost=127.0.0.1
|
||||
bitcoind.rpcuser=raspibolt
|
||||
bitcoind.rpcpass=passwordB
|
||||
bitcoind.zmqpath=tcp://127.0.0.1:29000
|
||||
bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
|
||||
bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
|
||||
|
||||
[autopilot]
|
||||
autopilot.active=1
|
||||
|
@@ -2,7 +2,6 @@
|
||||
|
||||
[Application Options]
|
||||
debuglevel=info
|
||||
debughtlc=true
|
||||
maxpendingchannels=5
|
||||
alias=raspiblitz
|
||||
color=#68F442
|
||||
@@ -11,9 +10,11 @@ color=#68F442
|
||||
litecoin.active=1
|
||||
litecoin.mainnet=1
|
||||
litecoin.node=litecoind
|
||||
litecoind.rpchost=127.0.0.1
|
||||
litecoind.rpcuser=raspibolt
|
||||
litecoind.rpcpass=passwordB
|
||||
litecoind.zmqpath=tcp://127.0.0.1:28332
|
||||
litecoind.zmqpubrawblock=tcp://127.0.0.1:28332
|
||||
litecoind.zmqpubrawtx=tcp://127.0.0.1:28333
|
||||
|
||||
[autopilot]
|
||||
autopilot.active=1
|
||||
|
Reference in New Issue
Block a user