Author

Topic: looking for a programmer who can script (Read 430 times)

hero member
Activity: 728
Merit: 500
January 01, 2015, 01:33:36 AM
#3
I need a script/cron job that will calculate a "profitability quotient" based off of coin price (from bittrex api), block size, and current difficulty.

If you can do this i will pay fairly
Know the formula? Its about 2 days work

http://bitcoin.stackexchange.com/questions/8568/equation-for-mining-profit

is a general idea

$hashTime = ((float) $difficulty) * (pow(2.0, 32) / ($hashRate * 1000.0)) ;
$blocksPerDay =  (24.0 * 3600.0) / $hashTime ;
$coinsPerDay = $blockCoins * $blocksPerDay;
$revenuePerDay = $coinsPerDay * $conversionRate;
legendary
Activity: 2044
Merit: 1005
January 01, 2015, 01:26:17 AM
#2
I need a script/cron job that will calculate a "profitability quotient" based off of coin price (from bittrex api), block size, and current difficulty.

If you can do this i will pay fairly
Know the formula? Its about 2 days work
hero member
Activity: 728
Merit: 500
January 01, 2015, 01:19:26 AM
#1
I need a script/cron job that will calculate a "profitability quotient" based off of coin price (from bittrex api), block size, and current difficulty.

If you can do this i will pay fairly
Jump to: