In my 2.3 wallet I had around 23 iota and I upgraded to 2.5 version and was about to transfer my Iota from slack to this wallet but now wallet shows zero. And all my earlier transactions are not showing. It looks like a new account. Anyone else also facing these issues?
Is this wallet still not stable yet?
This is the latest release
https://github.com/iotaledger/wallet/releases/tag/v2.3.0Where do you see a version 2.5? You need to generate some adresses after login with your old seed.
I have the same problem. wallet is empty no transaction record. any advise?
Generate enough addresses, and your balance should reappear ...
Is this a bug in their system? Are they very sure that these lost iotas will recover back by everyone? Because if anyone got a lot of iotas in their wallet and they don't see them in the wallet it will be a big shock to new investors. After waiting my more than one hour time I get back my iotas.
It's not a bug per se. The wallet could be a bit more informative, but the wallet is a reference client after all, it's as simple as can be. The dev team provides basic functionality, and other wallet creators can add more sugar on top.
Your seed is a source of an almost infinite number of deterministic addresses. When you ask your seed for address #1, it will always give the same address. When you ask it for address #2, it will always give the same address. Also, when you send IOTA tokens, the change amount goes to the next address, for example #3. Now all your balance is in address #3.
When you delete the database and install a new version (or install IOTA to a new computer), it doesn't know which addresses you have already pulled from the seed, so it will display address #1, which is empty, as your tokens are on address #3. Now you need to generate the address #2, and finally address #3 before you get to the address holding your tokens.