Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Airdrop] - Electronic Dollar
by
edollar.cash
on 27/12/2017, 03:36:06 UTC
How could I import existing wallet (created on edollar.cash/wallet_generator.html) to the offline wallet dev ? :-?  Huh Huh The offline command wallet always auto create a new one ...
If you are using linux
run the following command
Code:
./edollar-wallet-cli --restore-deterministic-wallet
Then flow the instruction in the terminal

If you are using windows
because window does not allow you to run .exe file directly from cmd, here is what you may do:
- Using notepad or any text editor program to create a file, ex: my_wallet.bat (Note that it should be .bat file, not .txt file)
- past this text to your file: --restore-deterministic-wallet and save file (Replace  to your real path, ex: C:\edollar-win64\edollar-wallet-cli.exe)
- Run the file you've just created and follow construction in cmd

Note, because you created wallet online you should leave encryption passphrase empty. When completed, compare your wallet address with your online generated address to see if it is equal.