Skip to content

GPU Algorithms

Nate Woolls edited this page Jan 12, 2018 · 7 revisions

GPU Algorithms

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:

  1. Click the Settings toolbar button
  2. Click Advanced miner settings
  3. 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.