Giter Club home page Giter Club logo

Comments (41)

electroneumRepo avatar electroneumRepo commented on July 20, 2024 4

From what I have seen, this is usually user error.

Please ensure you have the daemon fully synced and open whilst checking your wallet balance otherwise it will simply not work.

If you believe your figures are incorrect, re-import your wallet and let it rescan the blockchain. If it's still not right then delete the blockchain data directory (This may be under C:\ProgramData\Electroneum or yours users AppData folder). Then re-sync with the blockchain and try again.

Without you giving me your private keys, we cannot look into this any further. There are thousands of users that are mining without any issues and sending funds. There are many pools that are paying the miners, again without issues. If your using a specific pool, try switching to a different pool and see what happens there.

I'm sorry that this may not be the reply you was hoping for.

from electroneum.

JASHIKO avatar JASHIKO commented on July 20, 2024 4

Ok, so I spent a ton of time figuring this one out! And basically, there is a bug or something in the wallet or a compatibility issue with Windows... (I'm by no means an expert though) I did manage to get my view balance, however, after I closed the wallet and re-opened it the balance would show as 0 again... And I had to repeat a massive process..... The second time I decided to simply move the coin an exchange.

For anyone else with the same issue check out the guide below. Let me know if it works for you.

https://www.downloadsource.net/how-to-fix-electroneum-etn-wallet-showing-0-balance/n/11022/

from electroneum.

frankcoderL avatar frankcoderL commented on July 20, 2024 4

@electroneumRepo and all other issue reporters

Had the same issue on Ubuntu 16.04 LTS, and i have never experienced this problem on other Cryptonight wallets/nodes.
Please fix this bug, it's not a user error (at least not in my case). This bug is unacceptable.
Thanks!

The issues that i have experienced:
Created a electroneum wallet file after compiling the master code. The balance stays always 0.0 , but there are coins at the wallet adress. rescan_bc is executed in 3 seconds what seems to be very short for scanning the 10 gigabyte blockchain, the balance stays at 0.0 after rescan_bc

After using electroneum-wallet-cli --restore-deterministic-wallet to create a new wallet file i can see the coins (about one hour needed for scanning the 10 gigabyte blockchain).

Now for the same electroneum adress i have two wallet files, the first wallet file says always 0.0 balance, and the new wallet file that shows the correct balance.

from electroneum.

TriJetScud avatar TriJetScud commented on July 20, 2024 3

I am seeing this issue occur with official Windows builds, even with a fully synchronized electroneum node that is running on Windows.

However, once I compiled electroneum on a Ubuntu 16.04 WSL userland, the wallet does appear to show the balances I've received from the mining pool I'm using.

from electroneum.

electroneumRepo avatar electroneumRepo commented on July 20, 2024 2

@TriJetScud Have you tried:

  1. rescan_bc on the windows cli?
  2. Have you tried removing the blockchain and re-syncing?
  3. Have you tried re-importing the wallet?

You said it worked after compiling on Ubuntu, Have you tried the Official Compiled binaries for linux?
Does the problem exist with those?

from electroneum.

bet0x avatar bet0x commented on July 20, 2024 2

The problem happens if you create your wallet with the tool on windows, i sent several ETN to my wallet and lost em. I made a paper one and it worked.

from electroneum.

sicruise avatar sicruise commented on July 20, 2024 2

Workaround -

  1. Load up wallet
  2. Use command 'seed'
  3. Use output to regenerate a new wallet with command 'electroneum-wallet-cli --restore-deterministic-wallet'
  4. Allow it to sync

You should now see your correct balance and be able to perform transfers :-)

from electroneum.

Concorde89 avatar Concorde89 commented on July 20, 2024 2

All works using electronum-wallet-cli if you use electroneum-wallet-cli --restore-deterministic-wallet only once. Use the command, input seed, start resyncing from a high block number (not neccesary to start from the beginning). Once this is done always use "exit" command when exiting wallet. You wont lose balance if you use it this way.

from electroneum.

Bonefroz avatar Bonefroz commented on July 20, 2024

@electroneumRepo
i have the same issue on windows
1- doesn't work
2- re-syncing the enitre blockchain doesn't work
3- how can i re-import my wallet?

from electroneum.

WalterMagnum avatar WalterMagnum commented on July 20, 2024

I am having the same issue on Windows as well. Did I just lose 1000 ENT? If the Windows wallet is this unreliable/buggy, I don't see mass adoption ever happening.

from electroneum.

oleersoy avatar oleersoy commented on July 20, 2024

Same issue on Ubuntu:
#32

from electroneum.

TriJetScud avatar TriJetScud commented on July 20, 2024

from electroneum.

oleersoy avatar oleersoy commented on July 20, 2024

The MPOS pool shows payout transactions roughly every half hour and updates balances correspondlngly.

from electroneum.

sicruise avatar sicruise commented on July 20, 2024

Same issue on Ubuntu, made a transfer from one wallet to another. It shows the transfers on one wallet but the receiving wallet just doesn't get the coins.

I have double checked the ETN address.

from electroneum.

asteriskmonkey avatar asteriskmonkey commented on July 20, 2024

same issue, no one have a clue yet?

from electroneum.

johnferrie avatar johnferrie commented on July 20, 2024

I am having the same issue on a mac.

uptime 4d 13h 26m 11s

Balance: 0.00, unlocked balance: 0.00

from electroneum.

sicruise avatar sicruise commented on July 20, 2024

Regenerating the wallet and syncing from scratch did the job for me. Any wallet I opened with electroneum-wallet-rpc just seemed to be corrupted.

