aboutsummaryrefslogtreecommitdiff
path: root/example-cfg.json
blob: 9ffc96bb3c60f890b7ef157e84296da83db145d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"_comment1" : "Any long-format command line argument ",
	"_comment2" : "may be used in this JSON configuration file",

	"url" : "http://127.0.0.1:8332",
	"userpass" : "rpcuser:rpcpass",

	"algo" : "4way",
	"threads" : "4",

	"quiet" : true,
	"debug" : true
}