From b9b52c9a944917eff9428a9ac0891546cff73896 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 22 Mar 2019 16:03:53 -0700 Subject: [PATCH] README: add instructions for testnet mode --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fc8cd9..fd0a5ad 100644 --- a/README.md +++ b/README.md @@ -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