cuprate
cuprate copied to clipboard
Port numbers for `cuprated`
What
Which port numbers will cuprated
use by default?
The standard
monerod
uses the following ports as convention/defaults:
Port | Purpose |
---|---|
18080 | P2P traffic |
18081 | Non-restricted RPC |
18082 (but sometimes on 18083) | ZMQ |
18083 (convention) | Anonymity network |
18089 (convention) | Restricted RPC |
2808* is used for for testnet, 3808* is used for stagenet.
Considerations
- 4808* is tempting but may clash with
monerod
in the future - Should be above 1024
- Should not be a common test port, i.e. 8000, 8080, 7777
- Should not be a port used by another common program, i.e. 9001, 8333