I think it should be possible if you monitor the bitcoind process and reboot it every other day.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 755, in run
self.function(*self.args, **self.kwargs)
File "/usr/local/src/electrum-server/backends/bitcoind/blockchain_processor.py", line 72, in
threading.Timer(0, lambda: self.catch_up(sync=False)).start()
File "/usr/local/src/electrum-server/backends/bitcoind/blockchain_processor.py", line 652, in catch_up
next_block_hash = self.bitcoind('getblockhash', [self.height + 1])
File "/usr/local/src/electrum-server/backends/bitcoind/blockchain_processor.py", line 95, in bitcoind
raise BaseException(r['error'])
BaseException: {u'message': u'Block number out of range.', u'code': -1}
17/02/2013-05:20:34] catch_up: block 23100 (0.639s)
[17/02/2013-05:20:34] catch_up: block 23200 (0.638s)
Traceback (most recent call last):
File "/home/bitcoind/electrum/electrum-server/backends/bitcoind/blockchain_processor.py",$
respdata = urllib.urlopen(self.bitcoind_url, postdata).read()
File "/usr/lib/python2.7/urllib.py", line 88, in urlopen
return opener.open(url, data)
File "/usr/lib/python2.7/urllib.py", line 209, in open
return getattr(self, name)(url, data)
File "/usr/lib/python2.7/urllib.py", line 344, in open_http
h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 776, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 757, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 571, in create_connection
raise err
IOError: [Errno socket error] [Errno 110] Connection timed out
[17/02/2013-05:20:56] Stopping Stratum
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 755, in run
self.function(*self.args, **self.kwargs)
File "/home/bitcoind/electrum/electrum-server/backends/bitcoind/blockchain_processor.py",$
threading.Timer(0, lambda: self.catch_up(sync=False)).start()
File "/home/bitcoind/electrum/electrum-server/backends/bitcoind/blockchain_processor.py",$
next_block_hash = self.bitcoind('getblockhash', [self.height + 1])
File "/home/bitcoind/electrum/electrum-server/backends/bitcoind/blockchain_processor.py",$
r = loads(respdata)
UnboundLocalError: local variable 'respdata' referenced before assignment
try:
respdata = urllib.urlopen(self.bitcoind_url, postdata).read()
except:
traceback.print_exc(file=sys.stdout)
self.shared.stop()
try:
respdata = urllib.urlopen(self.bitcoind_url, postdata).read()
except:
try:
respdata = urllib.urlopen(self.bitcoind_url, postdata).read()
except:
traceback.print_exc(file=sys.stdout)
self.shared.stop()