Exclusive adjustments for XDAG

- Removal of CryptoNight, Argon2, KawPow and GhostRider algorithms. Only RandomX is kept.
- Set fees to 0 to avoid regular disconnections to the XDAG mining pool
- Change the name of the executable program to XMRig-4-XDAG
- Change icon (windows)
This commit is contained in:
FSOL 2023-03-23 22:24:13 +01:00
parent 98f0347f6f
commit e0e4051d7a
5 changed files with 19 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After

View file

@ -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