Skip to content

Commit b9b52c9

Browse files
committed
README: add instructions for testnet mode
1 parent c0a1b4e commit b9b52c9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,17 @@ After you have lnd and the Loop client installed, you can execute a Loop swap.
105105
The Loop client needs its own short-lived daemon which will deal with the swaps
106106
in progress.
107107

108-
To run this:
108+
Command to start `loopd`::
109109

110110
```
111-
`loopd`
111+
loopd
112112
113113
// Or if you want to do everything in the same terminal and background loopd
114-
`loopd &`
114+
loopd &
115+
116+
// For testnet mode, you'll need to specify the network as mainnet is the
117+
default:
118+
loopd --network=testnet
115119
```
116120

117121
By default `loopd` attempts to connect to the lnd instance running on

0 commit comments

Comments
 (0)