fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner
GNU General Public License v3.0
249 stars 99 forks source link

Missing a comma or } in config file but can't find it #145

Open nachominer2017 opened 6 years ago

nachominer2017 commented 6 years ago

When I try to launch I'm getting an "JSON config parse error<offset 2029>: Missing a comma or "{" after an object member."

I can't figure out where in the config it's messed up though. Any help would be awesome. Thanks. config.txt

psychocrypt commented 6 years ago

after the close braket ] of gpu_threads_conf a comma is missing.

Am 03.10.2017 15:45 schrieb "nachominer2017" notifications@github.com:

When I try to launch I'm getting an "JSON config parse error<offset 2029>: Missing a comma or "{" after an object member."

I can't figure out where in the config it's messed up though. Any help would be awesome. Thanks. config.txt https://github.com/fireice-uk/xmr-stak-nvidia/files/1352484/config.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fireice-uk/xmr-stak-nvidia/issues/145, or mute the thread https://github.com/notifications/unsubscribe-auth/AYsxth4sQko4z39qaLURzDntvINKdUzkks5sojpbgaJpZM4PsI6Z .

nachominer2017 commented 6 years ago

Hey great, thanks! I'm new to this stuff so thanks for your patience. config.txt Now I'm getting "JSON config parse error<offset 5419>: Missing a name for object member"

I'm going through it again but not finding any missing piece. Do you see any holes?

Gracias

rumkugel13 commented 6 years ago

There is a "pause" at the end which should not be there

nachominer2017 commented 6 years ago

Oh yea, I stuck that on there because application closes immediately after I run it. I just tried running it without the pause and it just closes itself. Now the offset error is 5419: Missing a name for object member"

tlorens commented 6 years ago

https://jsonlint.com/ Go validate your JSON