Is it possible to know the detail behind those calculation? I would like to build a small table like this one.
Thanks!
depending on the coin, the network hash rate of a coin is
Difficulty * (2 ^ 24) / Block time in seconds (some coins may also use (2 ^ 16: scrypt?) or (2 ^ 32: bitcoin?)
put your hash rate in relation to the system hash rate and multiply with the current block reward (sometimes a function of the current block number) to get the number of coins you will earn per block on average.
Multiply with number of blocks per day to get the coins you expect to earn per day.
Multiply with the current exchange rates vs BTC or USD to get your gross earnings per day...
Subtract electricity costs, mining pool fees, etc... as needed
Christian