Post
Topic
Board Mining software (miners)
Re: JSON
by
ancow
on 20/07/2011, 18:05:52 UTC
Hi,

for JSON a sensible multi-host config would look like this:

{
…
connections: [
   {url: "http://foo.example.org:8332", username: "bar", password: "baz"},
   {url: "http://bar.example.org:8332", username: "baz", password: "quux"}
],
…
}

did you get a multihost config to work?

I try to make a new example-conf.json but

I don't... cgminer says no server specified
This was an idea, not something that is actually implemented. Currently, you need to create individual JSON configs for each pool and pass them with -c parameters.