We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've been scouring the interwebs and I can't find what the default ports are for Dash.
Can someone fill in the blanks for me?
[main] bind=127.0.0.1:9999 rpcbind=127.0.0.1:9998 zmqpubrawtx=tcp://127.0.0.1:28332 zmqpubrawtxlock=tcp://127.0.0.1:28332 [test] bind=127.0.0.1:19999 rpcbind=127.0.0.1:19998 zmqpubrawtx=tcp://127.0.0.1:????? ??? zmqpubrawtxlock=tcp://127.0.0.1:????? ??? [regtest] bind=127.0.0.1:19899 rpcbind=127.0.0.1:19898 zmqpubrawtx=tcp://127.0.0.1:????? ??? zmqpubrawtxlock=tcp://127.0.0.1:????? ???
The text was updated successfully, but these errors were encountered:
Also, I think there are some typos here: https://docs.dash.org/projects/core/en/stable/docs/examples/receiving-zmq-notifications.html
Looks like maybe this was copy-pasta from B.
All other documentation says Dash zeromq port should be 28332. Only this document uses 20009.
28332
20009
Sorry, something went wrong.
I did find some documentation for another coin referencing 18009 for testnet.
18009
No branches or pull requests
I've been scouring the interwebs and I can't find what the default ports are for Dash.
Can someone fill in the blanks for me?
The text was updated successfully, but these errors were encountered: