Show Posts
|
Pages: [1] 2 3 »
|
8
|
Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner
|
on: July 05, 2011, 02:12:13 PM
|
one of my usernames has a @ in it so this breaks the --servers <user>:<pass>@<host>:<port> bit :-(
Yeah btcmine in particular requires the @. May need some sort of regex instead of .split('@'). I'm using the latest version with --servers at btcmine with the @ symbol and I haven't had a problem with it at all, all 4 miners have been running for days with out a hiccup, So I don't think there's a problem with the @ symbol.
|
|
|
9
|
Bitcoin / Mining software (miners) / Re: python OpenCL bitcoin miner
|
on: July 02, 2011, 08:21:34 PM
|
The latest version doesn't accept the HOST command - it requires a SERVER entry instead.
It also has an annoying blank-line scrolling behavior that only goes away if you make xterm full screen.
Yeah, It uses the --servers flag instead of host, port, user and password. Took me a minute to figure out what was going on.  I don't know whats with the scrolling black screen, kinda weird. I'm also getting the below error. Everything is running fine so i'm not real sure what to make of it.  Traceback (most recent call last): File "/opt/miners/poclbm2/BitcoinMiner.py", line 338, in longPollThread (connection, result) = self.request(connection, url, self.headers) File "/opt/miners/poclbm2/BitcoinMiner.py", line 311, in request result = loads(response.read()) File "/usr/lib/python2.6/json/__init__.py", line 307, in loads return _default_decoder.decode(s) File "/usr/lib/python2.6/json/decoder.py", line 319, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.6/json/decoder.py", line 338, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded
|
|
|
11
|
Bitcoin / Project Development / Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
|
on: July 02, 2011, 01:11:13 AM
|
I'm getting the below error in the new version, I didn't get it with any of the earlier versions. I'm not running headless or through SSH, So I shouldn't have to export my display. I know X is running, because my desktops loaded. Am I just missing a step or something I need to do in the latest version?
"ERROR - X needs to be running to perform ATI Overdrive(TM) commands"
|
|
|
17
|
Bitcoin / Bitcoin Discussion / Re: Whats going on with BTC Guild? ~8hrs on this block...
|
on: June 23, 2011, 12:47:17 PM
|
After he gets the stats fixed, well be able to see how many blocks we've actually had in the last 8 hours. It's just the stats on the webpage, that are wrong, The backend is working fine, As long as your submitting work, your getting credit for it. He'll fix the statistics when he wakes up.
|
|
|
|