Intern_projects/Divyansh_Bhardwaj
2022-03-23 00:55:34 +05:30
..
Dockerfile CPU mining 2022-03-22 14:11:48 +05:30
flo_function.py Made a sorting function 2022-01-07 20:49:39 +05:30
readme.md Update readme.md 2022-03-23 00:55:34 +05:30

FLO CPU & GPU mining Docker

This Dockerfile will make a container that can run both CPU and GPU mining seperately.

Deployment

Make a Docker Image using this dockerfile

  docker build .

To run the docker Image

  docker run -it <docker_image>

This will Start the container and a terminal will pop up. Now run the following code to start the CPU miner..

  ./minerd -o stratum+tcp://rm-pool.duckdns.org:3333 -a scrypt -u <user>.<worker> -p <workerpassword>