ethereum-mining / ethminer

Ethereum miner with OpenCL, CUDA and stratum support
GNU General Public License v3.0
5.96k stars 2.28k forks source link

ETHminer will not start after Windows update Nvidia miner #1182

Closed StephanSm closed 6 years ago

StephanSm commented 6 years ago

Hi,

I use ethminer 0.14 dev3 what was perfect for me so no update needed. Since 4 hours ago the RIG got the April update and now i cannot start the minersoftware anymore.

When i click on miner.bat the software starts and a few seconds later the cmd window closes. I put Pause at the bat file but there was no more additional information.

I tried the latest update 0.15 dev11 and changed -S into -P

But for now i have in version 0.14 this rule: ethminer.exe -U -RH -HWMON --farm-recheck 200 -S eu1.ethermine.org:4444 -FS us1.ethermine.org:4444 -O 0xwalletnumber.default1

I disabled windows defender and also the windows firewall.

Any idea how i can solve this problem? The next rig is already ready for the Windows update :)

Best regards, Stephan

AndreaLanfranchi commented 6 years ago

Which GPU kind ? AMD or NVIDIA ?

StephanSm commented 6 years ago

Hi Andrea,

Thanks for your message. The gpu is NVIDIA.

AndreaLanfranchi commented 6 years ago

Can you please modify your .bat file like this ?

@echo off
ethminer.exe -U -RH -HWMON --farm-recheck 200 -S eu1.ethermine.org:4444 -FS us1.ethermine.org:4444 -O 0xwalletnumber.default1
echo %errorlevel%
pause

and report which is the output ?

efrasyad commented 6 years ago

I think you will have something like this:

ethminer.exe -U -R --HWMON -P stratum+tcp://.@us1.ethermine.org:4444

this command is for the latest appveyor version: https://ci.appveyor.com/api/buildjobs/hagw859v9lnsnjku/artifacts/build%2Fethminer-0.15.0.dev11-Windows.zip

StephanSm commented 6 years ago

error1

Hi, this is the output i get, above there is the miner.bat file i use.

AndreaLanfranchi commented 6 years ago

It seems like error 1073741819 is recurring after recent Windows 10 updates. See also #1165

It may be worth trying this fix http://www.fixerrs.com/2015/08/file-system-error-1073741819.html

AndreaLanfranchi commented 6 years ago

Any news here ?

StephanSm commented 6 years ago

Sorry for the late response. I tried to fix it with the soundsetting like described in the link above but this didn't work. Now, 5 minutes ago i deleted the Windows update and all is up and running again.

Thanks for your help!

AndreaLanfranchi commented 6 years ago

@all please read this

https://github.com/ethereum-mining/ethminer/issues/1165#issuecomment-394129880

AndreaLanfranchi commented 6 years ago

Any update here ?

AndreaLanfranchi commented 6 years ago

No feed back. Closing.