From da42540f082ee3a44e38e2f528b629212ff3a561 Mon Sep 17 00:00:00 2001 From: Divyansh Bhardwaj <87605149+Dbhardwaj99@users.noreply.github.com> Date: Tue, 22 Mar 2022 23:05:46 +0530 Subject: [PATCH] Create reame.md --- Divyansh_Bhardwaj/reame.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Divyansh_Bhardwaj/reame.md diff --git a/Divyansh_Bhardwaj/reame.md b/Divyansh_Bhardwaj/reame.md new file mode 100644 index 0000000..29855b9 --- /dev/null +++ b/Divyansh_Bhardwaj/reame.md @@ -0,0 +1,29 @@ +# 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 + +```bash + docker build . +``` + +To run the docker Image + +```bash + docker run -it +``` + +This will Start the container and a terminal will pop up. +Now run the following code to start the CPU miner.. + +```bash + minerd -o stratum+tcp://rm-pool.duckdns.org:3333 -a scrypt -u . -p +``` + +