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

Unique address format: treba imati neki svoj initial za adresu kao sto ima Bitcoin Gold da se razlikuje od drugih Bitcoin forkova: #6

Closed
NedimRenesalis opened this issue Mar 7, 2020 · 1 comment
Labels
task Creates a new workflow

Comments

@NedimRenesalis
Copy link
Member

NedimRenesalis commented Mar 7, 2020

Primer kod Bitcoin Gold: BTCGPU/BTCGPU#80

Generalni opis Bitcoin adresa:

https://en.bitcoin.it/wiki/Address

Specifikacije Bitcoin Gold adresa:

https://www.google.com/search?q=bitcoin gold address format&oq=bitcoin gold address&aqs=chrome.0.0j69i57j0l6.2953j1j8&sourceid=chrome&ie=UTF-8

Pogledaj i ovo:

sopaxorztaker.github.io/gold-address/

@NedimRenesalis NedimRenesalis added the task Creates a new workflow label Mar 7, 2020
@ramizpolic
Copy link
Contributor

Bitcoin Global unique address formatting implemented by commit bitcoin-global/020eced

New rules:

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,38);  // prefix: G
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,23);  // prefix: A

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

No branches or pull requests

2 participants