Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Airdrop] - Electronic Dollar
by
nakashu
on 18/01/2018, 21:00:32 UTC
Hello!
Ive generated my wallet here - https://edollar.cash/wallet_generator.html
How can I enter my wall now?

You mean access your wallet? You'll need to download the edollar wallet and import your generated wallet using the seed

Sorry, what the command in wallet for importing?

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


I did it as requested, however a new wallet is being generated as per below. Am I doing something wrong? I entered the Seed that was given to me when I created the wallet a few days ago using wallet generator
I just would like to check the balance of my wallet...

Code:
Edollar 'Mercury' (v0.1.0.0-51bf95f)
Logging to C:\Users\josem\OneDrive\Documentos\mining\edollar-win64\edollar-wallet-cli.log
Specify a new wallet file name for your restored wallet (e.g., MyWallet).
Wallet file name (or Ctrl-C to quit): mywallet
Generating new wallet...
Specify Electrum seed:


Im affraid that you have to sync the wallet with network.. there is no gui wallet im aware of for edollar

first run edollard.exe and wait until it syncs with network (might take ~15-20 minutes)

the restore the wallet (on the point Specify Electrum seed: enter the words you have hopefully saved when generating wallet)

in wallet type help for available commands

hopefully DEVs are working on a gui wallet