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

config - changed network bip32 values, testnet/regtest pubkey #767

Merged
merged 1 commit into from
May 9, 2016

Conversation

moocowmoo
Copy link

Updated testnet (and regtest) address constant to only create addresses beginning with 'y' for less potential for confusion with mainnet addresses beginning with 'X'. Previous value would create values of 'x' and 'y'.

Updated bip32 constants to remove 'drk' reference and still differentiate from bitcoin bip32 seeds. Public/private seeds will be prefixed with dpub/dprv for mainnet and DPUB/DPRV for testnet/regtest. Values chosen per developer discussions here: https://www.dash.org/forum/threads/dash-bip32-serialization-values-dev-discussion-wont-apply-to-most.8092 .

mainnet bip32 seeds start with dpub/dprv
testnet/regtest  bip32 seeds start with DPUB/DPRV
only create public testnet/regtest addresses starting with y
@UdjinM6
Copy link

UdjinM6 commented May 9, 2016

Looks good! 👍

@eduffield222 eduffield222 merged commit f13b9ad into dashpay:v0.12.1.x May 9, 2016
@UdjinM6 UdjinM6 mentioned this pull request May 10, 2016
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.

3 participants