Giter Club home page Giter Club logo

Comments (22)

ceozero avatar ceozero commented on August 19, 2024 1

@GQM can you have coin_equihash.class.php?

from z-nomp.

GQM avatar GQM commented on August 19, 2024 1

Still working on a couple changes before I submit a PR to the MPOS repo.

Need an if statement that calls the config file to get the algorithm used to adjust the below line:

https://github.com/MPOS/php-mpos/blob/master/include/classes/statistics.class.php#L137

Heading to the rec center for a quick swim, will try and get it done tonight when I get back.

Any suggestions on how to call/create the variable I need?

from z-nomp.

WaveringAna avatar WaveringAna commented on August 19, 2024 1

you need a script to do it https://gist.github.com/sammy007/4739e07a0ee92bde99f8f1f40835c7f1

from z-nomp.

GQM avatar GQM commented on August 19, 2024 1

@6otah its a script that runs on an interval depending on whats in the settings. If there is no balance then their is nothing for the script to do. I personally use forever to run the script.

from z-nomp.

GQM avatar GQM commented on August 19, 2024

I've been trying to compare some difference between z-nomp and nomp.

When mining Litecoin I have shares submitted at

Share accepted at diff 32/54.31050163

VS

Share accepted at diff 23716.080168692/0.03669559

I believe z-nomp is tracking the network difficulty and not the set difficulty by the pool?

Looking into the database it seems that shares are being inserted at the high value 20-30k vs litecoin shares being inserted at the set stratum diff of 32.

I'm wondering if this is causing some of the issues seen in MPOS with the calculations being off.

from z-nomp.

WaveringAna avatar WaveringAna commented on August 19, 2024

ive been seeing this too, I would put a difficulty of 1,000, but claymore only sees it as a difficulty of 272 and mines shares like crazy.

from z-nomp.

jmprcx avatar jmprcx commented on August 19, 2024

I believe I fixed the difficulty issue. The stratum pool was using suprnova's difficulty instead of the correct proof of work difficulty. I'm looking into the payment processor issues now.

npm update && npm install to get the new code.

from z-nomp.

jmprcx avatar jmprcx commented on August 19, 2024

@GQM can you try running your MPOS tests again? I've fixed the difficulty reporting.

from z-nomp.

jmprcx avatar jmprcx commented on August 19, 2024

For documentation/awareness purposes. MPOS does not intake shares with difficulties less than 1. A work around is to set the "mposDiffMultiplier" so that each share equals one but the hashrate will be skewed by that number.

from z-nomp.

jmprcx avatar jmprcx commented on August 19, 2024

I'll look over the MPOS code and submit a PR for a fix over the next week or so.

from z-nomp.

ceozero avatar ceozero commented on August 19, 2024

@GQM can you get it?

from z-nomp.

minerpool avatar minerpool commented on August 19, 2024

I am interested too..

from z-nomp.

GQM avatar GQM commented on August 19, 2024

@ceozero @Aleix-Oto I have pushed the changes to my repo, still in development and needs to be reviewed but should be a good base. Would appreciate any feedback :)

https://github.com/GQM/php-mpos/tree/development

from z-nomp.

EliteMobb79 avatar EliteMobb79 commented on August 19, 2024

@GQM Did you get payments working with MPOS compatibility? I have the z-mpos installed and working. But I found 2 blocks and payments failed to send. It seems the coinbase > private > public coin tumbling isnt happening in any capacity. I attempted to enable the payouts in z-nomp to hopefully make the coins available for the mpos to send but get errors starting the pool after enabling payout. Any luck with payouts yet? Here is the error I am getting with MPOS mode enabled and payout enabled in z-NOMP

paymentProcessor.js:172
for (var i = 0, len = result[0].response.length; i < len; i++) {
^

TypeError: Cannot read property 'length' of null

I ended up sending the coins manually via the zcash daemon.

from z-nomp.

EliteMobb79 avatar EliteMobb79 commented on August 19, 2024

Excellent, thank you.

from z-nomp.

GQM avatar GQM commented on August 19, 2024

Thanks @aayanl

@EliteMobb79 that is the correct script which you need to run. Maybe when I find some time I can add the script into my MPOS repo for equihash. Currently driving across Canada and have little time to respond/work currently.

from z-nomp.

EliteMobb79 avatar EliteMobb79 commented on August 19, 2024

No problem at all. I really appreciate the information. Safe travels.

from z-nomp.

6otah avatar 6otah commented on August 19, 2024

@GQM can you give more detailed information on how to run this script, please? I downloaded it, inserted addresses and put it in z-nomp directory. When I run node zdump.js i get this:

Balance 0 is below threshold

from z-nomp.

sonicdx10 avatar sonicdx10 commented on August 19, 2024

so autopayment for zcash is not working ?

from z-nomp.

WaveringAna avatar WaveringAna commented on August 19, 2024

Closing as z-nomp works as intended as a backend for mpos

from z-nomp.

vtnplus avatar vtnplus commented on August 19, 2024

i problem with z-nomp after update. workerName="username", last is workerName="username.worker" => error in mpos auth. where i can fix it

from z-nomp.

OleksandrBlack avatar OleksandrBlack commented on August 19, 2024

i problem with z-nomp after update. workerName="username", last is workerName="username.worker" => error in mpos auth. where i can fix it

The same problem, help to solve please

from z-nomp.

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.