bither / bither-android

Bither - a simple and secure Bitcoin wallet!
http://bither.net
Apache License 2.0
427 stars 169 forks source link

Trezor Segwit BTC bip49 #47

Open ElvisPresly opened 6 years ago

ElvisPresly commented 6 years ago

I have a bip49 seed with a passphrase, didn't work importing it to bither/bitpie I also have the raw private keys for the (segwit) addresses holding my sbtc in question, but when I import them it gives me legacy addresses with no sbtc balance. Does anyone have any ideas on how I can extract it?

https://blog.trezor.io/using-trezor-with-electrum-v3-a0b9bcffe26e

Here is a list of example derivation paths for BIP49, to use new accounts. m/49'/0'/0' (first account) m/49'/0'/1' (second account) m/49'/0'/2' (third account) ...

If you would rather use legacy accounts, use BIP44 paths. m/44'/0'/0' (first account) m/44'/0'/1' (second account) m/44'/0'/2' (third account) ...

bithernet commented 6 years ago

We will look into this in the future.