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

Commits on Dec 22, 2021

  1. Crude Nicehash protocol implementation

    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 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    9f60f17 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    77ececc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    bd3301b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Fix wrong variable names

    SergeantSerk committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    0b20c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b718527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e429d74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1d8169 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fd4cc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. NicehashProxy listening in parallel + improvements

    NicehashProxy runs alongside EthProxy on port + 1
    [NicehashProxy] JobId now in hex, incremented +1 per job, after job has been sent.
    SergeantSerk committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    7f0d3e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da0fe5 View commit details
    Browse the repository at this point in the history