mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +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
|
||||
sudo -u bitcoin git clone https://github.com/lightninglabs/loop.git
|
||||
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
|
||||
go install ./...
|
||||
|
||||
|
@ -45,7 +45,7 @@ After=lnd.service
|
|||
|
||||
[Service]
|
||||
WorkingDirectory=/home/bitcoin/loop
|
||||
ExecStart=/usr/local/gocode/bin/loopd
|
||||
ExecStart=/usr/local/gocode/bin/loopd --network=${chain}net
|
||||
User=bitcoin
|
||||
Group=bitcoin
|
||||
Type=simple
|
||||
|
|
Loading…
Add table
Reference in a new issue