calculating estimated GAME Credits per day?

0

So i am trying to work out my estimated game credits per day.

I have the follwoing info

  • Difficulty 12982 (at time of testing)
  • Hash Rate 600MH
  • Block Reward 12.5 (i believe)

I have tried to calculate with the following:

$blockreward /($difficulty*2^32/$hashrate/3600/24);

The result is: 0.00048143583423201 which i know isnt right. Can somoneone point me in the right direction please?

danyo

Posted 2017-09-06T08:29:25.207

Reputation: 159

Most people would look for an existing profitability calculator or two. Is that the same as this? https://www.coinwarz.com/calculators/gamecredits-mining-calculator

weston 2017-09-06T11:24:10.887

I am currently making an application, so would need to code my own.danyo 2017-09-06T12:40:01.540

So, look at the java script of an existing one.weston 2017-09-06T13:22:26.833

@weston thanks for your invaluable help :)danyo 2017-09-08T08:24:26.507

No answers