Author

Topic: [ANN] MinerHub - A trusted CPU/GPU miners manager for Windows (Read 92 times)

newbie
Activity: 3
Merit: 0
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
zm.exe --server ssl://eu1-zcash.flypool.org  --port 3443 --user wallet.rig0

Useful commands:

Install miner:
Code:
scoop install *miner name*
*Miner's name can be found in follow list.

remove miner:
Code:
scoop uninstall *miner name*
*Miner's name can be found in follow list.

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
excavator
phoenix-miner
rvwf-miner
xmr-stak
xmrig-amd
xmrig-nvidia
xmrig
z-enemy

Contributions

Feel free to pull requests on Github to add new miners.
Any suggestions were welcome.

Sorry for my bad english
Jump to: