aboutsummaryrefslogtreecommitdiff
path: root/example-cfg.json
blob: 26c2676b73ef8a3ee998d9ec2018a050b213d15a (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",
	"user" : "rpcuser",
	"pass" : "rpcpass",

	"algo" : "sse2_64",
	"threads" : "4",

	"quiet" : true,
}