mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
ref(dashcore-utils): add zmqpubhashchainlock and zmqpubrawchainlock to dash.example.conf
This commit is contained in:
@@ -16,6 +16,8 @@ rpcallowip=127.0.0.1/16
|
||||
# See https://github.com/dashpay/dash/issues/5461
|
||||
zmqpubrawtx=tcp://127.0.0.1:28332
|
||||
zmqpubrawtxlock=tcp://127.0.0.1:28332
|
||||
zmqpubrawchainlock=tcp://127.0.0.1:28332
|
||||
zmqpubhashchainlock=tcp://127.0.0.1:28332
|
||||
|
||||
[test]
|
||||
rpcuser=RPCUSER_TEST
|
||||
@@ -26,6 +28,8 @@ rpcconnect=127.0.0.1:19998
|
||||
rpcallowip=127.0.0.1/16
|
||||
zmqpubrawtx=tcp://127.0.0.1:18009
|
||||
zmqpubrawtxlock=tcp://127.0.0.1:18009
|
||||
zmqpubrawchainlock=tcp://127.0.0.1:18009
|
||||
zmqpubhashchainlock=tcp://127.0.0.1:18009
|
||||
|
||||
[regtest]
|
||||
rpcuser=RPCUSER_REGTEST
|
||||
@@ -36,4 +40,5 @@ rpcconnect=127.0.0.1:19898
|
||||
rpcallowip=127.0.0.1/16
|
||||
zmqpubrawtx=tcp://127.0.0.1:18809
|
||||
zmqpubrawtxlock=tcp://127.0.0.1:18809
|
||||
|
||||
zmqpubrawchainlock=tcp://127.0.0.1:18809
|
||||
zmqpubhashchainlock=tcp://127.0.0.1:18809
|
||||
|
||||
Reference in New Issue
Block a user