first of all, thank you very much for such a great mobile wallet!
too bad no minting is possible though, which is what made me embark on my quest to get the coins from mobile wallet on desktop peerunity.
here’s what i’ve done:
-
made a backup from within android app
-
decrypted it on pc
-
read and dumped wallet contents using protobuf proto definition of wallet.proto
-
exported all wallet keys that had secret_bytes and converted them into WIF using Open Source JavaScript Client-Side Peercoin Wallet Generator
-
used importprivkey to import them into peerunity
-
launched Peerunity -rescan
but unfortunately, none of the keys exported on step 4 matched the addresses that I’ve used to receive PPC and peerunity does not show the balance from my android wallet.
please advise, what have i done wrong?
(i tried to use wallet tool jar, but i have some failed tests because of java drm, having ignored them, peercoin wallet tool still fails to build with uknown symbols from protocols)