fireice-uk / xmr-stak-cpu

Monero CPU miner
GNU General Public License v3.0
1.12k stars 478 forks source link

Noob: json error #117

Closed solaris7x closed 7 years ago

solaris7x commented 7 years ago

I have been using xmrig with stark algorithm which doubled my hashrate with some extra features but I wanted to try out the original Been trying to make it work but getting someone or the other error on ubuntu Help will be appreciate Just cloned the repo to my linux machine Edited the config file Cmake . Make install cd bin ./xmr* config.txt miner4.bounceme.net_20170524011230.txt

psychocrypt commented 7 years ago

The lines with the thread config have a illegal white space character in. Please copy past my suggestion to our config file.

"cpu_threads_conf" :
[
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1},
],

If you are not changing the config file and start with the default one the miner will suggest a working config for your (based on you system) If the config is working please report you hash rate for xmrrig and xmr-stak-cpu here thus we can close the issue.

Please do not use minergate to mine xmr (please follow this link to get an overview of available pools)

solaris7x commented 7 years ago

Thnx for your quick reply Good luck for your work