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

To p2pool owner, prepare hard fork.

yes, unless there is some aspect of twisted (where the error seems to be occurring) that I missed. I'm doing this on a patchwork dev box, so I might have missed something.
This is the python portion of my install script"
Code:
#Install p2pool dependencies
sudo apt-get -y install python-zope.interface >$now-p2pool.log
sudo apt-get -y install python-twisted >>$now-p2pool.log
sudo apt-get -y install python-twisted-web >>$now-p2pool.log
I'm running 14.04 x 64... did I miss anything?
EDIT:

Also, I do have this error:

Code:
root@geadmin-X9DR1F:~# sudo python ~/p2pool-drk/setup.py install 
Traceback (most recent call last):
  File "/home/geadmin/p2pool-drk/setup.py", line 9, in <module>
    import py2exe
ImportError: No module named py2exe
 
Last edited by a moderator:
After replacing the subsidy function, I was able to run dstorm's p2pool-drk. I am getting the following error message (even though I deleted the p2pool/data directory a few times already):
Code:
2014-05-24 17:13:06.163107 > Share check failed: 000000027eac1d0c14d3df953b2ed8373b3410db36a5986b7f98e7e75497e2c6 -> 000000032bc3de16c02cfd977de6e05af1fe46b42983556c716083e6253abab1
2014-05-24 17:13:06.163355 > Traceback (most recent call last):
2014-05-24 17:13:06.163573 >   File "/home/user/p2pool-drk/p2pool/util/deferral.py", line 284, in _worker
2014-05-24 17:13:06.163782 >     self.func(*self.args, **self.kwargs)
2014-05-24 17:13:06.164008 >   File "/home/user/p2pool-drk/p2pool/node.py", line 357, in clean_tracker
2014-05-24 17:13:06.164212 >     self.set_best_share()
2014-05-24 17:13:06.164432 >   File "/home/user/p2pool-drk/p2pool/node.py", line 295, in set_best_share
2014-05-24 17:13:06.164634 >     best, desired, decorated_heads, bad_peer_addresses = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2014-05-24 17:13:06.164897 >   File "/home/user/p2pool-drk/p2pool/data.py", line 508, in think
2014-05-24 17:13:06.165101 >     if not self.attempt_verify(share):
2014-05-24 17:13:06.165320 > --- <exception caught here> ---
2014-05-24 17:13:06.165523 >   File "/home/user/p2pool-drk/p2pool/data.py", line 452, in attempt_verify
2014-05-24 17:13:06.165729 >     share.check(self)
2014-05-24 17:13:06.165955 >   File "/home/user/p2pool-drk/p2pool/data.py", line 342, in check
2014-05-24 17:13:06.166180 >     raise ValueError('''gentx doesn't match hash_link''')
2014-05-24 17:13:06.166542 > exceptions.ValueError: gentx doesn't match hash_link
2014-05-24 17:13:06.169121 > Share check failed: 000000027eac1d0c14d3df953b2ed8373b3410db36a5986b7f98e7e75497e2c6 -> 000000032bc3de16c02cfd977de6e05af1fe46b42983556c716083e6253abab1
2014-05-24 17:13:06.169378 > Traceback (most recent call last):
2014-05-24 17:13:06.169594 >   File "/home/user/p2pool-drk/p2pool/util/deferral.py", line 284, in _worker
2014-05-24 17:13:06.169804 >     self.func(*self.args, **self.kwargs)
2014-05-24 17:13:06.170043 >   File "/home/user/p2pool-drk/p2pool/node.py", line 357, in clean_tracker
2014-05-24 17:13:06.170263 >     self.set_best_share()
2014-05-24 17:13:06.170670 >   File "/home/user/p2pool-drk/p2pool/node.py", line 295, in set_best_share
2014-05-24 17:13:06.170890 >     best, desired, decorated_heads, bad_peer_addresses = self.tracker.think(self.get_height_rel_highest, self.bitcoind_work.value['previous_block'], self.bitcoind_work.value['bits'], self.known_txs_var.value)
2014-05-24 17:13:06.171114 >   File "/home/user/p2pool-drk/p2pool/data.py", line 508, in think
2014-05-24 17:13:06.171326 >     if not self.attempt_verify(share):
2014-05-24 17:13:06.171436 > --- <exception caught here> ---
2014-05-24 17:13:06.171627 >   File "/home/user/p2pool-drk/p2pool/data.py", line 452, in attempt_verify
2014-05-24 17:13:06.171875 >     share.check(self)
2014-05-24 17:13:06.172098 >   File "/home/user/p2pool-drk/p2pool/data.py", line 342, in check
2014-05-24 17:13:06.172319 >     raise ValueError('''gentx doesn't match hash_link''')
2014-05-24 17:13:06.172531 > exceptions.ValueError: gentx doesn't match hash_link
2014-05-24 17:13:07.019320 P2Pool: 618 shares in chain (63 verified/633 total) Peers: 1 (0 incoming)
2014-05-24 17:13:07.019665  Local: 38005H/s in last 55.2 seconds Local dead on arrival: ~0.0% (0-66%) Expected time to share: 2.9 minutes
2014-05-24 17:13:07.019831  Shares: 2 (0 orphan, 0 dead) Stale rate: ~0.0% (0-66%) Efficiency: ~104.6% (35-105%) Current payout: 0.0140 tDRK
2014-05-24 17:13:07.019963  Pool: 13166kH/s Stale rate: 4.4% Expected time to block: 3.0 minutes
2014-05-24 17:13:10.029527 P2Pool: 618 shares in chain (63 verified/633 total) Peers: 1 (0 incoming)
2014-05-24 17:13:10.030267  Local: 36042H/s in last 58.2 seconds Local dead on arrival: ~0.0% (0-66%) Expected time to share: 3.1 minutes
2014-05-24 17:13:10.030759  Shares: 2 (0 orphan, 0 dead) Stale rate: ~0.0% (0-66%) Efficiency: ~104.6% (35-105%) Current payout: 0.0140 tDRK
2014-05-24 17:13:10.031258  Pool: 13166kH/s Stale rate: 4.4% Expected time to block: 3.0 minutes
2014-05-24 17:13:10.961958 Handshake timed out, disconnecting from 92.222.7.210:18999
It seems the p2pool node is working no matter the error, or at least it's showing shares and local hashrate.

