I'm running an ooooold stick miner running at 5Gh/s. How long does it take for it to register my address when checking my stats? (Its been running for about an hour now)
This is what I'm using: cgminer -o stratum+tcp://solo.ckpool.org:3333 -u 1FWFFjsqqoL6ZUq179dmt7stUgs5jEudwC -p x
Also for calculating my chance at the "lotto", is this still a good formula to use?
(2^256 / (((2^224 - 2^208) / Difficulty) * Hashrate)) / 60 / 60 / 24
Using current difficulty of 6,379,265,451,411 (found at
https://bitcoinwisdom.com/bitcoin/difficulty) and 5Gh/s hash rate, does this sound right?
(2^256 / (((2^224 - 2^208) / 6,379,265,451,411) * 5,000,000,000)) / 60 / 60 / 24 = 63423968.8987
So a 1 in 63,423,969 chance every 20mins?
you already registers shares
http://solo.ckpool.org/users/1FWFFjsqqoL6ZUq179dmt7stUgs5jEudwC{
"hashrate1m": "2.78G",
"hashrate5m": "3.92G",
"hashrate1hr": "5.54G",
"hashrate1d": "747M",
"hashrate7d": "112M",
"lastshare": 1565662521,
"workers": 1,
"shares": 25945,
"bestshare": 1851093.515261599,
"bestever": 1851093,
"worker": [
{
"workername": "1FWFFjsqqoL6ZUq179dmt7stUgs5jEudwC",
"hashrate1m": "2.78G",
"hashrate5m": "3.92G",
"hashrate1hr": "5.54G",
"hashrate1d": "747M",
"hashrate7d": "112M",
"lastshare": 1565662521,
"shares": 25945,
"bestshare": 1851093.515261599,
"bestever": 1851093
}
]
}
and current diffulty is at 9,985,348,008,059 - 9.99 T
use this site for current stats https://btc.com/stats/diff
https://bitcoinwisdom.com/bitcoin/difficulty stoppped updating as of march 24 2019