generalfault / stratum-mining

Implementation of Bitcoin mining pool on Stratum protocol
Other
8 stars 10 forks source link

Having this issue when ever i run it #3

Open acidtib opened 10 years ago

acidtib commented 10 years ago

2013-10-24 01:51:52,717 INFO DB_Mysql DB_Mysql.update_tables # Updating Database from 2 to 3 2013-10-24 01:51:52,718 INFO DB_Mysql DB_Mysql.update_version_2 # running update 2 2013-10-24 01:51:52,724 INFO DB_Mysql DB_Mysql.update_tables # Updating Database from 3 to 4 2013-10-24 01:51:52,724 INFO DB_Mysql DB_Mysql.update_version_3 # running update 3 2013-10-24 01:51:52,728 INFO DB_Mysql DB_Mysql.update_tables # Updating Database from 4 to 5 2013-10-24 01:51:52,729 INFO DB_Mysql DB_Mysql.update_version_4 # running update 4 2013-10-24 01:51:52,735 INFO DB_Mysql DB_Mysql.update_tables # Updating Database from 5 to 6 2013-10-24 01:51:52,736 INFO DB_Mysql DB_Mysql.update_version_5 # running update 5 2013-10-24 01:51:52,780 INFO mining init.setup # Connecting to bitcoind... 2013-10-24 01:51:52+0000 [-] Log opened. 2013-10-24 01:51:52+0000 [-] twistd 11.1.0 (/usr/bin/python 2.7.3) starting up. 2013-10-24 01:51:52+0000 [-] reactor class: twisted.internet.epollreactor.EPollReactor. 2013-10-24 01:51:52+0000 [HTTPPageGetter,client] Unhandled error in Deferred: 2013-10-24 01:51:52+0000 [HTTPPageGetter,client] Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 391, in errback self._startRunCallbacks(fail) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks self._runCallbacks() File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks current.result = callback(current.result, _args, *_kw) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult _inlineCallbacks(r, g, deferred) --- --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/root/stratum-mining/mining/init.py", line 48, in setup if isinstance(e[2], str): exceptions.IndexError: tuple index out of range