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

mining pool improvement, part I #99

Merged
merged 4 commits into from Feb 13, 2024
Merged

Conversation

Rakni1988
Copy link
Contributor

  • change in the way blobs are generated by the mining pool
  • change of the initial nonce, different scope of the extra nonce
  • fix: block reward
  • fix: mynodes TCP port
  • preparation: adding "share weights" to the database

@@ -1641,7 +1641,7 @@ def __init__(self):
SeedGateway.from_dict(
{
"host": "yada-bravo.mynodes.live",
"port": 8080,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these your nodes? Why did this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they are not mine, but in my opinion the ports are wrong, which is why the SP hangs and cannot achieve full synchronization and connect to its SG. I have this changed on my pool and I am the only one able to connect to this SP.

Zrzut ekranu z 2024-02-13 09-33-43

@pdxwebdev pdxwebdev merged commit 27988df into pdxwebdev:master Feb 13, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants