Miner Performance Issue
-
Ok, so I’ve been mining BTC for about 6 months and decided to point one of my rigs to FTC but I’m having trouble getting the pool to properly reflect my miner’s performance.
So I’m using cgminer and have a system with 3x7870’s and 1 7950 stock clocks right now.
Tried 3 different pools, and it only reflects 24 kh/s where as my miner reflects 1.3 mh/s.
Miner config file is
cgminer --scrypt -o stratum+tcp://stratum.wemineftc.com:4444 -u jacoby0419.1 -p x --shaders 640 --intensity 17 --worksize 256
What am I doing wrong?
-
why shaders 640? thats just way og regarding the cards spec (7950 have 1792 for example). remove shaders comment and ad --thread-concurrency 8192 instead
also the pool will use some time of mining before they showed proper stat (give it 10min)
-
Pools reflect your hash rate as a function of shares successfully submitted, NOT by number of hashes per second that you’re going through. As a result, it could take some time before the pool agrees with cgminer. Are you getting a high number of rejects? That would also cause the hash rate seen by the pool to be off. What pool are you referring to, and are you using stratum?