Post
Topic
Board Announcements (Altcoins)
Re: [ANN] E-CurrencyCoin Thread [CryptoBank Development]
by
R-J-F
on 13/06/2017, 13:20:27 UTC
So, after upgrading to the new windows wallet, all my coins (50mm) show to be immature, nothing in the "Available" or "Pending" columns, all 50 million in the Immature. What's up with that?

Update: Restarted the wallet, now I have no coins, all gone.

Perhaps this is the answer of your question:

Hi everyone,

With the massive update released last night there was bound to be a bug somewhere. 11,000 updated lines of code is hard to review effectively in one weekend. It turns out there was a staking bug. There is a typo that prevents the wallet from staking. It was found and fixed this morning. However upon staking, the wallet showed all staking transactions as 0's in the gui and it looked like coins had randomly disappeared when they had not. I checked the chain itself and the staking is fine. So this was only a display error. To prevent a panic with people thinking that their coins had disappeared, i wont release the staking patch until i get home tonight and can fix the gui display issue.

Everything else in the new wallet does work. Sending and receving coins does work fine.

I have removed the new wallets temporarily until a fix comes out tonight. OSX wallets will also be out tonight with the fix.

Sorry about this hiccup in the coins development.

-Griffith



Please add custom data directory options in the gui for wallet install on next rev.

Thanks!

you can create a *.bat file (if you are on windows) like this:
Code:
start /b eccoin.exe -datadir=YOUR_DESIRED_DIRECTORY_PATH

replace eccoin.exe with whatever executable that match your machine OS (64 or 32 bit).
hope that help.

Thanks for that!  Do I need to use the batch file every time I activate the wallet?

A batch file will do what you want but in a rather inelegant way. Just add the directory info to the shortcut. Check it out here: https://superuser.com/questions/29569/how-to-add-command-line-options-to-shortcut  This is for XP but it works in all versions of Windows.