Skip to content

Equihash profit calculator formula needs fix #10

Description

@Eneen

Equihash coins use secondary hash to hash equihash solution that makes it more difficult. Standard formula: (userHash/(difficulty2^13))blockReward360024 requires additional 0.8 multiplier to get accurate number of coins that you earn.

Here is part of code for secondary formula using network hashrate (this one gives almost same results):
https://github.com/z-classic/z-nomp/blob/master/website/static/miner_stats.js#L151
However as you can see network hashrate is multiplied by 1.2 giving accurate earnings.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions