Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI wallet #35

Open
sacredland opened this issue Jul 30, 2022 · 1 comment
Open

CLI wallet #35

sacredland opened this issue Jul 30, 2022 · 1 comment

Comments

@sacredland
Copy link

sacredland commented Jul 30, 2022

Work in progress since 1 year regarding the wallet. Please establish a working guide to make a cli wallet. On discord you refer people to do that (see above), but kaspawallet is an unknown command even after kaspad was clone from here.

1st kaspawallet create -f <keys file name> to create the wallet keys storage file (a .json file. You will copy that file to ~/.kaspawallet/kaspa-mainnet/ after and back it up somewhere)
then kaspawallet start-daemon -s n.seeder1.kaspad.net -f <keys file name> to start a wallet server with that keys storage file, and that should be working on the node the IP address of which the seeder will return
and then, in another console instance, kaspawallet new-address - you'll see the new public address that you can mine to and then either save that keys storage file somwhere
or run kaspawallet dump-unencryped-data to see the 24-words seed phrase (don't stop the wallet daemon until all's done)
run kaspawallet balance to know the balance (the daemon must still be running)

@sacredland
Copy link
Author

The real way to do it is to get the binaries from https://github.com/kaspanet/kaspad/releases/latest and then use the command ./kaspawallet

but no one explained it on the discord as it is explained exactly as i wrote above 🤦🏻‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant