Mining error " json format error" <offset 295>
-
@dkali1 said in Mining error " json format error" <offset 295>:
I'm getting this error which click on miner file " json format error" <offset 295> missing a comma or ' ] ' after array element
Thanks for your reply. Here is my config file details:
{
"Mode" : "pool",
"Server" : "pool.burst-team.us",
"Port": 8124,"UpdaterAddr" : "pool.burst-team.us",
"UpdaterPort": "8124","InfoAddr" : "pool.burst-team.us",
"InfoPort": "8124","EnableProxy": false,
"ProxyPort": 8126,"Paths":["C:\plots",
"CacheSize" : 40000,
"ShowMsg" : false,
"ShowUpdates" : false,"Debug": true,
"UseHDDWakeUp": true,"SendBestOnly": true,
"TargetDeadline": 4000000,"UseFastRcv" : false,
"SendInterval": 100,
"UpdateInterval": 950,"UseLog" : true,
"ShowWinner" : false,
"UseBoost" : false,"WinSizeX": 76,
"WinSizeY": 60
}
-
@dkali1 said in Mining error " json format error" <offset 295>:
"Server" : "pool.burst-team.us",
"Port": 8124,
"UpdaterAddr" : "pool.burst-team.us",
"UpdaterPort": "8124",
"InfoAddr" : "pool.burst-team.us",
"InfoPort": "8124",
"EnableProxy": false,
"ProxyPort": 8126,
"Paths":["C:\plots",
"CacheSize" : 40000,
"ShowMsg" : false,
"ShowUpdates" : false,
"Debug": true,
"UseHDDWakeUp": true,
"SendBestOnly": true,
"TargetDeadline": 4000000,
"UseFastRcv" : false,
"SendInterval": 100,
"UpdateInterval": 950,
"UseLog" : true,
"ShowWinner" : false,
"UseBoost" : false,
"WinSizeX": 76,
"WinSizeY": 60
}You need to correct Paths, ammend it to this :
Paths":["C:\plots"],Edit : If you add more then just do as so : ["C:\plots","X:\plots2"]
-
@Hect0r Thanks, I edit it and let you know.
-
@Hect0r after entering : ["C:\plots","X:\plots2"], its giving
this error
-
@dkali1 repost your json file - your settings aren't right.
-
Is json file same as config file? What should I edit?
-
@dkali1 Yeah, post the config file.
-
@haitch I tried to plot and mine directly from the Wallet, it was working. Is there any difference if we mine with the Wallet?
-
@dkali1 copy/past your config to http://jsonlint.com and click "Validate", you will see place where error...
-
@Blago Thanks for your reply. I pasted to that java validating website. It gave this result:
Error: Parse error on line 1:
"Server": "pool.burst-team.u
--------^
Expecting 'EOF', '}', ',', ']', got ':'
-
@dkali1
Use this{
"Mode" : "pool",
"Server" : "pool.burst-team.us",
"Port": 8124,"UpdaterAddr" : "pool.burst-team.us",
"UpdaterPort": "8124","InfoAddr" : "pool.burst-team.us",
"InfoPort": "8124","EnableProxy": false,
"ProxyPort": 8126,"Paths":["C:\\plots"],
"CacheSize" : 40000,
"ShowMsg" : false,
"ShowUpdates" : false,"Debug": true,
"UseHDDWakeUp": true,"SendBestOnly": true,
"TargetDeadline": 4000000,"UseFastRcv" : false,
"SendInterval": 100,
"UpdateInterval": 950,"UseLog" : true,
"ShowWinner" : false,
"UseBoost" : false,"WinSizeX": 76,
"WinSizeY": 60
}
-
This post is deleted!



