nicehash / NiceHashMiner-Archived

NiceHash easy to use CPU&GPU Miner
841 stars 327 forks source link

Nicehash Miner v2.0.1.6 - Beta #1413

Open GaijinMiner opened 6 years ago

GaijinMiner commented 6 years ago

Nicehash Miner v2.0.1.6 - Beta issue

Daily Estimated Earnings and Balance is not appearing. Nicehash is mining though but just not reflecting the Value.

nicehashissue
animal1234 commented 6 years ago

the same prob even I have pls let me know if u solved the prob I have been trying something about it for past 16 hours I am not able to understand. I did mine for 20 days and I got paid out twice this is the first prob facing with nicehash capture

GaijinMiner commented 6 years ago

It is now fixed. There is problem as mentioned on Nicehash FB page.

I restarted Nicehash and now fixed.

animal1234 commented 6 years ago

can u share the link pls

animal1234 commented 6 years ago

i restarted my pc but still same thing is coming what did u do

tomcleaver commented 6 years ago

I had the same issue. Here's a workaround until they fix it: https://github.com/nicehash/NiceHashMiner/issues/1407

homoluden commented 6 years ago

I tried to look into the code.... [offtop] ARGH$%^%^^*( <<== This is how I hate WinForms

I suspect Web API, which should load BTC/USD rate, fails to get a correct value. So, profit in BTC is non zero, but profit in USD is permanently set to zero.

public static double GetUSDExchangeRate() {
    if (USD_BTC_rate > 0) { // By default USD_BTC_rate equals to -1
        return USD_BTC_rate;
    }
    return 0.0;
}

This causes another issue: you cannot use "Min Profit" switch in settings as it fails as well. You should set it to ZERO, so low-cost buyers will get your GPU/CPU for free... This is the issue I'm talking about