Fundamentals:. — Game mechanics are based on participating in mining pools, not on players personally.

08 Dec 2022, 09:00
Fundamentals: Game mechanics are based on participating in mining pools, not on players personally; The active phase consists of clicking on the screen to increase the chances of winning; There are 2 types of clicks. Auto clicks are given to each player according to their mining farm level. Manual clicks are live screen clicks with a limit of 25 clicks per second; The game consists of rounds, with the beginning and end determined by the real bitcoin blockchain; We keep track of the real blocks in the bitcoin blockchain, get block closure data and, in the meantime, close our game round; Before the start of each round we get the sum of the TH and NFT farm level of each pool. Input/initial data: Count the sum of all (auto and manual) clicks for the players; Get personal score: all clicks multiplied by a player's TH; Calculate mining pool score: the sum of all personal scores How the winner is determined: We determine a winner once the mining pool score for each mining pool is calculated; We take the hash of the real closed block and convert it to a value in decimal notation; We calculate the total score (sum of all the pool scores) and distribute all the mining pools by intervals. The position of each pool for the interval table is calculated randomly each round. a pool's interval consists of start and end values: pool interval start is the previous pool's end score pool interval end is the sum of the previous pool's score and your pool's score Then we divide the hash (which we previously converted into a decimal) by the total score. The winner is the pool that contains this number within their interval. We’ll dive deeper into how we determine a winner and how we calculate rewards in the next few posts.