File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ HOSTNAME=$(hostname)
6060# Also, setting --rpclisten to $HOSTNAME will cause it to listen on an IP
6161# address that is reachable on the internal network. If you do this outside of
6262# docker, this might be a security concern!
63- # [:18555 ] is the default btcd RPC port in SIMNET network.
63+ # [:18556 ] is the default btcd RPC port in SIMNET network.
6464
6565if [ " $BACKEND " == " bitcoind" ]; then
6666 exec lnd \
@@ -83,7 +83,7 @@ elif [ "$BACKEND" == "btcd" ]; then
8383 " --$CHAIN .$NETWORK " \
8484 " --$CHAIN .node" =" $BACKEND " \
8585 " --$BACKEND .rpccert" =" $RPCCRTPATH " \
86- " --$BACKEND .rpchost" =" $RPCHOST :18555 " \
86+ " --$BACKEND .rpchost" =" $RPCHOST :18556 " \
8787 " --$BACKEND .rpcuser" =" $RPCUSER " \
8888 " --$BACKEND .rpcpass" =" $RPCPASS " \
8989 " --rpclisten=127.0.0.1:10009" \
You can’t perform that action at this time.
0 commit comments