Skip to main content

Creating a Wallet on Inery


To create a wallet you need to type in:


 cline wallet create -n YOUR_WALLET_NAME --to-console

This command will create a wallet on your node and give it the name YOUR_WALLET_NAME.

This will also print out your wallet password key to console, so be sure to keep your password secure and saved somewhere for unlocking your wallet. To create your wallet and save the password to a file instead of writing it to the console you may use:


 cline wallet create -n YOUR_WALLET_NAME --to-file

It is also possible to create a wallet without providing a name by calling the create command without any name argument:


 cline wallet create --to-console

In such a case, the wallet will be the default one aptly named as such.