Post
Topic
Board Announcements (Altcoins)
Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread
by
bobeeb
on 04/11/2017, 09:55:02 UTC
my 0 ETN Balance FIX

This Bug appears when you create your wallet without syncing the blockchain with the deamon before


How i fixed it for me (windows 10)

1. start the deamon (electroneumd.exe) and let it sync
2. start the wallet (electroneum-wallet-cli.exe)
3. input your wallet file and passwort
4. type in the wallet cmd window: viewkey (hit Enter and type your pw)
5. now you can see your secret and public viewkey (copy + and paste the secret viewkey to a textfile or write it down)
6. type in the wallet cmd window: spendkey (hit enter and type your pw)
7. now you can see your private spendkey (copy + paste the secret spend key to a textfile or write it down)
8. thats all we need (adress + secret viewkey + secret spendkey) now close the wallet with exit command (type exit and hit enter)
9. now, create a batch file in your wallet directory like start.bat or etn.bat
10. feed the bat file with the following text: electroneum-wallet-cli --generate-from-keys etnwallet.bin
(you can name your new wallet you like (etn.bin, wallet.bin, tothemoon.bin) its your choice

11. execute the .bat
12. the wallet will open and ask for the etn adress (copy paste it or type it in)
13. now we need the secret spend key from (7.)  copy paste or type it
14. now we need the secret viewkey from (5.) copy paste or type it
15. now create a new wallet passwort
16. confirm your new pw
17. thats it, type 0 for the default sync and let the wallet resync and your coins will appear now in your restored wallet
18. now you can exit the wallet with exit and close the deamon with exit and delete the bat file.
19. to check your wallet again , open the deamon, let it sync then open the wallet-cli  direct it to your new wallet file (etnwallet.bin or how you named it type your pw and have fun)
20. feel free to donate 1 etn to my adress Smiley etnjzSXVKzHcmAHuemYMdGaYsJNprbuYA4dbJzwGQZBvFGHCSGXZwUjW1ybMsv9S2jXpN6y2ossNz46 GKThmyzz932NSEwWfY3


start.bat
Code:
electroneum-wallet-cli --generate-from-keys etnwallet.bin