Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xmrig committed Jan 15, 2019
1 parent 7e5ce0a commit 21552d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# XMRig NVIDIA

:warning: **[Monero changed PoW algorithm on October 18](https://github.com/xmrig/xmrig/issues/753), all miners and proxy should be updated to [v2.8+](https://github.com/xmrig/xmrig-nvidia/releases/tag/v2.8.4)** :warning:

[![Github All Releases](https://img.shields.io/github/downloads/xmrig/xmrig-nvidia/total.svg)](https://github.com/xmrig/xmrig-nvidia/releases)
[![GitHub release](https://img.shields.io/github/release/xmrig/xmrig-nvidia/all.svg)](https://github.com/xmrig/xmrig-nvidia/releases)
[![GitHub Release Date](https://img.shields.io/github/release-date-pre/xmrig/xmrig-nvidia.svg)](https://github.com/xmrig/xmrig-nvidia/releases)
Expand Down Expand Up @@ -96,13 +94,6 @@ Default donation 5% (5 minutes in 100 minutes) can be reduced to 1% via command
* XMR: `48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD`
* BTC: `1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT`

## Release checksums
### SHA-256
```
0ea312b04be8770d50424b23e7ba5ce6a372457565527fe321836e1289d7b855 xmrig-nvidia-2.8.4-cuda-8_0-win64.zip/xmrig-nvidia.exe
9bfc602cd44085162107e23f83478abf92362e4badf3141aadf1bff889d43e80 xmrig-nvidia-2.8.4-cuda-9_2-win64.zip/xmrig-nvidia.exe
```

## Contacts
* [email protected]
* [reddit](https://www.reddit.com/user/XMRig/)
Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
#define APP_ID "xmrig-nvidia"
#define APP_NAME "XMRig-NVIDIA"
#define APP_DESC "XMRig CUDA miner"
#define APP_VERSION "2.8.5-dev"
#define APP_VERSION "2.9.1"
#define APP_DOMAIN "xmrig.com"
#define APP_SITE "www.xmrig.com"
#define APP_COPYRIGHT "Copyright (C) 2016-2018 xmrig.com"
#define APP_KIND "nvidia"

#define APP_VER_MAJOR 2
#define APP_VER_MINOR 8
#define APP_VER_PATCH 5
#define APP_VER_MINOR 9
#define APP_VER_PATCH 1

#ifdef _MSC_VER
# if (_MSC_VER >= 1910)
Expand Down

0 comments on commit 21552d5

Please sign in to comment.