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

Add support for Monero (XMR) stagenet addresses #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for Monero (XMR) stagenet addresses #62

wants to merge 1 commit into from

Conversation

septagram
Copy link

Aside from prod and testnet, Monero also has stagenet which is essentially the same thing most other cryptocurrencies call "testnet". In Monero, however, testnet is the "experimental" network and blockchain where things get released long before mainnet.

@septagram
Copy link
Author

It says "unknown repository" because I deleted my fork so I can create a similar pull request at christsim/multicoin-address-validator, which appears to be better maintained at the moment :(

@aaronovz1
Copy link

This also needs to include validation of subaddresses. See https://github.com/monero-project/monero/blob/master/src/cryptonote_config.h for the prefixes.

@septagram
Copy link
Author

Thanks for the pointer, will try to implement that, it's definitely necessary.

However, the original code did did not include subaddress validation as well, so IMHO subaddress validation can be added in a separate pull request.

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

Successfully merging this pull request may close these issues.

2 participants