REDACTED-rig/doc/ALGORITHMS.md
2019-08-26 12:38:34 +03:00

955 B

Algorithms

NinjaRig uses a different way to specify algorithms, compared to other miners.

Algorithm selection splitted to 2 parts:

Example

{
  "algo": "argon2id",
  ...
  "pools": [
    {
      "url": "...",
      "variant": 1,
      ...
    }
 ],
 ...
}

Mining algorithm negotiation

If your pool support mining algorithm negotiation miner will choice proper variant automaticaly and if you choice wrong base algorithm you will see error message.

Pools with mining algorithm negotiation support.