xmrig/doc/ALGORITHMS.md

27 lines
715 B
Markdown
Raw Normal View History

2018-05-03 12:31:54 +00:00
# Algorithms
2019-07-20 13:59:42 +00:00
Since version 3 mining [algorithm](#algorithm-names) should specified for each pool separately (`algo` option), earlier versions was use one global `algo` option and per pool `variant` option (this option was removed in v3). If your pool support [mining algorithm negotiation](https://github.com/xmrig/xmrig-proxy/issues/168) you may not specify this option at all.
2018-07-29 12:23:55 +00:00
#### Example
```json
{
"pools": [
{
"url": "...",
2019-07-20 13:14:34 +00:00
"algo": "cn/r",
2018-07-29 12:23:55 +00:00
...
}
],
...
}
```
2018-05-03 12:31:54 +00:00
2019-07-20 13:14:34 +00:00
#### Pools with mining algorithm negotiation support.
2018-05-03 12:31:54 +00:00
2018-05-03 15:20:36 +00:00
* [www.hashvault.pro](https://www.hashvault.pro/)
2019-07-20 13:14:34 +00:00
* [moneroocean.stream](https://moneroocean.stream)
2019-07-20 13:57:37 +00:00
## Algorithm names
2019-08-09 17:57:26 +00:00
* https://xmrig.com/docs/algorithms