iancoleman / bip39

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

Added TSTRAT #229

Closed majikandy closed 6 years ago

majikandy commented 6 years ago

TSTRAT network/dropdown, pubkeyhash and firstaddress test.

iancoleman commented 6 years ago

Thanks, looks good. Is Stratis Testnet deliberately not using 1 for bip44 value? See https://github.com/satoshilabs/slips/blob/master/slip-0044.md#registered-coin-types - 1 is Testnet (all coins). Is there any third party place (eg stratis testnet bip44 web wallet) this value can be verified?

majikandy commented 6 years ago

Thanks. Yes it is deliberately using 105 for cointype for both mainnet and testnet. This was an oversight at the implementation time but we're stuck with it for the time being. If we do change it in the future, eg if we reset testnet, I am more than happy to let you know.

There is no web wallet, but you can download the dotnet core wallet from the following https://github.com/stratisproject/FullNodeUI/releases

and if you run it with -testnet it will run on testnet with the appropriate HDWallet.