Title: [ANN] MinerHub - A trusted CPU/GPU miners manager for Windows Post by: Cage1121 on May 12, 2018, 04:38:03 AM Website: https://github.com/Cage1121/MinerHub
What is MinerHub? Just like homebrew for macOS, pypi for Python, it's a source of CPU/GPU miners. It contains a lot of well-known CPU/GPU miners. With Scoop and MinerHub, you can download, setup, mining, update, and remove miners in a few seconds. ALL MINERS WILL BE DOWNLOADED FROM TRUSTED SOURCES, AND VERIFIED SHA256 CHECKSUM BEFORE INSTALL. Usage Using MinerHub is extremely easy, check this: 1. Install Scoop first, launch Powershell and run: Code: iex (new-object net.webclient).downloadstring('https://get.scoop.sh') 2. Add MinerHub to scoop: Code: scoop bucket add MinerHub https://github.com/Cage1121/MinerHub 3. Install your favourite miner via scoop install command, like this: Code: scoop install dstm 4. Create the startup batch script in ANY folder and run: Code: @echo off Useful commands: Install miner: Code: scoop install *miner name* remove miner: Code: scoop uninstall *miner name* search miner: Code: scoop search xmr Update repo: Code: scoop update Update miner: Code: scoop update *miner name* Miners list Now we got these miners, I'll keep adding more miners. Code: ewbf Contributions Feel free to pull requests on Github to add new miners. Any suggestions were welcome. Sorry for my bad english |