Skip to content
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

Open
anna4988 opened this issue Jan 25, 2022 · 5 comments
Open

Why are there no statistics? #6

anna4988 opened this issue Jan 25, 2022 · 5 comments

Comments

@anna4988
Copy link

Why are there no statistics on http://solo.ckpool.org/users/address-btc

@anna4988
Copy link
Author

Is this normal or not?

@papacrouz
Copy link
Contributor

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.

@lolzminer123
Copy link

just a question i recieved a message with a new hash instead of new block found why did i get this ?

@lolzminer123
Copy link

New hash: 00000002ce1e6670303e8dea44bf54b3e5a3e5509b70c0cad1062e342b33c27e for block 766806

@GitHappens2Me
Copy link

The script logs all calculated hashes which start with atleast 7 zeroes. So this is one of your "closest" hashes.
Keep in mind, that you need atleast 19 zeroes at the moment for a valid block.

You can change the logging behaviour to also include hashes with less zeroes by changing the following line in the code:

if hash.startswith('0000000'): logg('[*] New hash: {} for block {}'.format(hash, work_on+1))

For example: If you change the '0000000' to '000', ever hash with atleast 3 leading zeroes is logged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants