createthis / linux_gpu_mining

Some useful scripts for GPU mining on Linux
113 stars 112 forks source link

It always say INFO: Received incorrect work! #6

Open Alavi1412 opened 6 years ago

Alavi1412 commented 6 years ago

I want to use this but I got the following error:

~/linux_gpu_mining$ ./miner --server stratum-zec.antpool.com --port 8899 --user **** --pass ***
 +-------------------------------------------------+
|         EWBF's Zcash CUDA miner. 0.3.4b         |
+-------------------------------------------------+
INFO: Current pool: stratum-zec.antpool.com:8899
INFO: Selected pools: 1
INFO: Solver: Auto.
INFO: Devices: All.
INFO: Temperature limit: 90
INFO: Api: Disabled
---------------------------------------------------
INFO: Target: 0001ffffffffffff...
INFO: Detected new work: 1515962712_114536
INFO: Detected new work: 1515962712_114536
Temp: 

Total speed: 0 Sol/s

What should I do? what exactly is the problem?

createthis commented 6 years ago

Which card are you using?

zurasy0 commented 6 years ago

just solved my problem from the quotes below ... :) 1) AION seems to be supported since EWBF 0.4, so of course it doesn't work in 0.3.4 2) EWBF states on https://bitcointalk.org/index.php?topic=4466962.0 that "Support devices with compute capability 5.0 and higher." And my GTX 770 only got 3.0. https://developer.nvidia.com/cuda-gpus

Hey. i got the same Problem. My card: NVIDIA GeForce 770 GTX

i tried mining AION on https://aionmine.org/home with your guide (and others) using NVIDIA binary driver - version 384.130 and version 396.37.

if I use the preconfigured EBWF miner from aionmine.org i get 0.0 sol/s. if I use your configuration and change the server to the stratum server address from aion.org (and port, etc...) i get "INFO: Received incorrect work!" However if don't change the server address or anything i get at least 50 sol/s.

I am relatively unexperienced in Linux in general and mining, so my question is: Is there anything that comes to your mind?