Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2.9.6 #364

Merged
merged 21 commits into from
Aug 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.9.6
* Added rx variant GRAFT algo (`rx/graft`)
* Fixed freeze in CC Server / CC communication
* Fixed --coin option algo detection
# 2.9.5
* Added wownero solo mining (upstream 6.13.1) support
* Added support to start xmrigDaemon/Miner with nothing but `--cc-url` and `--cc-token` params to remote push the config
Expand Down
1 change: 1 addition & 0 deletions doc/ALGORITHMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Option `coin` useful for pools without algorithm negotiation support or daemon t

| Name | Memory | Version | Notes |
|------|--------|---------|-------|
| `rx/graft` | 2 MB | 2.9.6+ | RandomGRAFT. |
| `rx/yada` | 2 MB | 2.9.3+ | RandomYADA. |
| `cn/superfast` | 2 MB | 2.9.1+ | CryptoNight variant 0 (modified) |
| `cn/cache_hash` | 2 MB | 2.8.4+ | CryptoNight variant 0 (modified) |
Expand Down
Loading