Bitcoin Forum
June 22, 2024, 01:44:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: looking for a programmer who can script  (Read 403 times)
bassguitarman (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile
January 01, 2015, 06: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
sidhujag
Legendary
*
Offline Offline

Activity: 2044
Merit: 1005


View Profile
January 01, 2015, 06: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
bassguitarman (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile
January 01, 2015, 06: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;
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!