How to restore wallet from seed for cryptonight Algorithm
Note, i using CLI Wallet.
Cryptonight coin for example : Monero, Stellite, Turtle, Masari, Dero, Sumokoin, Karbo, Lines, Others
For Windows
- Open daemon and wait until network fully synced
- Make a new file restore.bat at same folder with wallet
- Write this command to file restore.bat (you can using notepad)
(CLI-Wallet.exe) –restore-deterministic-wallet
For example
./masari-wallet-cli –restore-deterministic-wallet
4. Just follow step by step and enjoy 🙂
For Linux
- Open terminal (at same folder with wallet)
- Type command “sudo su“
- Running daemon by typing a command “./walletd” (just example)
- After synced, run command “./CLI-Wallet –restore-deterministic-wallet”
- Just follow step by step and enjoy 🙂