Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaoyuyang/verus-docker
A Verus docker setup to mine verus coin using Hellminer
https://github.com/yaoyuyang/verus-docker
verus
Last synced: about 12 hours ago
JSON representation
A Verus docker setup to mine verus coin using Hellminer
- Host: GitHub
- URL: https://github.com/yaoyuyang/verus-docker
- Owner: yaoyuyang
- Created: 2020-12-26T04:28:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T10:03:41.000Z (over 3 years ago)
- Last Synced: 2024-11-05T10:59:51.182Z (about 2 months ago)
- Topics: verus
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 8
- Watchers: 1
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# verus-docker
A docker setup to mine [Verus coin](https://verus.io/) using [Hellminer](https://github.com/hellcatz/luckpool) for those who are not using linux natively on their computer. Follow the steps below to setup to run this on your local computer. I tested this fully on my Macbook Pro with Docker for Mac Version 2.0.0.0-mac78 (28905). I believe any latest Docker for Mac version should work.* Download [Docker Desktop](https://www.docker.com/products/docker-desktop)
* Git clone [this repo](https://github.com/yaoyuyang/verus-docker)
* Go to the cloned repo folder and modify the PUBLIC_VERUS_COIN_ADDRESS in docker-compose.yml to be your public Verus coin address.
* In terminal, run `docker-compose build` inside the repo.
* Then run `docker-compose run linux bash`
* Run `./mine.sh` and mining begins! Go to url https://luckpool.net/verus/miner.html?REPLACE_THIS_WITH_YOUR_PUBLIC_VERUS_COIN_ADDRESS to check your mining progress. (Take a couple minutes to show up in the website)