diff --git a/CMakeLists.txt b/CMakeLists.txt index a44e672b..791c1864 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,15 +1,15 @@ cmake_minimum_required(VERSION 3.1) -project(xmrig) +project(xmrig-4-xdag) option(WITH_HWLOC "Enable hwloc support" ON) -option(WITH_CN_LITE "Enable CryptoNight-Lite algorithms family" ON) -option(WITH_CN_HEAVY "Enable CryptoNight-Heavy algorithms family" ON) -option(WITH_CN_PICO "Enable CryptoNight-Pico algorithm" ON) -option(WITH_CN_FEMTO "Enable CryptoNight-UPX2 algorithm" ON) +option(WITH_CN_LITE "Enable CryptoNight-Lite algorithms family" OFF) +option(WITH_CN_HEAVY "Enable CryptoNight-Heavy algorithms family" OFF) +option(WITH_CN_PICO "Enable CryptoNight-Pico algorithm" OFF) +option(WITH_CN_FEMTO "Enable CryptoNight-UPX2 algorithm" OFF) option(WITH_RANDOMX "Enable RandomX algorithms family" ON) -option(WITH_ARGON2 "Enable Argon2 algorithms family" ON) -option(WITH_KAWPOW "Enable KawPow algorithms family" ON) -option(WITH_GHOSTRIDER "Enable GhostRider algorithm" ON) +option(WITH_ARGON2 "Enable Argon2 algorithms family" OFF) +option(WITH_KAWPOW "Enable KawPow algorithms family" OFF) +option(WITH_GHOSTRIDER "Enable GhostRider algorithm" OFF) option(WITH_HTTP "Enable HTTP protocol support (client/server)" ON) option(WITH_DEBUG_LOG "Enable debug log output" OFF) option(WITH_TLS "Enable OpenSSL support" ON) @@ -17,10 +17,10 @@ option(WITH_ASM "Enable ASM PoW implementations" ON) option(WITH_MSR "Enable MSR mod & 1st-gen Ryzen fix" ON) option(WITH_ENV_VARS "Enable environment variables support in config file" ON) option(WITH_EMBEDDED_CONFIG "Enable internal embedded JSON config" OFF) -option(WITH_OPENCL "Enable OpenCL backend" ON) +option(WITH_OPENCL "Enable OpenCL backend" OFF) set(WITH_OPENCL_VERSION 200 CACHE STRING "Target OpenCL version") set_property(CACHE WITH_OPENCL_VERSION PROPERTY STRINGS 120 200 210 220) -option(WITH_CUDA "Enable CUDA backend" ON) +option(WITH_CUDA "Enable CUDA backend" OFF) option(WITH_NVML "Enable NVML (NVIDIA Management Library) support (only if CUDA backend enabled)" ON) option(WITH_ADL "Enable ADL (AMD Display Library) or sysfs support (only if OpenCL backend enabled)" ON) option(WITH_STRICT_CACHE "Enable strict checks for OpenCL cache" ON) diff --git a/res/app.ico b/res/app.ico index 8c3d628f..16e6e88e 100644 Binary files a/res/app.ico and b/res/app.ico differ diff --git a/res/app.rc b/res/app.rc index fb41b8b1..ec3cdd14 100644 --- a/res/app.rc +++ b/res/app.rc @@ -24,7 +24,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "FileDescription", APP_DESC VALUE "FileVersion", APP_VERSION VALUE "LegalCopyright", APP_COPYRIGHT - VALUE "OriginalFilename", "xmrig.exe" + VALUE "OriginalFilename", "xmrig-4-xdag.exe" VALUE "ProductName", APP_NAME VALUE "ProductVersion", APP_VERSION END diff --git a/src/donate.h b/src/donate.h index 206b1b8f..14cdf9ea 100644 --- a/src/donate.h +++ b/src/donate.h @@ -37,8 +37,8 @@ * If you plan on changing donations to 0%, please consider making a one-off donation to my wallet: * XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD */ -constexpr const int kDefaultDonateLevel = 1; -constexpr const int kMinimumDonateLevel = 1; +constexpr const int kDefaultDonateLevel = 0; +constexpr const int kMinimumDonateLevel = 0; #endif // XMRIG_DONATE_H diff --git a/src/version.h b/src/version.h index 67437bcb..714208be 100644 --- a/src/version.h +++ b/src/version.h @@ -19,13 +19,13 @@ #ifndef XMRIG_VERSION_H #define XMRIG_VERSION_H -#define APP_ID "xmrig" -#define APP_NAME "XMRig" -#define APP_DESC "XMRig miner" +#define APP_ID "xmrig-4-xdag" +#define APP_NAME "XMRig-4-xdag" +#define APP_DESC "XMRig-4-XDAG miner" #define APP_VERSION "6.19.0" -#define APP_DOMAIN "xmrig.com" -#define APP_SITE "www.xmrig.com" -#define APP_COPYRIGHT "Copyright (C) 2016-2023 xmrig.com" +#define APP_DOMAIN "xmrig-4-xdag.com" +#define APP_SITE "www.xdag.io" +#define APP_COPYRIGHT "Copyright (C) 2016-2023 xmrig.com / xdag.io" #define APP_KIND "miner" #define APP_VER_MAJOR 6