Skip to content

Instantly share code, notes, and snippets.

@plebhash
Created November 26, 2023 14:10
Show Gist options
  • Save plebhash/cd82a050c98b67688678cd3fbfc6d85f to your computer and use it in GitHub Desktop.
Save plebhash/cd82a050c98b67688678cd3fbfc6d85f to your computer and use it in GitHub Desktop.
StratumV2 Reference Implementation (SRI) via nix flakes

Since flakes are an experimental feature, you also need to add the following line to ~/.config/nix/nix.conf:

experimental-features = nix-command flakes

or pass the flag --experimental-features 'nix-command flakes' whenever you call the nix command.

jd-client

nix run github:plebhash/stratum jd-client

jd-server

xxx

mining-proxy

pool

translator

test-utils

mining-device

sv1-mining-device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment