mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
updated lnd commit
This commit is contained in:
parent
983294a8d6
commit
e00fe81277
@ -244,7 +244,7 @@ echo "*** LND ***"
|
||||
##### Build from Source
|
||||
# To quickly catch up get latest patches if needed
|
||||
repo="github.com/lightningnetwork/lnd"
|
||||
commit="3b2c807288b1b7f40d609533c1e96a510ac5fa6d"
|
||||
commit="25145acc46cc5d18e4e348eed097300b1391d2a7"
|
||||
# BUILDING LND FROM SOURCE
|
||||
echo "*** Installing Go ***"
|
||||
wget https://storage.googleapis.com/golang/go1.10.linux-armv6l.tar.gz
|
||||
|
@ -17,7 +17,7 @@ network=`cat .network`
|
||||
|
||||
# experimental redirect if bitcoin
|
||||
if [ "$network" = "bitcoin" ]; then
|
||||
./50torrentHDD.bitcoin.sh
|
||||
./50torrentHDD.sh
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -13,15 +13,15 @@ rpclisten=0.0.0.0:10009
|
||||
|
||||
[Bitcoin]
|
||||
bitcoin.active=1
|
||||
|
||||
bitcoin.node=bitcoind
|
||||
# enable either testnet or mainnet
|
||||
#bitcoin.testnet=1
|
||||
bitcoin.mainnet=1
|
||||
|
||||
bitcoin.node=bitcoind
|
||||
bitcoind.rpchost=127.0.0.1
|
||||
[Bitcoind]
|
||||
bitcoind.rpcuser=raspibolt
|
||||
bitcoind.rpcpass=passwordB
|
||||
bitcoind.rpchost=127.0.0.1
|
||||
bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
|
||||
bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user