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

[Security Issue] Adjust pubKeyHash b/c it overlaps with an Ark chain #1

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

vRobM
Copy link

@vRobM vRobM commented Nov 2, 2018

An existing Ark chain, Persona.im, already uses the same pubKeyHash of 55, which will overlap your address space exactly.
Shifting to a pubKeyHash of 56 retains addresses in the P... range and avoids conflict with Persona.

idxDec: 55
idxHex: 0x37
min: P8bB9yPr3vVByqfmM5KXftyGckAtAdu6f8
max: PXvn95h8m6x4oGorNVerA2F4FFRpmMwCyw

idxDec: 56
idxHex: 0x38
min: PXvn95h8m6x4oGorNVerA2F4FFRpqMqwAM
max: PwGP8BzRUHQwchwwPuzAe9WqskgmTLNx8F

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