Hi Guys,
For the miners who use hiveon pool I was wondering for quite some times if I can see the difficulty level of Hiveon Pool. They answered me.
Just to put in you in context.
You all know that we (miners) are getting paid by the number of shares we got approved on Hiveonpool. The shares from hiveon pool are calculated if we find a nonce that meets the target hash or the mining pool difficulty level but it's not necessary a good nonce to add a block in the Ethereum blockchain because the Ethereum network difficulty level is always higher compared to the pool difficulty.
In fact, the shares are how the mining pools calculate, distribute the revenues and make sure that the miners participating to the pool are really adding computational powers to try to solve the mathematical problem.
When I write "target hash" or "mining pool difficulty", in fact it literally means a number lower than the one you got if you copy-paste the "target hash" expressed in a hexadecimal number in your JavaScript Console on Chrome, for instance:
https://imgur.com/U0eLK4K So in my example I took a random "target hash" and it gives this number on base 10:
4.964248710538878e+47
The "e" it's for "10 exponent something" so it's 4.964248710538878 multiply by 10 exponent 47 which is a super huge number.
So if your mining rig find a number smaller than this 4.964248710538878e+47 so the mining pool will give you a share.
So to simplify, the mining rig try different nonce which are whole numbers and every time it tries a new nonce number with the same data entry, it will give you a different hexadecimal number or hash and if the hash or number is smaller than the hash target or number target then you got a share.
I think I don't explain it properly, if you really want to understant the mechanics behind your mining payments I suggest you watch this:
https://andersbrownworth.com/blockchain/Then I asked Hiveon Pool more details about how they calculate their "target hash" or "difficulty level" and the only thing they can tell me (because it's secret codes) is this:
We use vardiff on the pool . I.e. the difficulty is given to the rig depending on its speed of finding the shares.
https://help.slushpool.com/en/support/solutions/articles/77000433929-what-is-vardiff-variable-difficulty-algorithm-Let me know guys if you understand better the process of receiving accepted shares from Hiveon pool (it's probably similar with the other mining pools) and getting paid as we mine.