Create reame.md

This commit is contained in:
Divyansh Bhardwaj 2022-03-22 23:05:46 +05:30 committed by GitHub
parent c03fae3fb8
commit da42540f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <docker_image>
```
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 <user>.<worker> -p <workerpassword>
```