Fix zmq ports in prod bitcoin.conf

This commit is contained in:
wiz 2022-07-27 00:47:46 +02:00
parent 9e6dd65e57
commit 7e504e783f
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -18,12 +18,18 @@ whitelist=2401:b140::/32
#uacomment=@wiz
[main]
bind=0.0.0.0:8333
bind=[::]:8333
rpcbind=127.0.0.1:8332
rpcbind=[::1]:8332
zmqpubrawblock=tcp://127.0.0.1:18332
zmqpubrawtx=tcp://127.0.0.1:18333
bind=0.0.0.0:8333
bind=[::]:8333
zmqpubrawblock=tcp://127.0.0.1:8334
zmqpubrawtx=tcp://127.0.0.1:8335
#addnode=[2401:b140:1::92:201]:8333
#addnode=[2401:b140:1::92:202]:8333
#addnode=[2401:b140:1::92:203]:8333
#addnode=[2401:b140:1::92:204]:8333
#addnode=[2401:b140:1::92:205]:8333
#addnode=[2401:b140:1::92:206]:8333
#addnode=[2401:b140:2::92:201]:8333
#addnode=[2401:b140:2::92:202]:8333
#addnode=[2401:b140:2::92:203]:8333
@ -33,10 +39,18 @@ zmqpubrawtx=tcp://127.0.0.1:18333
[test]
daemon=1
bind=0.0.0.0:18333
bind=[::]:18333
rpcbind=127.0.0.1:18332
rpcbind=[::1]:18332
bind=0.0.0.0:18333
bind=[::]:18333
zmqpubrawblock=tcp://127.0.0.1:18334
zmqpubrawtx=tcp://127.0.0.1:18335
#addnode=[2401:b140:1::92:201]:18333
#addnode=[2401:b140:1::92:202]:18333
#addnode=[2401:b140:1::92:203]:18333
#addnode=[2401:b140:1::92:204]:18333
#addnode=[2401:b140:1::92:205]:18333
#addnode=[2401:b140:1::92:206]:18333
#addnode=[2401:b140:2::92:201]:18333
#addnode=[2401:b140:2::92:202]:18333
#addnode=[2401:b140:2::92:203]:18333
@ -46,10 +60,18 @@ rpcbind=[::1]:18332
[signet]
daemon=1
bind=0.0.0.0:38333
bind=[::]:38333
rpcbind=127.0.0.1:38332
rpcbind=[::1]:38332
bind=0.0.0.0:38333
bind=[::]:38333
zmqpubrawblock=tcp://127.0.0.1:38334
zmqpubrawtx=tcp://127.0.0.1:38335
#addnode=[2401:b140:1::92:201]:38333
#addnode=[2401:b140:1::92:202]:38333
#addnode=[2401:b140:1::92:203]:38333
#addnode=[2401:b140:1::92:204]:38333
#addnode=[2401:b140:1::92:205]:38333
#addnode=[2401:b140:1::92:206]:38333
#addnode=[2401:b140:2::92:201]:38333
#addnode=[2401:b140:2::92:202]:38333
#addnode=[2401:b140:2::92:203]:38333