Bendr0id / xmrigCC

RandomX, CryptoNight, Argon2 and GhostRider CPU/GPU miner with Command&Control (CC) Server and Monitoring
GNU General Public License v3.0
311 stars 108 forks source link

Cannot save template, Template Broken? #408

Closed I2pRandom closed 6 months ago

I2pRandom commented 6 months ago

I'm not sure why, but it's telling me my json is broken? Honestly been a while since i've written any json.

Bendr0id commented 6 months ago

Hi,

yes your json is indead broken.

In row 38 it says:

"asm": true, but it should be "asm": true instead. Same counts for

"platform": "AMD", -> "platform": "AMD" and "nvml": true, -> "nvml": true

The last element in a {} block must not have a , at the end.

Also i would recomment to change your access-token and other data since you leaked it with the config.

Best,

I2pRandom commented 6 months ago

Hi,

yes your json is indead broken.

In row 38 it says:

"asm": true, but it should be "asm": true instead. Same counts for

"platform": "AMD", -> "platform": "AMD" and "nvml": true, -> "nvml": true

The last element in a {} block must not have a , at the end.

Also i would recomment to change your access-token and other data since you leaked it with the config.

Best,

ah ty, ngl they were temp stuff for testing.