Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chengxilo/monero-mine
https://github.com/chengxilo/monero-mine
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chengxilo/monero-mine
- Owner: chengxilo
- Created: 2024-10-21T05:19:20.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T05:22:18.000Z (24 days ago)
- Last Synced: 2024-10-21T08:19:20.927Z (24 days ago)
- Language: Dockerfile
- Size: 976 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: