andrewtoth / BitcoinWallet

Bitcoin wallet in the browser. Send and receive instantly on any web page.
MIT License
3 stars 2 forks source link

private key import/export issue (electrum) #3

Open uazure opened 9 years ago

uazure commented 9 years ago

I have problem with key migration. The private keys export from BitcoinWallet (BW) to Electrum works well. Electrum import private keys (to new wallet) from BW and shows the same address (pub key), recognizes balance.

But addresses from Electrum standard wallet are NOT imported correctly in BW. It means that after importing private key to BW it does not recognize the balance and the address generated from private key is not the same as in Electrum. I'm not sure if this is a BW issue, probably it's Electrum issue. Any ideas and suggestions about possible solution?