forked from cbuchner1/ccminer
-
Notifications
You must be signed in to change notification settings - Fork 741
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keccak second nonce, and higher intensity
- Loading branch information
Showing
3 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
015d129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi tpruvot,
i´m running ccminer-x64-2.2.3-cuda9 on an 1060 6gb to mining electroneum with no problems. :)
I have an portable that is in work basically doing nothing and trying there the same ccminer version.
He have an 820m nvidia gpu that i think is cuda 2.1. Ofcourse when i try to use this verion i got this error:
https://ibb.co/hGMUFG
Any tip for what version should i use to use this graphic or if its possible to use it?
Regards,
015d129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no help ? :(
015d129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CUDA 9 is way too recent for you card.
I don't know anything regarding Windows stuff but CUDA 9 does not supports compute level under 3.0.
015d129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey,
Thanks for response,
So no hipotese of mining with my gpu maybe with other program? :)
Regards,
015d129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Self-compiled 2.2.4 "cuda-9" branch on Linux with GTX 1060 3Gb.
I tried "keccak" (Maxcoin) on zpool.ca and noticed that the miner reports something like 400Mh/s, while on pool dashboard it's only about 40Mh/s (i.e. 10 times less).
Is it the pool's fault or miner's?
015d129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try adding --submit-stale
015d129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, use -f 2 in this case... its pool factor seems 256 (but not the default set in yiimp sample)
015d129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eLvErDe
--submit-stale
seems not working@tpruvot the pool's default diff is 16 as far as I can understand. With
-f 2
I see the same difficulty (16) in dashboard (and in the miner), but the miner starts working in "batch mode": a batch of low diff shares, then a high diff share, then "booo: diff too low", and then a batch of low diff shares again:In the miner I still see around 400Mh/s, on the dashboard it's now about 18Mh/s (and diff 16).
PS. Actually, I doubt 400Mh/s very much... If it were true, I'd get some crazy revenue, like 400x0.05=20 mBTC per day...
PS2.
-f 2
gives a lot of rejected shares. Maybe it should be-m 2
?015d129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use to get this with wildkeccak 2.2.2 version. And the pool owner worked on this and corrected it. But if I go into a different pool same algo the same thing will happen. Showing only 1/4 my hashrate. So is it the pool or the build or both?