How it works
In ENTROPY, miners generate 64 bits of random information at an average of once per hour. These 64 bits are passed to an oracle that measures the randomness of the information and rewards miners with a share of tokens minted in the current epoch. Theoretically, the measure of entropy for bits of information , , is given by:
where is the probability that bit is equal to one. If, for every bit, there is an equal chance that it be one or zero, the entropy of bits is equal to . Therefore, in the ENTROPY network, miners generate 64 bits of entropy every hour on average.
The 64-bit message is sent at random intervals , whose length is a random variable governed by an exponential probability density function:
where is equal to an hour. The choice of exponential distribution has been made due to its memorylessness property:
which allows the miner to "re-roll" its wait time without affecting the long-run distribution. Assuming disconnections last less than a few minutes, this gives miners the benefit of being able to temporarily disconnect from the network almost without penalty and can be useful in the case of temporary loss of power or Internet connection.