Hi, I have old android wallet backup, and I tried to recover with instruction at
https://github.com/LIMXTEC/bitsend-android-wallet/blob/master/wallet/README.recoverI used "RECOVERING FROM PROTOBUF WALLET FORMAT" method because decrypted wallet returns "org.bitsend.production".
I failed to run this command with error rejected transaction:
./wallet-tool send --wallet=/tmp/bitsend-wallet-decrypted-backup --output=:ALL
Then I run this command to get WIF private keys:
./wallet-tool dump --wallet=/tmp/bitcoin-wallet-decrypted-backup --dump-privkeys
Private keys received with prefix of 'b', it failed to import to windows desktop wallet, error message = "Invalid private key encoding (code -5)", and I noticed private key should start with 'X'. Cannot import WIF private key format? Any clue?
Thanks in advanced.
-------------------------------------------------------
(EDIT) Here is one of my address info from dump-privkeys:-
addr:iQbb8GqKbhRi6fK6nyzTvjUfJnmUBv8geB hash160:e7b0a2d0b59aa3e6f0a577775157722903653fe4 (M/0H/0/105)
DeterministicKey{pub HEX=02c2b71a5432177aa9ba841a3e52c6203eb2911425877a27ef42afde94416d0477, priv HEX=8bb75b3335195bd72803e4f906a40e04706baf0d0ac10d72a8e243c2651bc815, priv WIF=b73cjEHkvDJNSQPNHVv8842bR4WFncC6mwWZEC3X3H26Dwr134hb, isEncrypted=false, isPubKeyOnly=false}
I think the main issue is to convert "priv HEX" or "priv WIF" to private key, any clue?