docker: update docker instructions to be aware of multi-chain config
This commit is contained in:
parent
99f6454677
commit
d5af509435
@ -109,6 +109,9 @@ bob$ lncli getinfo
|
|||||||
"block_hash": "7d0bc86ea4151ed3b5be908ea883d2ac3073263537bcf8ca2dca4bec22e79d50",
|
"block_hash": "7d0bc86ea4151ed3b5be908ea883d2ac3073263537bcf8ca2dca4bec22e79d50",
|
||||||
"synced_to_chain": true,
|
"synced_to_chain": true,
|
||||||
"testnet": false
|
"testnet": false
|
||||||
|
"chains": [
|
||||||
|
"bitcoin"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get the IP address of "Bob" node:
|
# Get the IP address of "Bob" node:
|
||||||
|
@ -47,10 +47,11 @@ BITCOIN_NETWORK=$(set_default "$BITCOIN_NETWORK" "simnet")
|
|||||||
lnd \
|
lnd \
|
||||||
--datadir="/data" \
|
--datadir="/data" \
|
||||||
--logdir="/data" \
|
--logdir="/data" \
|
||||||
"--$BITCOIN_NETWORK" \
|
|
||||||
--btcdhost="btcd" \
|
|
||||||
--rpccert="/rpc/rpc.cert" \
|
--rpccert="/rpc/rpc.cert" \
|
||||||
--rpcuser="$RPCUSER" \
|
--bitcoin.active \
|
||||||
--rpcpass="$RPCPASS" \
|
"--bitcoin.$BITCOIN_NETWORK" \
|
||||||
|
--bitcoin.rpchost="btcd" \
|
||||||
|
--bitcoin.rpcuser="$RPCUSER" \
|
||||||
|
--bitcoin.rpcpass="$RPCPASS" \
|
||||||
--debuglevel="$DEBUG" \
|
--debuglevel="$DEBUG" \
|
||||||
"$@"
|
"$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user