koinos / koinos-gui-miner

The Koinos Miner (GUI) provides a sleek and functional user interface that allows users to mine the KOIN ERC-20 which will be used to deliver an equitable initial token distribution on the Koinos blockchain.
http://koinos.io
GNU General Public License v3.0
26 stars 3 forks source link

Multiple error messages; mining does not work #106

Closed torusta closed 4 years ago

torusta commented 4 years ago

When running the miner I first got these issues after about 5-10min run time

"There was a problem retrieving the KOIN balance."

"There was a problem retrieving the Ether balance."

As far as I can see I got everything set up correctly. Funding and recipient addresses are different.

After restarting the miner I am sometimes getting these additional error messages

"Failed to retrieve the start time from the token mining contract."

"Could not retrieve the PoW height."

Untitl4ed

In short, mining for me does not work currently

Phispire commented 4 years ago

Ditto. Tried to stop the miner but couldn’t, just kept throwing PoW height errors. Restarted, but don’t think it’s working.

followbtcnews commented 4 years ago

Yep, I have same exact errors running on Windows 10 pro

tandarae commented 4 years ago

Same here. Windows 10. Mining starts then get these messages and stops.

Also got this once: Failed to check for transaction receipt: {“data”: null}

followbtcnews commented 4 years ago

try changing your endpoint to http://mining.koinos.io/ I am trying it now and so far so good

sgerbino commented 4 years ago

We have noticed issues with the default endpoint. Try what @followbtcnews recommands; we set up an endpoint that seems to work better: http://mining.koinos.io

lykos1974 commented 4 years ago

Had the issues mentioned by OP , tried what @followbtcnews and now i get a message "Returned error: insufficient funds for gas * price + value" . I have proof frequenct set to 240 and my ETH balance is 0.02 ETH .

followbtcnews commented 4 years ago

Had the issues mentioned by OP , tried what @followbtcnews and now i get a message "Returned error: insufficient funds for gas * price + value" . I have proof frequenct set to 240 and my ETH balance is 0.02 ETH .

Please dont set frequency at 240 , you will go thru your eth paying gas fees very very fast. try between 1-24 for first few days

aaedx commented 4 years ago

Exact same issues as OP and others. Will try using http://mining.koinos.io as others have suggested. Thanks!

torusta commented 4 years ago

after setting it to http://mining.koinos.io it ran for about 90 mins before giving me another error (ether balance). Has anyone else had success with switching the endpoint?

drov0 commented 4 years ago

Getting "there was a problem retrieving the ether balance" on http://mining.koinos.io as well.

Can you use multiple miners on the same address ?

lazydba247 commented 4 years ago

@drov0, @aaedx open a free account in https://infura.io/ and you get a wss:// endpoint with 100,000 requests for 24H no issue since i used it.

mahamb commented 4 years ago

suggestion from lazydba247. creating account in https://infura.io/ works for me. Thanks.

ghostantin commented 4 years ago

Same here. Windows 10. Mining starts then get these messages and stops.

  • could not retrieve the PoW height
  • problem retrieving the KOIN balance

Also got this once: Failed to check for transaction receipt: {“data”: null}

I also got the transaction receipt error, but it seems it works ok after clicking "close"

torusta commented 4 years ago

The miner seems to work for me now; I only changed the endpoint to http://mining.koinos.io

But otherwise I will try what @lazydba247 suggested

Thanks for the engagement everyone

sgerbino commented 4 years ago

Please download and retry with the new release: https://github.com/open-orchard/koinos-gui-miner/releases/tag/1.0.1 Feel free to re-open this issue if the problem persists. Thanks.