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