Giter Club home page Giter Club logo

Comments (5)

jojoin avatar jojoin commented on August 27, 2024

The main function:

Miner : https://github.com/hacash/miner/blob/master/run/main/main.go
and pool worker: https://github.com/hacash/miner/blob/master/run/minerworker/main.go

build pool service and worker, just compile form these two main files.

You can find the compile comand line in comments in the code of file :

https://github.com/hacash/miner/blob/master/run/main/main.go

go build -ldflags '-w -s' -o hacash_node_2021_01_24_02      miner/run/main/main.go
go build -ldflags '-w -s' -o miner_poolworker_2021_01_01_01 miner/run/minerworker/main.go
go build -ldflags '-w -s' -o cmdwallet_2021_01_01_01        cmdwallet/run/main/main.go
go build -ldflags '-w -s' -o pcwallet_2021_01_01_01          pcwallet/main/main.go

from node.

eheheeeeeee avatar eheheeeeeee commented on August 27, 2024

Thanks! Can you please tell me how to find or calculate pools hashrate by Th/s or Ph/s ?

from node.

jojoin avatar jojoin commented on August 27, 2024

Thanks! Can you please tell me how to find or calculate pools hashrate by Th/s or Ph/s ?

check file : https://github.com/hacash/mint/blob/master/difficulty/value.go

function: CalculateHashWorth() and ConvertPowPowerToShowFormat()

from node.

eheheeeeeee avatar eheheeeeeee commented on August 27, 2024

Thanks ! https://letshash.it/hac here u can see we played a little with it, now we show pool and miners hashrate but i think it is not hashrate but total hashes converted to hashrate. Is there some way to show exactly how much TH/S they are sending realtime? Like they see on mining software? And may i ask you if you have some messenger like element, telegra, whatsapp or discord ? I would like to talk there with you ;) let me know here is my email [email protected]

from node.

dwymi02 avatar dwymi02 commented on August 27, 2024

Hi,

This issue has been open for some time now, with no activity since Feb-10-2021.
There were some questions you asked regarding Telegram/ Discord, which I will provide you.

Telegram, we have two groups [Hacash Community -- https://t.me/hacash] and [HashPool -- https://t.me/HacashPool]
Discord, we do have a group on Discord. The link, available at the bottom of the [https://hacash.org] is [https://discord.gg/evtt4bDfKu]

Lastly, have all your questions been answered, is there anything else that we can help you with.
Please let us know ...

THANX(MKD).

from node.

Related Issues (2)

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.