Update v1208:
- added information in console if there is no any GPU detected during rig start instead of freeze without any message
Ethminer last versions 0.17 and 0.18 does not show temp or hashrate even i put --api-port 3333
miner conf =
-U -P stratum1+tcp://0xEtherWalletAddres.rigName@poolURL.com:6060 --api-port 3333Try using this argument in your config file: -U -P stratum1+tcp://0xEtherWalletAddres.rigName@poolURL.com:6060 --HWMON 1 --report-hashrate -api-port 3333
Thank you. THis is work. Just i add minus (-) to -api-port 3333 . Must be --api-port 3333
Full working command : -U -P stratum1+tcp://0xEtherWalletAddres.rigName@poolURL.com:6060 --HWMON 1 --report-hashrate --api-port 3333