How can I import a paper wallet to the CLI wallet?
Hi,
You can import with your mnemonic phrase.
In Guy wallet go to settings > new wallet > restore wallet > type your 25 words here
for CLI Wallet :
You need to restore your wallet via the seed that was given when the wallet was created.
To do so, create a .bat file and place following commands in it:
for Linux: ./stellite-wallet-cli --restore-deterministic-wallet
for Windows: stellite-wallet-cli.exe --restore-deterministic-wallet
save and start the .bat file.
It will ask you to name your restored wallet, set a new password and type in the seed.
When launching simple wallet afterwards, it will receive blocks and your balance will be shown.
Awesome, thanks a lot man! I will try and let u know in case there are any problem