iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.57k stars 1.45k forks source link

Bitcore (BTX) changed address prefixes in 0.15.1.0. #231

Closed dan-da closed 6 years ago

dan-da commented 6 years ago

PUBKEY_ADDRESS: 0 --> 5 SCRIPT_ADDRESS: 0 --> 125

See https://github.com/LIMXTEC/BitCore/commit/0ee70eb84f6b36ca2c69036e62c6c0f67312aa7a

old p2pkh address: 1LduV2rRQAcTW1BbaDxjR7r2UwnYdsWSUM new p2pkh address: 2YeiSMkHXi15xJbreUxgsVfPNTZNmZRHHS

iancoleman commented 6 years ago

Thanks for this.

PUBKEY_ADDRESS is 3 not 5.

See https://github.com/LIMXTEC/BitCore/commit/0ee70eb84f6b36ca2c69036e62c6c0f67312aa7a#diff-64cbe1ad5465e13bc59ee8bb6f3de2e7R148

I'll include this change in the next release.