I got similar results also but couldn't get the web interface working, is yours working?

I've tried telneting locally to 7903 and 8998 but nothing.
 
As far as I can tell from the p2pool web interface, the testnet p2pool hasn't mined a single block for about 24 hours!

I think we're having some issue here.
 
Hey plambe you might have better luck posting in "Development Tech Discussion" User dstorm is responsible for the new p2pool repository. We were testing it on Thursday. As of that day, there were still issues.
 
I noticed a couple of commits from 8-9 hours ago in dstorm's repo, so I cloned the source again and compiled it.
Now I don't get the error messages from my earlier posts, however the p2pool node in testnet reports ridiculous amount of blocks found and I get no tDRK payments.
Here's a link: http://drk.kopame.com:18998/static/

EDIT: There are also no connections in or out of the p2pool node, only one cpu miner is connected and the darkcoind seems to show the correct block count.
 
Last edited by a moderator:
there are no bootstrap nodes, thats why you have no connections. you are your own p2pool.

looks good on first glance. you find a hell load of blocks because there is noone else mining. i had that too.
 
I noticed a couple of commits from 8-9 hours ago in dstorm's repo, so I cloned the source again and compiled it.
Now I don't get the error messages from my earlier posts, however the p2pool node in testnet reports ridiculous amount of blocks found and I get no tDRK payments.
Here's a link: http://drk.kopame.com:18998/static/

EDIT: There are also no connections in or out of the p2pool node, only one cpu miner is connected and the darkcoind seems to show the correct block count.
If you don't get any tDRK payments you are probably on a fork. That happens to me several times per day.

On mainnet you will only see "Testing bitcoind P2P connection to '127.0.0.1:9999'..." until the hardfork because it doesn't support both protocol versions.
 
If you don't get any tDRK payments you are probably on a fork. That happens to me several times per day.

On mainnet you will only see "Testing bitcoind P2P connection to '127.0.0.1:9999'..." until the hardfork because it doesn't support both protocol versions.

I am still seeing "
Testing bitcoind P2P connection to '127.0.0.1:9998'...
2014-05-25 16:10:19.316806 ...taking a while. Common reasons for this include all of bitcoind's connection slots being used..."

Darkcoin has forked now right?
 
Not working at all for me...

Getting "gentx doesn't match hash link" and "p2pool not connected to any peers".
I just have the latest p2pool (just did a git clone again just to be sure).
Have both ports 8998 & 8999 open. A redirect from 7903 to 8998.
Installed the updated subsidy & xcoin-hash.
 
Back
Top