iancoleman / bip39

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

Dogecoin test net addresses different from Bitcoin/Litecoin #411

Closed ebellocchia closed 4 years ago

ebellocchia commented 4 years ago

Hello, I noticed that the addresses generated for the Dogecoin test net are different with respect to Bitcoin and Litecoin test nets. I'm wondering why there is this difference, because the test net P2PKH address version is always the same (and, also, public/private keys), so I would expect the same addresses of Bitcoin and Litecoin since it's always the same algorithm. Is it correct or am I missing something?

Thanks

ebellocchia commented 4 years ago

Sorry I found it, the test net version if different from Bitcoin and Litecoin. Your implementation is correct. It's very difficult to find this information on the net.