docs icon indicating copy to clipboard operation
docs copied to clipboard

CLI wallet

Open sacredland opened this issue 1 year ago • 1 comments

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 avatar Jul 30 '22 05:07 sacredland