Hmm... I must be doing something wrong. I cannot import the private key into Dash-QT.
I typed this in:
importprivkey 6Pf...ML6
(note the ... is showing that there are other characters in there... but just didn't want to share with the world what they are; I did not manually type the address in, rather I scanned it)
And I got this:
Invalid private key encoding (code -5)
echo -n 6Pf...L6 | wc -c
58
BIP38 is "A method is proposed for encrypting and encoding a passphrase-protected Bitcoin private key record in the form of a 58-character Base58Check-encoded printable string. " Well, it is 58 characters.
Note: I tried it without the BIP38 option checked and that was successful.
Steps:
I went to paper.dashpay.io, moved mouse, clicked on the "paper wallet" tab, checked "hide art", checked "BIP38 encrypt", entered a password, then clicked "generate".
I have tried with "set listen=1" and "set listen=0". Same results. I saw early versions of BTC paper wallets needed listen, but not sure if we need that for DASH paper wallet.
Also, I tried to validate the public key, but it did not validate either:
validateaddress XyUwGpGLUifYzaDRZdLKAyVUurKsyeqibo
{
"isvalid" : true,
"address" : "XyUwGpGLUifYzaDRZdLKAyVUurKsyeqibo",
"ismine" : false
}
Anyone have any ideas?