Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DGC] DigitalCoin.Co || Instant | Stable | Reliable || ~UPDATED~
by
steganos
on 29/05/2013, 14:18:33 UTC
Concerning p2pool I have updated some setting in github to reduce orphan between nodes : https://github.com/hakabane/p2pool-altcoins.git

I have relocated http://pool.bounceme.net:24397 to http://pool.bounceme.net:25397 with this new code, also switched it to the netherland server and added 1% fee.

To make it clear for the pool list :
Add:
http://pool.bounceme.net:25397 - akabane | 1% | Amsterdam, Netherlands (LeaseWeb)

Remove:
http://95.211.25.2:24397 - akabane | 0% | Amsterdam, Netherlands (LeaseWeb)
http://pool.bounceme.net:24397 - akabane | 0% | Paris, France (OVH)



I pulled the lastest code from github and now I am getting this error repeatedly:

Code:
HARMLESS error while reading saved shares, continuing where left off:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1101, in gotResult
    _inlineCallbacks(r, g, deferred)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks
    result = g.send(result)
  File "/home/steganos/mining/p2pool-altcoins/p2pool/main.py", line 105, in main
    for i, (mode, contents) in enumerate(ss.get_shares()):
--- ---
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 651, in get_shares
    share = load_share(raw_share, self.net, None)
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 48, in load_share
    return Share(net, peer_addr, Share.share_type.unpack(share['contents']))
  File "/home/steganos/mining/p2pool-altcoins/p2pool/data.py", line 275, in __init__
    raise p2p.PeerMisbehavingError('share PoW invalid')
p2pool.p2p.PeerMisbehavingError: share PoW invalid

Everything was working fine before I pulled the latest code.  All I did was stop p2pool, pull the latest code, and start p2pool.  What do I need to do to fix it?

Thanks