HammerHedd
Active member
Well, it seems that libboost broke somehow...
Any thoughts on why this might be occurring?
I suspect something is not working with libboost-python.
I tried
and both tell me they are already installed with the latest version.
help!
Any thoughts on why this might be occurring?
Code:
2014-05-14 20:06:45.526626 p2pool (version 765195f-dirty)
2014-05-14 20:06:45.526685
2014-05-14 20:06:45.526739 Testing bitcoind RPC connection to 'http://127.0.0.1:9998/' with username 'darkcoinrpc'...
2014-05-14 20:06:45.535260 ...success!
2014-05-14 20:06:45.535326 Current block hash: 515184227d4e33a7135dff71af47f27c8cb479729daac73005852
2014-05-14 20:06:45.535363 Current block height: 68671
2014-05-14 20:06:45.535419
2014-05-14 20:06:45.535454 Testing bitcoind P2P connection to '127.0.0.1:9999'...
2014-05-14 20:06:45.594981 ...success!
2014-05-14 20:06:45.595060
2014-05-14 20:06:45.595118 Determining payout address...
2014-05-14 20:06:45.595257 ...success! Payout address: XnPtDvfChzJZxbBXk87HFoD7X92xQWSGXb
2014-05-14 20:06:45.595305
2014-05-14 20:06:45.595334 Loading shares...
2014-05-14 20:06:46.295997 1000
2014-05-14 20:06:46.717311 ...done loading 1606 shares (1606 verified)!
2014-05-14 20:06:46.717395
2014-05-14 20:06:46.717425 Initializing work...
2014-05-14 20:06:46.923127 ...success!
2014-05-14 20:06:46.923222
2014-05-14 20:06:46.923257 Joining p2pool network using port 7902...
2014-05-14 20:06:47.137125 ...success!
2014-05-14 20:06:47.137171
2014-05-14 20:06:47.137199 Listening for workers on '' port 7903...
2014-05-14 20:06:47.700102 ...success!
2014-05-14 20:06:47.700168
2014-05-14 20:06:47.700213 Started successfully!
2014-05-14 20:06:47.700270 Go to http://127.0.0.1:7903/ to view graphs and statistics!
2014-05-14 20:06:47.700327 Donating 0.0% of work towards P2Pool's development. Please donate to encourage further development of P2Pool!
2014-05-14 20:06:47.700366
2014-05-14 20:06:47.897229 > Unhandled Error
2014-05-14 20:06:47.897284 > Traceback (most recent call last):
2014-05-14 20:06:47.897304 > File "/usr/local/src/p2pool-drk/p2pool/main.py", line 579, in run
2014-05-14 20:06:47.897323 > reactor.run()
2014-05-14 20:06:47.897340 > File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1192, in run
2014-05-14 20:06:47.897357 > self.mainLoop()
2014-05-14 20:06:47.897374 > File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1201, in mainLoop
2014-05-14 20:06:47.897391 > self.runUntilCurrent()
2014-05-14 20:06:47.897407 > File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 824, in runUntilCurrent
2014-05-14 20:06:47.897424 > call.func(*call.args, **call.kw)
2014-05-14 20:06:47.897441 > --- <exception caught here> ---
2014-05-14 20:06:47.897457 > File "/usr/local/src/p2pool-drk/p2pool/bitcoin/stratum.py", line 38, in _send_work
2014-05-14 20:06:47.897474 > x, got_response = self.wb.get_work(*self.wb.preprocess_request('' if self.username is None else self.username))
2014-05-14 20:06:47.897492 > File "/usr/local/src/p2pool-drk/p2pool/bitcoin/worker_interface.py", line 129, in get_work
2014-05-14 20:06:47.897509 > x, handler = self._inner.get_work(*args)
2014-05-14 20:06:47.897525 > File "/usr/local/src/p2pool-drk/p2pool/work.py", line 296, in get_work
2014-05-14 20:06:47.897542 > base_subsidy=self.node.net.PARENT.SUBSIDY_FUNC(self.current_work.value['bits'].bits, self.current_work.value['height']),
2014-05-14 20:06:47.897559 > File "/usr/local/src/p2pool-drk/p2pool/bitcoin/networks.py", line 32, in <lambda>
2014-05-14 20:06:47.897576 > SUBSIDY_FUNC=lambda nBits, height: __import__('darkcoin_subsidy').GetBlockBaseValue(nBits, height),
2014-05-14 20:06:47.897594 > exceptions.ImportError: libboost_python-py27.so.1.53.0: cannot open shared object file: No such file or directory
2014-05-14 20:06:48.138913 Outgoing connection to peer 112.175.123.82:7902 established. p2pool version: 1300 '72d5988-dirty'
2014-05-14 20:06:48.143204 Peer sent entire transaction 3340bf966f6cd628b36989c924e2b5164aa6efab3ecdf2cacab3679b753634d8 that was already received
2014-05-14 20:06:48.368763 Requesting parent share e5ae77c4 from 112.175.123.82:7902
I suspect something is not working with libboost-python.
I tried
Code:
apt-get install libboost-all-dev
apt-get install libboost-python-dev
help!