README: add instructions for testnet mode

pull/25/head
Olaoluwa Osuntokun 5 years ago
parent c0a1b4e2ac
commit b9b52c9a94
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -105,13 +105,17 @@ After you have lnd and the Loop client installed, you can execute a Loop swap.
The Loop client needs its own short-lived daemon which will deal with the swaps
in progress.
To run this:
Command to start `loopd`::
```
`loopd`
loopd
// Or if you want to do everything in the same terminal and background loopd
`loopd &`
loopd &
// For testnet mode, you'll need to specify the network as mainnet is the
default:
loopd --network=testnet
```
By default `loopd` attempts to connect to the lnd instance running on

Loading…
Cancel
Save