from electroneum.

tahv0 avatar tahv0 commented on July 20, 2024

Having same problem:

[wallet etnkG2]: refresh
Starting refresh...
Refresh done, blocks received: 0                                
Balance: 0.00, unlocked balance: 0.00

Have I lost my money?

from electroneum.

johnferrie avatar johnferrie commented on July 20, 2024

@sicruise is there a way to see if the wallet is corrupt? Did I just waste a week of mining with 0 results?

from electroneum.

bet0x avatar bet0x commented on July 20, 2024

@tahv0 it's seems they have no idea, i can import a paper wallet but can't export to recreate the one made with the cli?

from electroneum.

TriJetScud avatar TriJetScud commented on July 20, 2024

from electroneum.

tahv0 avatar tahv0 commented on July 20, 2024

@TriJetScud I'm on Ubuntu and I've compiled this repository myself (master branch). So this is not WIndows related issue.
I've wallet seeds and haven't tried yet tried to reload blockchain with electroneumd and recreate wallet with electroneum-wallet-cli. Will try later.

from electroneum.

carlosearaujo avatar carlosearaujo commented on July 20, 2024

I had the same problem and solved it by luck. I left the daemon and wallet open all night and the balance was right :)

from electroneum.

1RedOne avatar 1RedOne commented on July 20, 2024

Electroneum really should have an online blockchain master running, so we can do simple requests to validate a balance online.

from electroneum.

ScotSJI avatar ScotSJI commented on July 20, 2024

@1RedOne Do you even get the purpose of a decentralized currency?

The problem is you're not letting your node fully sync before starting the CLI wallet. You need to let it sync all blocks before initiating any wallet actions. It takes forever, and is much quicker on Linux (which I'm sadly not on).

from electroneum.

1RedOne avatar 1RedOne commented on July 20, 2024

from electroneum.

CryptoGmoney avatar CryptoGmoney commented on July 20, 2024

I mined some ETN using the Electroneum Miner and the eupool the miner paid out 53ETN but when you click on the TX transaction hash it says it cant find TX. I have also tried to transfer the balance from my offline paper wallet to the webwallet but it says the wallet is empty

mining etn proof of 53etn paid but tx cant find

from electroneum.

demirelo avatar demirelo commented on July 20, 2024

@CryptoGmoney I have a similar issue. Did you get any updates on this?

from electroneum.

CryptoGmoney avatar CryptoGmoney commented on July 20, 2024

from electroneum.

demirelo avatar demirelo commented on July 20, 2024

@CryptoGmoney Nope. This is probably affecting many (ex-) eupool users. It might be worth opening a new issue.

from electroneum.

CryptoGmoney avatar CryptoGmoney commented on July 20, 2024

from electroneum.

quickdraw22 avatar quickdraw22 commented on July 20, 2024

I have been working on this issue on Mac. The command is not recognized. Please help

from electroneum.

avi84 avatar avi84 commented on July 20, 2024

Hi i made an electroneum wallet but when I check the view key it says this:

The account does not exist
Remember: to add your account to the database you should find at least one share

Can any body help?

from electroneum.

CryptoGmoney avatar CryptoGmoney commented on July 20, 2024

from electroneum.

brisbanewebdeveloper avatar brisbanewebdeveloper commented on July 20, 2024

I am using macOS and #19 (comment) worked (It took time to do re-sync, though). Thank you!

from electroneum.

MarQuisKnox avatar MarQuisKnox commented on July 20, 2024

I can confirm that this is still an issue that needs resolution.

I compiled from the master 2 days ago on OS X Sierra, 10.12.6 & had a balance of 0 after receiving 30+ ETN. Following the steps mentioned above by @Concorde89 worked for me.

This is unacceptable & should be resolved immediately. There are even "crap coins" that do not have this issue. Just saying...

from electroneum.

MarQuisKnox avatar MarQuisKnox commented on July 20, 2024

I archived the URL on the Wayback Machine for redundancy: http://web.archive.org/web/20180131191054/https://www.downloadsource.net/how-to-fix-electroneum-etn-wallet-showing-0-balance/n/11022/ (not the best method, because the balance does not remain in your new wallet after exit)

from electroneum.

PetrovZoltan avatar PetrovZoltan commented on July 20, 2024

Same problem here. I tried everything, but the balance is zero. Any solution?

from electroneum.

JASHIKO avatar JASHIKO commented on July 20, 2024

https://www.downloadsource.net/how-to-fix-electroneum-etn-wallet-showing-0-balance/n/11022/

^
I posted this up the top, it worked well for me to get my online wallet balance then move it to an exchange etc. However, I still have an issue with a large portion of early ETN mining that hasn't been paid (official EU pool), tickets pending since early December) I get a reply every so often about it. The ETN team seem flat out though.

I hope that helps Petrov.

from electroneum.

mkrufky avatar mkrufky commented on July 20, 2024

For the record, I had a similar problem when I had tried mining Stellite a few months ago (using Stellite's v0.0.8 CLI ~April 20). The payments simply never showed up in the wallet. Without a solution, I had just given up and moved on to other coins. After --restore-deterministic-wallet solved this issue today with my Electroneum wallet, I decided to give it a try with the old Stellite wallet as well. Lo and behold, my missing Stellite all shows up properly in the newly restored wallet.

This bug must have come from the original Monero wallet that both Stellite and Electroneum wallets have forked from.

from electroneum.

 avatar commented on July 20, 2024

We have implemented some changes that should take care of this issue. If it persists after update 3.1.0.0 (to be released soon), then please let me know.

from electroneum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.