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

Nicehash protocol #13

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Nicehash protocol #13

wants to merge 10 commits into from

Conversation

SergeantSerk
Copy link
Owner

No description provided.

Crude implementation of EthereumStratum/1.0.0 (nicehash).
Currently incomplete, does not container mining.submit for submitted solutions.
This proxy does not track sent jobs to submitted solutions (does it need to anyways?).
Added a JsonIgnore condition to JsonRpcMessages to conform to the specification (confirm that this does not interfere with ethproxy).
Launching the proxy now yields two separate ports for each implemented spec (one port apart).
@SergeantSerk SergeantSerk self-assigned this Sep 18, 2022
@SergeantSerk SergeantSerk marked this pull request as draft September 18, 2022 22:10
NicehashProxy runs alongside EthProxy on port + 1
[NicehashProxy] JobId now in hex, incremented +1 per job, after job has been sent.
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.

Implement EthereumStratum/1.0.0 (including Nicehash) and EthereumStratum/2.0.0
1 participant