-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why are there no statistics? #6
Comments
Is this normal or not? |
Hi, Yes it is normal. I've take a look at the code and as i can see is that the miner is not doesn't send any info to pool regarding the mining process, the connection with the ckpool is at the begin in order to request new data witch will be used to construct the blockheader, then the miner is trying to find a hash smaller than target and if its found the miner sends the solved work to pool. That means the statics will be available only if you solve a block. |
just a question i recieved a message with a new hash instead of new block found why did i get this ? |
New hash: 00000002ce1e6670303e8dea44bf54b3e5a3e5509b70c0cad1062e342b33c27e for block 766806 |
The script logs all calculated hashes which start with atleast 7 zeroes. So this is one of your "closest" hashes. You can change the logging behaviour to also include hashes with less zeroes by changing the following line in the code:
For example: If you change the '0000000' to '000', ever hash with atleast 3 leading zeroes is logged. |
Why are there no statistics on http://solo.ckpool.org/users/address-btc
The text was updated successfully, but these errors were encountered: