-
Notifications
You must be signed in to change notification settings - Fork 370
GPU Algorithms
Nate Woolls edited this page Jan 12, 2018
·
7 revisions
MultiMiner ships with support for numerous GPU algorithms out-of-the-box, including:
- SHA-256
- Scrypt
- Ethash
- Equihash
- CryptoNight
- Scrypt-N
- Scrypt-Jane
- NeoScrypt
- Keccak
- Groestl
- Quark
- Lyra2RE
- X11, X13, X14, and X15
More importantly, the user can easily add support for any algorithm by providing a compatible backend miner.
To configure GPU algorithms:
- Click the Settings toolbar button
- Click Advanced miner settings
- Click Advanced GPU miner settings
Note that only forks of CGMiner, BFGMiner, and SGMiner are supported as the miner must support their standard RPC API for communications.