Skip to content

Commit e2be3a6

Browse files
committed
Improve config
1 parent a8e7f88 commit e2be3a6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

btc_rpc_proxy.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
verbose = 4
2+
max_peer_concurrency = 4
3+
default_fetch_blocks = true
4+
bitcoind_address = "172.23.0.10"
15
bitcoind_user = "bitcoinrpc"
26
bitcoind_password = "taxation is theft"
3-
bind_address = "127.0.0.1"
7+
bind_address = "0.0.0.0"
48

59
[user.public]
610
password = "public"

0 commit comments

Comments
 (0)