Dockerized veriumMiner (https://github.com/fireworm71/veriumMiner)
1.2K
veriumMiner is a multi-threaded CPU miner for mining Verium using scrypt².
If you're unfamiliar with the various options available in cpuminer, you can get help by typing:
docker container run --rm icereed/veriumminer --help
Start mining some Verium (in background):
docker container run -d --name [CONTAINER_NAME] icereed/veriumminer \
-n 1048576 -o [URL] -u [USER] -p [PASSWORD]
An example using Poolium mining pool (there are others available):
docker container run -d --name miner1 icereed/veriumminer \
-n -o stratum+tcp://vrm.poolium.win:3332 \
-u Weblogin.WorkerName -p WorkerPassword
Check the containers logs to see how things are progressing:
docker container logs -f [CONTAINER_NAME]
Content type
Image
Digest
Size
130.1 MB
Last updated
almost 9 years ago
docker pull icereed/veriumminer