I have a Public and Private key. Is there a way to import it/use it?
Do you just want to move funds out or are you planning on minting?
To extract, I would recommend Peercoin Wallet from play or app store…or fdroid… Or the web wallet. You can import your WIF format private key in to each or these. These won’t mint though.
The standard client (peercoin-qt) allows importing WIFs too through the console with importwif command. This one can mint.
I am only looking to moving the funds.
I have peercoin-qt fully synced.
I wrote “importwif privatekey” into the console but it says “Method not found (code -32601)”
Apologies, it’s
importprivkey “5yourveryveryveryverylongprivatekeystring” “my-new-key” # “my-new-key” is a label for the key/address pair and is optional
Thank you. That worked.