Skip to content
New issue

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

main, test, and regtest default ports? #102

Open
coolaj86 opened this issue Jun 21, 2023 · 2 comments
Open

main, test, and regtest default ports? #102

coolaj86 opened this issue Jun 21, 2023 · 2 comments

Comments

@coolaj86
Copy link

coolaj86 commented Jun 21, 2023

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:?????  ???
@coolaj86
Copy link
Author

coolaj86 commented Jun 21, 2023

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.

@coolaj86
Copy link
Author

I did find some documentation for another coin referencing 18009 for testnet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant