Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)