Bitcoin Forum
May 10, 2024, 11:15:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] MinerHub - A trusted CPU/GPU miners manager for Windows  (Read 86 times)
Cage1121 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 12, 2018, 04:38:03 AM
 #1

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!