zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
1.02k stars 1.03k forks source link

Question : Calculate Hashrate from Shares #309

Open sogeking opened 10 years ago

sogeking commented 10 years ago

Hi, In Hashrate calculation,I know the equation : Hashrate = (Total Share Diff * Multiplier / (Time in Seconds ) )

while : Total Share Diff = total difficulty of all shares in a period of time ( I use 5 minutes ) Multiplier : as I see in this page : https://github.com/zone117x/node-stratum-pool/blob/master/lib/algoProperties.js

Scrypt : 2^16 SHA256 : 2^32 X11: 1 Huh? is it correct. X13 : 1 Huh ?

So, can you please give me the correct Multiplier of some Algorithmns : X11, X13, X15, nist5, quark,skein,shavite3,hefty1,qubit,.. Thank you very much.

mapleshadow commented 10 years ago

Also concerned about this issue

pflux commented 10 years ago

SHA multiplier: 4294967296 Scrypt multiplier: 65536

Ambros94 commented 7 years ago

Is someone aware of LBRY multiplier? I am using the default at 1, but I all all share rejected due to low diff

shtse8 commented 7 years ago

How can I check the multiplier for each algo?