Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Blue Bear
on 28/08/2017, 04:59:44 UTC
Thanks froodocooper

What I see is veqtrus Patch is applied in line 58 of the .\p2pool-master\p2pool\bitcoin\helper.py

Code should read:
         
    work['transactions'] = [x for x in work['transactions'] if x['txid'] == x['hash']] # don't mine segwit txs for now


Xantus

so check if that is in your code...

If not add it ... and see if that works before trying for a rebuild ... cause that is what I am doing ...