Giter Site home page Giter Site logo

Comments (6)

gromatluidgi avatar gromatluidgi commented on May 10, 2024 1

@nadal28 before trusting the pool your mining on, its always nice to know your real hashrate ;)

from webminerpool.

notgiven688 avatar notgiven688 commented on May 10, 2024

"connections client/pool: 0/0"

means that no one is connected and that there is no pool connection. I do not know why you get anything submitted to the pool (?!)

from webminerpool.

sourcedexter avatar sourcedexter commented on May 10, 2024

Even when clients have connected, I get something like:
heartbeat; connections client/pool: 2/1; jobqueue: 0.0k; speed: 0.0kH/s

I know that clients are connected and are producing hashes, but the speed still says 0.0kH/s . shouldn't it be the hash rate of all the connected clients to the server?

from webminerpool.

gromatluidgi avatar gromatluidgi commented on May 10, 2024

@sourcedexter if you want to know your hashrate if you have less than 100h/s, update server source.
Change ((Double) totalSpeed/1000.0d).ToString ("F1") to -> ((int) totalSpeed).ToString ()

from webminerpool.

nadal28 avatar nadal28 commented on May 10, 2024

You should check your hashrate in the pool, not in your server

from webminerpool.

sourcedexter avatar sourcedexter commented on May 10, 2024

@gromatl thank you very much. I'll do the change. and you are very right. It is better to know the real hash rate.
Closing this thread as the issue is solved.

from webminerpool.

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.