kaspanet / kaspad

Kaspad was the reference full node Kaspa implementation written in Go (golang), now rewritten in Rust: https://github.com/kaspanet/rusty-kaspa
ISC License
450 stars 232 forks source link

documentation or code error with paper wallets vs kaspawallet #2259

Closed bahbarnett closed 1 month ago

bahbarnett commented 9 months ago

Hi,

Here: https://wiki.kaspa.org/en/wallet under Paper Wallet-> Spending Coins, it says:

To later spend coins from that wallet, you'll have to install the CLI wallet from Kaspa core files set and import the printed seed phrase there. You'll then have all the usual functionality of the CLI wallet.

I just created a paper wallet, and then tried to import using the instructions on the CLI wallet page:

kaspawallet create --import

It immediately rejected my first word, with "mnemonic is invalid". Some research seems to indicate that the paper wallet uses a different mnemonic?

I'm not sure what's up, but having the paper wallet that cannot be used, as per instructions, is sort of disconcerting. Am I doing something wrong? If so, I'd suggest a doc update. If not, then there may be a bug in the paper wallet mnemonic generation?

As per the docs I've found on what seem to be official sites, I'm using the following:

kaspad-v0.12.15-linux.zip kaspaper-v0.0.3-linux.zip

coderofstuff commented 8 months ago

Check my response at https://github.com/svarogg/kaspaper/issues/3#issuecomment-1889980706

If after trying to input the seed phrase that way you still get mnemonic invalid, let us know the specific steps you are taking.

jasonunbrokensoftware commented 8 months ago

I had the same issue, but it's not a bug, just misleading instructions. Type the entire seed phrase with spaces in between into the first prompt. (Or let me know if I did that wrong...that's the only thing that worked for me.)