Added initial next gen config support from proxy.

This commit is contained in:
XMRig 2018-03-31 13:48:06 +07:00
parent 872148c35c
commit aad19f1a35
20 changed files with 1901 additions and 15 deletions

View file

@ -38,7 +38,8 @@
* XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD
* BTC: 1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT
*/
constexpr const int kDonateLevel = 5;
constexpr const int kDefaultDonateLevel = 5;
constexpr const int kMinDonateLevel = 1;
#endif /* __DONATE_H__ */