-
Notifications
You must be signed in to change notification settings - Fork 116
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
Create a Docker images and docker-compose for mining with Zebra on Testnet #6118
Comments
This might have a lot of overlap with ticket #6025, can you update its ticket description to mention this ticket? |
Is this a low priority or optional ticket? |
If we do a "How to mine using s-nomp and Zebra on testnet" blogpost we would ideally provide the docker image already so I feel like this is potentially a blocker for finishing off #6028. However, we may decide that the instructions on there are good enough. |
I think it's a should-have and medium priority so it can be included in the Zebra book. |
Hey team! Please add your planning poker estimate with Zenhub @arya2 @conradoplg @dconnolly @oxarbitrage @teor2345 @upbqdn |
This has a lot of overlap with #6200, we might want to make that Docker image first. I'll try to do that today. |
Motivation
We could make it easier for people to try mining with Zebra on Testnet by publishing a Docker image.
This would also make it easier to add a manually dispatched workflow to our CI for testing mining pool support.
Design
Collect all of the steps for starting s-nomp and nheqminer zebra-instructions into Dockerfile(s).
Add a docker-compose file for starting zebra-mining-rpcs-testnet, redis, s-nomp, and nheqminer. (Exclude zebra-mining-rpcs-testnet from docker-compose so the rest of the instances can be spun up after the testnet sync?)
Timing
We're going to limit this ticket to 2 days of work, because it won't be usable in production. (We had to disable parts of
s-nomp
because it doesn't support NU5.)The text was updated successfully, but these errors were encountered: