Skip to content
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

X11 with nomp + mpos #94

Closed
bonesoul opened this issue Apr 28, 2014 · 1 comment · May be fixed by UbuntuEvangelist/node-open-mining-portal#2
Closed

X11 with nomp + mpos #94

bonesoul opened this issue Apr 28, 2014 · 1 comment · May be fixed by UbuntuEvangelist/node-open-mining-portal#2

Comments

@bonesoul
Copy link
Contributor

I'm trying to get a X11 coin (darkcoin) working with nomp + mpos.

With my current configuration i can run an scrypt coin within nomp + mpos but with the x11 one (darkcoin) i'm having difficulties.

The problem is that somehow nomp doesn't commit the shares to mpos shares table. I've enabled debug log for nomp but it doesn't show any specific info.

I'm using sgminer and here's the command line i'm using;

timeout /t 30
setx GPU_MAX_ALLOC_PERCENT 100
D:\mining\sgminer\sgminer.exe -o stratum+tcp://eu.coinium.org:3343 -u raistlinthewiz.rig -p x --failover-only -o stratum+tcp://us.coinium.org:3343 -u raistlinthewiz.rig -p x -k darkcoin -g 2 -w 256 --thread-concurrency 8191 --gpu-engine 1058 --gpu-memclock 1500 --gpu-fan 85 -I 13 --gpu-powertune -20

if I switch with cgminer (i know that it won't work for X11 but just for testing purposes), i can see the nomp throwing invalid share log-lines;

[Darkcoin] (Thread 2) Share rejected: {"job":"9","ip":"a.b.c.d","worker":"raistlinthewiz.rig","difficulty":64,"error":"low difficulty share of 3.0261638069624675e-10"}

looking for ideas & advices

@zone117x
Copy link
Owner

zone117x commented May 1, 2014

For x11 algo, just like quark, you need to set diff super low since the mining apps don't use a share multiplier. Set diff to 0.0001 and you will start seeing shares.

@zone117x zone117x closed this as completed May 1, 2014
TheHolyRoger pushed a commit to TheHolyRogerCoin/node-open-mining-portal that referenced this issue Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants