Update Process class and use APP_ID instead of hardcoded config name for #1925

This commit is contained in:
XMRig 2020-11-02 13:56:21 +07:00
parent e295a938f8
commit eb95d0339e
No known key found for this signature in database
GPG key ID: 446A53638BE94409
7 changed files with 110 additions and 36 deletions

View file

@ -2,6 +2,7 @@
- **Added [online benchmark](https://xmrig.com/benchmark) mode for sharing results.**
- Added new command line options: `--submit`, ` --verify=ID`, ` --seed=SEED`, `--hash=HASH`.
- [#1912](https://github.com/xmrig/xmrig/pull/1912) Fixed MSR kernel module warning with new Linux kernels.
- [#1925](https://github.com/xmrig/xmrig/pull/1925) Add checking for config files in user home directory.
- Added vendor to ARM CPUs name and added `"arch"` field to API.
- Removed legacy CUDA plugin API.