How to create your wallet file - moonstonedac/moonstone GitHub Wiki
With your node running
cd ~/livenode
./cli_wallet --wallet-file mywallet.json --chain-id f3bebc47a4c53877cac2dc53317b0889716926688ac216f34fb093bd9d9cdb6a -s ws://127.0.0.1:21000
This will create the wallet file named mywallet.json without a password
The prompt will now show new>>>
set_password yourpassword
This will encrypt your wallet file with a password
Press Control+D to exit
You will need to run this command everytime you want to open your wallet
./cli_wallet --wallet-file mywallet.json --chain-id f3bebc47a4c53877cac2dc53317b0889716926688ac216f34fb093bd9d9cdb6a -s ws://127.0.0.1:21000
Since you now have a password encrypted wallet, you will need to unlock it if you want to use it
unlock yourpassword
You can now get your own brain key, private key, public key
suggest_brain_key
Make sure you store the private key somewhere safe. You can share the public key to someone who is willing to create an account for you.