Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chengxilo/monero-mine


https://github.com/chengxilo/monero-mine

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# monero-mine

It is a docker image for monero mining.

Before building, please change the two circled variables. The url should be the pool you are using, and the user should be your monero address.
![alt text](image.png)
The value of `user` should be replaced with your own monero address,you can find it according to the steps below.
![alt text](image-3.png)

The value of `url` can be got from mining pools in . You just need to choose a pool you like. For me, I will choose . Because it is very easy to setup.Follow the steps below.

click help action to get setup.
![alt text](image-4.png)

pay attention to step 3-Configure Settings
![alt text](image-5.png)

This is a example for a correct config file.
![alt text](image-1.png)

And after configuration, you can build and run this image easily.

```shell
# build an image called monero-mine
docker build -t monero-mine .
```

```shell
# run the image
docker run -d monero-mine
```

Here is some problem about this image. It failed to apply MSR mod.😣 It might because we didn't run it in container which might be more likely to be considered as a virtual machine.
![alt text](image-2.png)

Official mining tutorial of monero: