• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

p2pool-drk hardfork how to for May 14th

Status
Not open for further replies.
Well, it seems that libboost broke somehow...

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
and both tell me they are already installed with the latest version.

help!
 
You were already running a p2pool right? The git pull command shouldn't of affected anything that needed new dependencies.
 
You were already running a p2pool right? The git pull command shouldn't of affected anything that needed new dependencies.
yes, I thought that as well

And yet..... there it is.

I may delete the whole enchilada and re-clone it.

EDIT: Yup, recloning it made everything work fine.... Go figure :)
 
Last edited by a moderator:
ah crap, I see that I"m not on the list either, even though my p2pool IS working and on the correct fork.

Guess I shoulda done a git pull rather than manually changed. Thats my best solution right now?

Edit: Did a git clone, now version number is also updated :). Hopefully this time my domain will show rather than my server ip address!! :) Cheers :)
http://x11p2p.com:7903/
done.
 
Report :
http://poolhash.org/ last block 1 h
pool_hash.png


All p2pool : 6 h last block

another_p2pool.png
 
Block 68938 & 68873
It's explained in p2pool classic page.

Code:
Blocks found in last day:
Note that blocks may have been orphaned from the P2Pool chain and so not be here.

a p2pool found a block before other nodes summitted a share.

(Payout is normal, and done, check block)


That's why I add Recent blocks(last 2days) to p2pool node tracker.
 
want to try to setup a p2pool node myself. Do I need the stable or RC2 version of darkcoind?
 
That is indeed good news. Will we have a patch or a new pull from the repository... Or is it too soon to tell?
 
Hey chaeplin , did you or any of the other smart guys get a fix up for the p2pools for the fork on the 25th? Or are all p2pools going to die on sunday? I feel I should warn my users if so.
Cheers!
 
Status
Not open for further replies.
Back
Top