updated lnd commit

This commit is contained in:
rootzoll
2018-09-18 20:45:53 +02:00
parent 983294a8d6
commit e00fe81277
3 changed files with 5 additions and 5 deletions

View File

@@ -244,7 +244,7 @@ echo "*** LND ***"
##### Build from Source ##### Build from Source
# To quickly catch up get latest patches if needed # To quickly catch up get latest patches if needed
repo="github.com/lightningnetwork/lnd" repo="github.com/lightningnetwork/lnd"
commit="3b2c807288b1b7f40d609533c1e96a510ac5fa6d" commit="25145acc46cc5d18e4e348eed097300b1391d2a7"
# BUILDING LND FROM SOURCE # BUILDING LND FROM SOURCE
echo "*** Installing Go ***" echo "*** Installing Go ***"
wget https://storage.googleapis.com/golang/go1.10.linux-armv6l.tar.gz wget https://storage.googleapis.com/golang/go1.10.linux-armv6l.tar.gz

View File

@@ -17,7 +17,7 @@ network=`cat .network`
# experimental redirect if bitcoin # experimental redirect if bitcoin
if [ "$network" = "bitcoin" ]; then if [ "$network" = "bitcoin" ]; then
./50torrentHDD.bitcoin.sh ./50torrentHDD.sh
exit 1 exit 1
fi fi

View File

@@ -13,15 +13,15 @@ rpclisten=0.0.0.0:10009
[Bitcoin] [Bitcoin]
bitcoin.active=1 bitcoin.active=1
bitcoin.node=bitcoind
# enable either testnet or mainnet # enable either testnet or mainnet
#bitcoin.testnet=1 #bitcoin.testnet=1
bitcoin.mainnet=1 bitcoin.mainnet=1
bitcoin.node=bitcoind [Bitcoind]
bitcoind.rpchost=127.0.0.1
bitcoind.rpcuser=raspibolt bitcoind.rpcuser=raspibolt
bitcoind.rpcpass=passwordB bitcoind.rpcpass=passwordB
bitcoind.rpchost=127.0.0.1
bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332 bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333 bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333