Edit

thodg/cgminer/example-cfg.json

Branch :

  • Show log

    Commit

  • Author : Jeff Garzik
    Date : 2011-03-21 17:44:20
    Hash : 594fe678
    Message : example-cfg.json: remove extraneous commas, which broke JSON decode Spotted by lfm

  • example-cfg.json
  • {
    	"_comment1" : "Any long-format command line argument ",
    	"_comment2" : "may be used in this JSON configuration file",
    
    	"url" : "http://127.0.0.1:8332",
    	"user" : "rpcuser",
    	"pass" : "rpcpass",
    
    	"algo" : "sse2_64",
    	"threads" : "4",
    
    	"quiet" : true
    }