Author

Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.0 - page 836. (Read 5805677 times)

member
Activity: 111
Merit: 10
hero member
Activity: 938
Merit: 501
Yesterday i had the same problem, the miner crashing after ~10seconds. The problem was wrong login/url details, i fixed them and problem solved Smiley
member
Activity: 111
Merit: 10
how does one specify phatk110714.cl or poclbm110717.cl ?

One does not. The poclbm kernel is far far behind the phatk kernel in speed and any hardware that can run the phatk kernel is given it. The poclbm kernel is reserved for nvidia cards and ATI 4x cards only. The phatk kernel, even without bitalign patching, crashes on these lesser mining cards.

Phoenix with phatk worked on my 4850, and that was faster than poclbm.
newbie
Activity: 23
Merit: 0
likely using a urlX counter in the parameters will be the solution
Please don't; JSON has nice shiny arrays for that sort of thing.

Quote from: xcooling
then spaces in passwords and @ in usernames is not an issue ;-P
OK, I'll bite: Passwords with colons in them, anyone?  :-P

The best string to parse is one which you don't need to parse at all.
member
Activity: 145
Merit: 10
lol..
u prase the string from right to left..
then spaces in passwords and @ in usernames is not an issue ;-P

Json encoded is prefered
connections: [
   {url: "http://foo.example.org:8332", username: "bar", password: "baz"},
   {url: "http://bar.example.org:8332", username: "baz", password: "quux"}
],
full member
Activity: 373
Merit: 100
I don't like the one-string "http://bar:[email protected]:8332" style.
(a) it's ugly and human-unfriendly
(b) you'll almost certainly get parsing that thing wrong (passwords with spaces in them, anyone?)
(c) this way you can use additional options, like different timeouts or "ignore this host's longpoll offer, it's broken" options, per connection.
(d) there are pools like deepbit that have an @ in the username...

Which reminds me, long polling still isn't working with deepbit. Undecided
newbie
Activity: 23
Merit: 0
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"}
],

}

I don't like the one-string "http://bar:[email protected]:8332" style.
(a) it's ugly and human-unfriendly
(b) you'll almost certainly get parsing that thing wrong (passwords with spaces in them, anyone?)
(c) this way you can use additional options, like different timeouts or "ignore this host's longpoll offer, it's broken" options, per connection.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Updated git tree:
- The order of urls/user/pass is not critical any more so long as you give it the same number of urls and credentials
- json config file is now working again. json does not allow the same entry to be used twice so for the time being, to get two or more pools working you need to create a config file for each and pass multiple -c to cgminer. I'm considering options for how to tackle this, but likely using a urlX counter in the parameters will be the solution I go with. Or move to a different format entirely.
full member
Activity: 373
Merit: 100
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
I'm not sure if the config file works. Probably not yet. I spent an awful lot of time getting this feature working and then wanted to release it because the demand for it was high. I was hoping people would test it and then I could worry about the interface...
member
Activity: 145
Merit: 10
yeah, thats why i was asking ;-P

I assume the json cfg supports multiple pools ?

Code:
{
"_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",

"url" : "http://127.0.0.1:8334",
"user" : "rpcuser2",
"pass" : "rpcpass2",

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

"quiet" : true
}
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
how does one specify phatk110714.cl or poclbm110717.cl ?

One does not. The poclbm kernel is far far behind the phatk kernel in speed and any hardware that can run the phatk kernel is given it. The poclbm kernel is reserved for nvidia cards and ATI 4x cards only. The phatk kernel, even without bitalign patching, crashes on these lesser mining cards.
member
Activity: 145
Merit: 10
how does one specify phatk110714.cl or poclbm110717.cl ?
full member
Activity: 236
Merit: 109
member
Activity: 145
Merit: 10
reboot and try. and i assume it crashes with my exact start command ?
full member
Activity: 236
Merit: 109
THANX! Mine there also!

Copied your flags, input my data but the problem is still here.

Windows quits the miner in 10 secs saying that it has stopped working(((((((((((
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
You shouldn't need to delete the .bin files on each startup unless you change the SDK you are using.
member
Activity: 145
Merit: 10
/F /Q

F = force (ie. do not prompt user for delete permission)
Q = quiet (ie. do not notify user of delete)

sent u a pm with my start command
full member
Activity: 236
Merit: 109
What are thw F and Q arguments?

The miner quits after approximately ten secs.

Windows says that programm has stopped running.

What sould I do?
member
Activity: 145
Merit: 10
It removes the old database (.bin) file that cgminer creates.
Jump to: