ethers-io / EthersWallet-ios

Ethereum Wallet and Dapp Browser for iOS.
https://itunes.apple.com/us/app/ethers-wallet/id1186052971?mt=8
MIT License
303 stars 85 forks source link

Get private key #17

Closed 3zero2 closed 7 years ago

3zero2 commented 7 years ago

I am trying to use theMnemonic Code Converter found at https://github.com/Coinomi/bip39 to find out the private key of an address. However I can't find the correct combination. My public address is never shown in the list.

Should I go for BIP44 or BIP32? Any particular derivation path if BIP32 for example?

Thanks.

3zero2 commented 7 years ago

Managed to find it. It's m/44'/60'/0'/0 on BIP32