Integrated Argon2 algo chukwa (TRTL) and wrkz (#258)

* Integrated embedded config parsing #245

* cleanup

* Cleanup in remotelog

* Fixed MS Visual Studio 2019 compatibility

* Embedded config parsing only for miner not server

* wip

* Finished delete template

* WIP

* Integrated Argon2id/chukwa algo

* Added chukwa-wrkz algo variant

* Cleanup argon2-512 (chukwa/trtl) and argon2-256 (wrkz) parsing

* WIP other argon2 coins

* Cleanup and donate fix
This commit is contained in:
Ben Gräf 2019-07-24 14:03:23 -07:00 committed by GitHub
parent 78809d44bc
commit dea9b975f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
160 changed files with 10341 additions and 151 deletions

View file

@ -36,14 +36,14 @@
#define APP_DESC "XMRigCC CPU miner"
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
#endif
#define APP_VERSION "1.9.4-dev (based on XMRig)"
#define APP_VERSION "1.9.5 (based on XMRig)"
#define APP_DOMAIN ""
#define APP_SITE "https://github.com/Bendr0id/xmrigCC"
#define APP_KIND "cpu"
#define APP_VER_MAJOR 1
#define APP_VER_MINOR 9
#define APP_VER_BUILD 4
#define APP_VER_BUILD 5
#define APP_VER_REV 0
#ifndef NDEBUG