Skip to content

justMrWhite/garlicoin-cpuminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pull as justmrwhite/garlicoin-cpuminer

How I came up with this

That was easy, I followed the instructions by:

After that, I just decided that it would look really cute in a container...

Start the fun:

  1. Install docker in case you don't have it yet (check the interwebs for this).
  2. Open your terminal and run this:
    docker container run -it --name garlicbread justmrwhite/garlicoin-cpuminer bash
    you can replace garlicbread for whatever name you want to give your container.
  3. As instructed in Garlic Recipes, you need to specify the algorithm, pool address and your wallet; so the example is this one, to also run in your terminal (after step 2, which means you already have the container running):
    ./cpuminer --algo=scrypt:4096 -o stratum+tcp://pool.grlc-bakery.fun:3333 -u <your wallet address here>
    That was just an example, but you can also check a list of pools and their instructions.

To exit and remove the container:

In your terminal:

  1. ctrl c
  2. exit
  3. docker container rm garlicbread
    to remove the container (which I suggest so it won't run more layers on top) or:

To restart the container

I don't suggest restarting, just removing (above)

  1. docker container start -ai garlicbread
  2. Follow step 3 from Start the fun

Don't forget to ckeck Garlicoin.io and Garlic Recipes by Pandawan as it is the official resource guide for everything Garlicoin.

Did you enjoy this? You can send me some garlic love:

Gfkokuadnhq27GZMUuVzf1SehYWWkesK4q

About

Yeah, Garlicoin CPU miner in a container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published