Code Monkey home page Code Monkey logo

Comments (5)

dayas avatar dayas commented on August 15, 2024 1

The pool code is specifically written for Monero, but since Monero is a Cryptonote coin the code works with pretty much all other Cryptonote, but you have to understand the coins and there metrics such as block target times.

Changing Block Target Times:
To adjust the block target time in the code, if you are setting up a pool for a coin other than Monero, you need to edit the index.html file located in the website_example directory.

In the home.html file, "website_example/pages/home.html", line # 207 reads
updateText('networkHashrate', getReadableHashRateString(lastStats.network.difficulty / 60) + '/sec');

The "60" value is the coins block target time. This will need to be updated to represent the target time of whatever coin you are trying to setup a pool for.

Also, to setup a functioning pool for coins other than Monero, you will need to modify the coinunits.
And for the calculator to work you will need to modify line 336 of the home.html file.

from node-cryptonote-pool.

decivox avatar decivox commented on August 15, 2024

It appears that after some time, the your hast does come in line. The network hash always remains 4x higher though. Left it on for 24 hours +

from node-cryptonote-pool.

dayas avatar dayas commented on August 15, 2024

this is not a problem with the pool, this is because you have incorrect target time for XDN.

from node-cryptonote-pool.

decivox avatar decivox commented on August 15, 2024

Makes sense, considering Ducknote has four times the target time of Monero. Which file do you edit for that? Ive changed the target time in the config.json many times finding optimal settings for my pool and its had no effect on the net hash (as expected). You help is appreciated!

from node-cryptonote-pool.

sonius575 avatar sonius575 commented on August 15, 2024

What did you modify within index.html to correct poolhashrate?

from node-cryptonote-pool.

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.