Navigator 3.0


SUBMITTED BY: Guest

DATE: Sept. 4, 2012, 8:01 a.m.

FORMAT: Text only

SIZE: 718 Bytes

HITS: 1804

  1. # Navigator to help you find the 'c'
  2. # Please note that any variables (as reported by the website) can only be used
  3. # before the first renormalisation (usually about 30 minutes into a round)
  4. #enter the hashrate (for either the pool or the miner) in Ghps, in this case
  5. speed<-1194
  6. sharesPerSec<-speed*10^9/2^32
  7. #if total submitted shares and time since start of round are known, use that instead (more accurate)
  8. sharesPerSec<-279
  9. shares<-293639
  10. #score for either the pool/miner
  11. score<-2710990
  12. c<- -(shares*score)/(sharesPerSec*(score*lambert_Wm1(-(shares*exp(-shares/score))/score)+shares))
  13. print(paste('c is approximately',round(c)))

comments powered by Disqus