Skip to content

Commit 0d189e0

Browse files
committed
bind bitcoind to 0.0.0.0
1 parent c057f2b commit 0d189e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lnregtest/lib/node_config_templates.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"regtest=1\n" \
3636
"rpcuser=lnd\n" \
3737
"rpcpassword=123456\n" \
38-
"fallbackfee=0.00001000\n"
38+
"fallbackfee=0.00001000\n" \
39+
"regtest.rpcbind=0.0.0.0\n" \
40+
"server=1\n" \
41+
"rpcallowip=0.0.0.0/0\n"
3942

4043
cln_config_template = \
4144
"alias={name}\n" \

0 commit comments

Comments
 (0)