mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
#931 update to loop v0.3.1 & add testnet support
This commit is contained in:
parent
ae68d11bf0
commit
178d9a2328
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||||
cd /home/bitcoin
|
cd /home/bitcoin
|
||||||
sudo -u bitcoin git clone https://github.com/lightninglabs/loop.git
|
sudo -u bitcoin git clone https://github.com/lightninglabs/loop.git
|
||||||
cd /home/bitcoin/loop
|
cd /home/bitcoin/loop
|
||||||
sudo -u bitcoin git reset --hard v0.3.0-alpha
|
sudo -u bitcoin git reset --hard v0.3.1-alpha
|
||||||
cd /home/bitcoin/loop/cmd
|
cd /home/bitcoin/loop/cmd
|
||||||
go install ./...
|
go install ./...
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ After=lnd.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/home/bitcoin/loop
|
WorkingDirectory=/home/bitcoin/loop
|
||||||
ExecStart=/usr/local/gocode/bin/loopd
|
ExecStart=/usr/local/gocode/bin/loopd --network=${chain}net
|
||||||
User=bitcoin
|
User=bitcoin
|
||||||
Group=bitcoin
|
Group=bitcoin
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
Loading…
Add table
Reference in a new issue