Sign inSign up

icereed/veriumminer

By icereed

Updated almost 9 years ago

Dockerized veriumMiner (https://github.com/fireworm71/veriumMiner)

Image
0

1.2K

icereed/veriumminer repository overview

What is veriumMiner

veriumMiner is a multi-threaded CPU miner for mining Verium using scrypt².

How to use this image

  • 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]
    

Tag summary

Content type

Image

Digest

Size

130.1 MB

Last updated

almost 9 years ago

docker pull icereed/veriumminer