-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
miner runs but gives me only booo's #5
Comments
Yeah this code is totally bugged. It submits invalid low diff shares. From what I've seen the maxcoin devs have borked everything they have touched. Cudaminer submits valid shares though. |
Can you confirm that the miner downloaded from http://rocketpool.co.uk/max/ works with your set up? |
Nope. That cpuminer is also bugged, it submits low-diff invalid shares. All the other miners work though. |
zone, what version of Stratum are you running? This is the first we've heard of such issues. Can you give us a complete breakdown of what you're doing so we can try and reproduce this, please. |
I'm using node-stratum-pool which so far supports everything but maxcoin and its forks/clones because of this issue. I'm simply trying to add support for maxcoin and other cloned coins which have the same changes with the block creation process. In the other issue in the maxcoin repo I've given a very detailed explanation of everything I'd tried, links to my code, theories on why its not working, etc. |
Hi,
miner runs fine, but i only got boo's :/
[2014-03-02 23:35:55] Starting Stratum on stratum+tcp://us-east1.maxcoin.mining
poolhub.com:10461
[2014-03-02 23:35:55] 2 miner threads started, using 'keccak' algorithm.
[2014-03-02 23:35:55] Binding thread 0 to cpu 0
[2014-03-02 23:35:55] Binding thread 1 to cpu 1
[2014-03-02 23:36:04] Stratum detected new block
[2014-03-02 23:36:07] thread 0: 1596198 hashes, 58.29 khash/s
[2014-03-02 23:36:38] thread 1: 1824114 hashes, 58.07 khash/s
[2014-03-02 23:36:38] accepted: 0/1 (0.00%), 114.71 khash/s (booooo)
Tried to get it running on my synology ds213+ nas.
Under Windows its working with the same args.
any ideas?
The text was updated successfully, but these errors were encountered: