Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 7d86a98

Browse files
committed
removed unnecesary command
1 parent 9b6ad7b commit 7d86a98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

assets/script/setup_local_cluster.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ btcd --txindex --simnet --rpcuser=kek --rpcpass=kek --datadir=data/btcd/data --l
1313
1414
lnd --rpclisten=localhost:10009 --listen=localhost:10019 --restlisten=localhost:8009 --lnddir=data/lnd --debuglevel=info --bitcoin.simnet --bitcoin.active --bitcoin.node=btcd --btcd.rpcuser=kek --btcd.rpcpass=kek --no-macaroons
1515
16-
# if this is your first time, create the wallet
17-
lncli --rpcserver=localhost:10009 --no-macaroons --lnddir=data/lnd create
18-
19-
# otherwise unlock the wallet
2016
lncli --rpcserver=localhost:10009 --no-macaroons --lnddir=data/lnd unlock
2117
2218
lnd --rpclisten=localhost:10002 --listen=localhost:10012 --restlisten=localhost:8002 --lnddir=data/lnd2 --debuglevel=info --bitcoin.simnet --bitcoin.active --bitcoin.node=btcd --btcd.rpcuser=kek --btcd.rpcpass=kek --no-macaroons --noencryptwallet

0 commit comments

Comments
 (0)