I'm pretty sure I'm running arguments in the correct way but when I start the server script:
arguments are possibly invalid. starting up anyway
Starting up. Use ctrl+c to exit.
Traceback (most recent call last):
File "./bitjamserver.py", line 378, in
miner.loop()
File "./bitjamserver.py", line 368, in loop
self.rpc = BitcoinRPC(settings['host'],settings['port'],settings['rpcuser'],settings['rpcpass'])
File "./bitjamserver.py", line 260, in __init__
self.conn = httplib.HTTPConnection(host, port, False, 30)
TypeError: __init__() takes at most 4 arguments (5 given)
Running Python 2.5.2 on Debian Lenny (5.0).