-
Notifications
You must be signed in to change notification settings - Fork 2.3k
0.18.0 API not working? #1918
Comments
Two problems here. This is a powershell script from me which is tested working with 0.18
Adjust your values for server and port and run the script. The second problem related to invalid syntax is due to the fact you enter |
No feed back. |
I was away... called holidays :-)
generates a syntax error message 👎
gets the miner started, but then stalls (both AMD & NVIDIA): This is with the latest NVIDIA 436.30 or AMD 19.9.2 drivers.
True, but MultiPoolMiner has a function which works perfectly with 0.17.1:
|
ethminer.exe --api-bind 127.0.0.1:4000 --pool stratum+tcp://***********%2e*************:x@us-east.ethash-hub.miningpoolhub.com:17020 --cuda --cuda-devices 0
--> API not responding. 0.17.1 is working fine
Powershell code to reproduce:
(taken from https://github.com/MultiPoolMiner/MultiPoolMiner/blob/master/APIs/Claymore.ps1)
ethminer.exe --api-bind -4000 --pool stratum+tcp://***********%2e*************:x@us-east.ethash-hub.miningpoolhub.com:17020 --cuda --cuda-devices 0
ethminer 0.18.0
Build: windows/release/msvc
Error: --api-bind: Invalid syntax
The text was updated successfully, but these errors were encountered: