-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simple way to embedded config in xmrig #245
Comments
go ahead |
in this way it becomes the simplest thing on earth https://github.com/xmrig/xmrig/blob/dev/src/core/ConfigLoader_default.h#L35 |
Sorry for the late response. Could you check if that works as expected..? Branch: embedded_config |
@Bendr0id it works properly. would be cool if at the moment when I make a subsequent change, such as changing the url pool "pass" or "worker-id", when I go to save "push miner config" instead of going to create the whole configuration, it would be cool if it went to create me only the 2 lines where I made the change. config.json
|
* Integrated embedded config parsing #245 * cleanup * Cleanup in remotelog * Fixed MS Visual Studio 2019 compatibility * Embedded config parsing only for miner not server
* 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
* 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
* 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 * Integrated cn-conceal/ccx for x86 arch
hi this solution is not working can you help. I have made the change in Use cmake option and in \src\core\config\Config_default.h but not working still crash have to provide external config.json to run and this file not exist path src/core/ConfigLoader_default.h |
Just verified, it works perfectly fine.
Make sure you DONT break the json, that could be your problem. When you set the cmake flags, make sure you delete the CMakeCache.txt before. |
this is an excellent starting point to work on: xmrig#957 (comment)
The text was updated successfully, but these errors were encountered: