Giter Site home page Giter Site logo

Comments (25)

ahmedbodi avatar ahmedbodi commented on August 20, 2024

Hi, well if you are using vardiff then that is correct what i personally do is set MPOS to 1, the pool target to 1 and the min target to 1 and then let them rise by themselves

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

You reply so fast to comments - your awesome!

Do you set this for both scrypt and SHA256 pools? or only SHA256?

So just to confirm you set the below:-

POOL_TARGET = 1
VARIABLE_DIFF = True
USE_COINDAEMON_DIFF = False
DIFF_UPDATE_FREQUENCY = 86400
VDIFF_MIN_TARGET = 1
VDIFF_MAX_TARGET = 1000
VDIFF_TARGET_TIME = 30
VDIFF_RETARGET_TIME = 120
VDIFF_VARIANCE_PERCENT = 20

I think I'll change mine to how you do it :)

from stratum-mining.

ahmedbodi avatar ahmedbodi commented on August 20, 2024

i do this for both sha and scrypt pools im going to have a new update which is recommended which will set reduce the effectiveness of one of vardiffs flaws soon

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

Thank you so much for your help here! I look forward to your new update.

I have changed to the settings you have recommended and and they are running much better :).

from stratum-mining.

ahmedbodi avatar ahmedbodi commented on August 20, 2024

nice +1 , no problem it should be out soon, if you like my work then please donate :)

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

Actually spoke to soon, after changing these settings my shares and invalids have skyrocketed. Other stats seem ok, like the hasrate and sharerate.

You can view by going to asc.coinz.pw.

Any ideas why? Is this an issue the update will fix?

More than happy to donate after this issue has been sorted :)

from stratum-mining.

educatedwarrior avatar educatedwarrior commented on August 20, 2024

I've been watching this thread. This fixed my issue with share count not being displayed. I've been bugging Ahmed about this all weekend. Thanks.

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

Relised you can't see this without signing up to my website, here it is:-

Round Shares
Est. Shares 648953685 (done: 20.85%)
Pool Valid 135300053
Your Valid 135300053
Pool Invalid 0 (0%)
Your Invalid 0 (0%)

I only have the one worker :/.

educatedwarrier are your round share estimates doing this?

from stratum-mining.

educatedwarrior avatar educatedwarrior commented on August 20, 2024

Yes I had same issue. At first I was having issues getting a sharecount at all, so I was happy to see some numbers. I raised the pool target and vardiff_min to 8 for my pool and that lowered the share count.

from stratum-mining.

ahmedbodi avatar ahmedbodi commented on August 20, 2024

daygle yeah that will happen the first time it will settle down and stop

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

Thanks, I'll keep an eye on this and hope that it reports correct figures in the future :/.

from stratum-mining.

ahmedbodi avatar ahmedbodi commented on August 20, 2024

Sure

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

Hmmmm something doesn't seem right. I left it settle and nothing changed - figures where extremely overstated.

The only way I can correct it is changing diff in MPOS to 20. Ahmedbodi are you using a MPOS front end? The MPOS mention some complicated formula used with pushpool, but I have no interest in pushpool as I don't have it installed.

from stratum-mining.

ahmedbodi avatar ahmedbodi commented on August 20, 2024

Ahh yes I forgot to mention that u need to set mpos to use a diff of 16 I use mpos too btw

Glen [email protected] wrote:

Hmmmm something doesn't seem right. I left it settle and nothing changed - figures where extremely overstated.

The only way I can correct it is changing diff in MPOS to 20. Ahmedbodi are you using a MPOS front end? The MPOS mention some complicated formula used with pushpool, but I have no interest in pushpool as I don't have it installed.


Reply to this email directly or view it on GitHub:
ahmedbodi#7 (comment)

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

Arrhh ok... I have changed the MPOS to 16.

I'm still getting some crazy figures, I guess I'll see if it settles again?
capture

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

I'm still not happy with the figures, I have changed the following:-

--Stratum Mining - Config.py---
POOL_TARGET = 1
VDIFF_MIN_TARGET = 1
VDIFF_MAX_TARGET = 600

--MPOS - global.inc.php--
$config['difficulty'] = 16;

Have I missed any other settings anywhere else?

from stratum-mining.

educatedwarrior avatar educatedwarrior commented on August 20, 2024

Try restarting your webserver. The settings above worked great for me.
service apache2 restart

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

Nope restart didn't correct the issue.

What's your website I need to see for myself :)

from stratum-mining.

ahmedbodi avatar ahmedbodi commented on August 20, 2024

wait till the round finishes and then take a look at statsthe number of shares is variable to the difficulty
e.g. a higher share diff = less shares needed
a lower share diff = more shares needed

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

Yeah I don't have much play around 20, I'll have a go when I get home.

There has to be a better way to change this.

I ended up logging a issue with Sebastian the guy who built MPOS. He suggests putting the vardiff and mpos difficulty back to how I had it in the first place. So confusing :/

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

Sebastian has advised that the coin I'm using isn't really supported with MPOS/VARDIFF kind of sucks - I have put a lot of hard work in to these pools.

Now my figures are ruined and I feel the SHA256 coins aren't fully supported :(

from stratum-mining.

ahmedbodi avatar ahmedbodi commented on August 20, 2024

i cant really help with that u have to be willing to work with the coin and mpos and change whats needed to get it to work

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

OK thanks, I haven't given in yet! I'm playing with VARDIFF settings now

from stratum-mining.

daygle avatar daygle commented on August 20, 2024

Ok after heaps of investigation and testing I can now say I know a hell of a lot more about difficulty between MPOS and stratum. I now understand it's all about fine tuning the settings and that each coins settings can vary from each other.

I say this as I have five mining pools and was under the assumption when I first logged this call that one setting fit all coins or type of coin.

I'm not sure if you want to keep this call open as you have assigned this call with the tag enhancement. I'll leave that up to you if you want to close :). Thanks for your help in relation to this.

from stratum-mining.

ahmedbodi avatar ahmedbodi commented on August 20, 2024

Job Based Vardiff added, so now vardiff is 100% working closing as fixed :)

from stratum-mining.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.