Post
Topic
Board Mining software (miners)
Re: JSON
by
dostortugas
on 20/07/2011, 13:17:56 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

Code:
{"config":
        [
                {
                "url": "http://mining.eligius.st:8337",
                "user": "user",
                "pass": "pass"
                },
                {
                "url": "http://useast.btcguild.com:8332",
                "user": "user2",
                "pass": "pass2"
                },
                {
                "url": "http://pit.x8s.de:8337",
                "user": "user3",
                "pass": "pass3"
                }
        ]
}