Withdrawing funds from a paper wallet

I created an encrypted paper wallet some time ago - can’t remember which website - and want to access the funds. How do I do this?

i think you have to do importprivkey "your private key" from the console

What if it’s encrypted?

I would like to know an answer to this also. I found this guide https://coinwalletguide.com/peercoin-paper-wallet/ but I think it might be outdated.

Do I just need importprivkey “your private key” command?

1 Like

I’m getting this error now:
Invalid private key encoding (code -5)

I used this node package to decrypt:
https://www.npmjs.com/package/bip38

Try decrypting the key with this: https://github.com/FuzzyBearBTC/peercoin-walletgenerator

2 Likes