$ python ./linearize.py /home/sammey/.bitcoin/bitcoin.conf Traceback (most recent call last): File "./linearize.py", line 127, in <module> get_blocks(settings) File "./linearize.py", line 79, in get_blocks data = getblock(rpc, settings, height) File "./linearize.py", line 66, in getblock hash = rpc.getblockhash(n) File "./linearize.py", line 63, in getblockhash return self.rpc('getblockhash', [index]) File "./linearize.py", line 43, in rpc resp = self.conn.getresponse() File "/usr/lib/python2.7/httplib.py", line 1045, in getresponse response.begin() File "/usr/lib/python2.7/httplib.py", line 409, in begin version, status, reason = self._read_status() File "/usr/lib/python2.7/httplib.py", line 373, in _read_status raise BadStatusLine(line) httplib.BadStatusLine: ''
I get the same error no matter what my bitcoin.conf settings are...