Initial upload v3.4.7

This commit is contained in:
Jay D Dee
2016-09-22 13:16:18 -04:00
parent a3c8079774
commit a35039bc05
480 changed files with 211015 additions and 3 deletions

20
cpuminer-conf.json Normal file
View File

@@ -0,0 +1,20 @@
{
"_comment1" : "Any long-format command line argument ",
"_comment2" : "may be used in this JSON configuration file",
"api-bind" : "127.0.0.1:4048",
"url" : "stratum+tcp://mine.xpool.ca:1131",
"user" : "XeVrkPrWB7pDbdFLfKhF1Z3xpqhsx6wkH3",
"pass" : "cpuminer",
"algo" : "x11",
"threads" : 0,
"cpu-priority" : 0,
"cpu-affinity" : -1,
"benchmark" : false,
"debug" : false,
"protocol": false,
"quiet" : false
}