Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW][XTL] 👾Stellite👾 - decentralized node list via IPFS & ZeroNet
by
cedricp
on 10/04/2018, 17:42:55 UTC
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.