Preparation #1.6.1
This commit is contained in:
parent
a5c311fad8
commit
abf623da82
4 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# 1.6.1
|
||||||
|
- Implementation of CN-Lite-IPBC algo
|
||||||
|
- Fixed Windows 32bit build
|
||||||
|
- Fixed XMRigCCServer crash when auth header is manipulated
|
||||||
# 1.6.0
|
# 1.6.0
|
||||||
- Complete rewrite of the stratum TCP/TLS network communication using boost::asio to fix connection issues and crashs
|
- Complete rewrite of the stratum TCP/TLS network communication using boost::asio to fix connection issues and crashs
|
||||||
- Force of PoW via "variant" parameter in xmrg-proxy 2.5.2+, it now overrules local settings
|
- Force of PoW via "variant" parameter in xmrg-proxy 2.5.2+, it now overrules local settings
|
||||||
|
|
|
@ -21,6 +21,7 @@ The modified version can also handle commands like "update config", "start/stop
|
||||||
Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XMRigCCServer.
|
Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XMRigCCServer.
|
||||||
|
|
||||||
## Additional features of XMRigCC (on top of XMRig)
|
## Additional features of XMRigCC (on top of XMRig)
|
||||||
|
* **NEW: Support of Crytptonight-Lite-IPBC**
|
||||||
* **NEW: Support of Crytptonight-Heavy (Sumokoin, Haven, ...)**
|
* **NEW: Support of Crytptonight-Heavy (Sumokoin, Haven, ...)**
|
||||||
* **NEW: Ready for Monero v7 PoW changes on April 6 2018**
|
* **NEW: Ready for Monero v7 PoW changes on April 6 2018**
|
||||||
* **NEW: Ready for Aeon v7 PoW changes on April 7? 2018**
|
* **NEW: Ready for Aeon v7 PoW changes on April 7? 2018**
|
||||||
|
|
|
@ -64,7 +64,7 @@ Usage: " APP_ID " [OPTIONS]\n\
|
||||||
Options:\n"
|
Options:\n"
|
||||||
# ifndef XMRIG_CC_SERVER
|
# ifndef XMRIG_CC_SERVER
|
||||||
"\
|
"\
|
||||||
-a, --algo=ALGO cryptonight (default), cryptonight-lite or cryptonight-heavy\n\
|
-a, --algo=ALGO cryptonight (default), cryptonight-lite, cryptonight-lite-ipbc or cryptonight-heavy\n\
|
||||||
-o, --url=URL URL of mining server\n\
|
-o, --url=URL URL of mining server\n\
|
||||||
-O, --userpass=U:P username:password pair for mining server\n\
|
-O, --userpass=U:P username:password pair for mining server\n\
|
||||||
-u, --user=USERNAME username for mining server\n\
|
-u, --user=USERNAME username for mining server\n\
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
#define APP_DESC "XMRigCC CPU miner"
|
#define APP_DESC "XMRigCC CPU miner"
|
||||||
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
|
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
|
||||||
#endif
|
#endif
|
||||||
#define APP_VERSION "1.6.1-beta1 (based on XMRig 2.5.2)"
|
#define APP_VERSION "1.6.1 (based on XMRig 2.5.2)"
|
||||||
#define APP_DOMAIN ""
|
#define APP_DOMAIN ""
|
||||||
#define APP_SITE "https://github.com/Bendr0id/xmrigCC"
|
#define APP_SITE "https://github.com/Bendr0id/xmrigCC"
|
||||||
#define APP_KIND "cpu"
|
#define APP_KIND "cpu"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue