config file
Posted: Sun Mar 27, 2022 11:55 pm
im trying to figure out how to update/change the config,json file for xmrig so that my gpu and cpu both mine, if i use the xmrig Config Wizard i get the following
{
"autosave": true,
"cpu": true,
"opencl": false,
"cuda": true,
"pools": [
{
"coin": "monero",
"algo": "rx/0",
"url": "prohashing.com:3359",
"user": "bdm8181",
"pass": "n=CryptoBDM",
"tls": false,
"keepalive": true,
"nicehash": false
}
]
}
on the config.json file the section to load cude looks like this
"cuda": {
"enabled": false,
"loader": null,
"nvml": true,
"cn-lite/0": false,
"cn/0": false
other then changing false to true on the enabled line what should i put for the next couple? the "loader" and "nvml" and are the last two lines a coin algor?
thanks
{
"autosave": true,
"cpu": true,
"opencl": false,
"cuda": true,
"pools": [
{
"coin": "monero",
"algo": "rx/0",
"url": "prohashing.com:3359",
"user": "bdm8181",
"pass": "n=CryptoBDM",
"tls": false,
"keepalive": true,
"nicehash": false
}
]
}
on the config.json file the section to load cude looks like this
"cuda": {
"enabled": false,
"loader": null,
"nvml": true,
"cn-lite/0": false,
"cn/0": false
other then changing false to true on the enabled line what should i put for the next couple? the "loader" and "nvml" and are the last two lines a coin algor?
thanks