doc(dashcore): note zmq bind behavior

This commit is contained in:
AJ ONeal
2023-06-25 03:31:41 +00:00
parent af06adb0bb
commit d2980418dc

View File

@@ -12,6 +12,8 @@ bind=127.0.0.1:9999
rpcbind=127.0.0.1:9998
rpcconnect=127.0.0.1:9998
rpcallowip=127.0.0.1/16
# zmq* can only be bound to a single interface
# See https://github.com/dashpay/dash/issues/5461
zmqpubrawtx=tcp://127.0.0.1:28332
zmqpubrawtxlock=tcp://127.0.0.1:28332