I recently built my first small mining rig. I went with Linux instead of Windows because I wanted an adventure. Unlike previous adventures, I encoded every step of the way in a script, so I could not only remember what I had done, but so I could quickly set up additional machines if I wanted.
If you want
- To mine ZCash
- On Ubuntu Linux
- With EWBF’s Miner
- On NVidia GPUs
- Into the Flypool mining pool
- With DataDog monitoring (You can build online dashboards like this: https://i.imgur.com/Ns9iAtk.jpg )
Then just provide an internet-connected Ubuntu linux machine with the GPUs connected and powered, and the scripts will take care of the rest! Whether you choose Ubuntu desktop (with a GUI) or Ubuntu server (no graphical server), they’ll still work. If you set up auto-login (done via the GUI in Ubuntu desktop, or with the included instructions for Ubuntu server), then the miner will start mining as soon as it powers on and comes online, without anyone having to touch it. This enables you to truly set it and forget it, especially if you combine it with Datadog and set up alerting!
This does assume you’ve got a fairly recent NVidia GPU (any of the 1050, 1060, 1070, 1080s should be fine) and are on Ubuntu 17.x.
Most of the setup scripts’ contents should be fairly self-explanatory, and could be modified if you end up needing to… depending on your familiarity with Linux & Ubuntu. For example, I switched to mining on http://miningpoolhub.com (using their coin-switching equihash pool) instead of flypool - all I really had to change was the arguments passed to EWBF in the /etc/systemd/system/miner-zec-ewbf.service file that is installed.
As usual, no warranty, no support, good luck! I hope these help someone.