Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
zvs
on 23/07/2015, 07:11:56 UTC
Was reviewing the code and came across this one part:

https://github.com/forrestv/p2pool/blob/master/p2pool/data.py#L152

Question: Why limit it to "50 kB of new txns/share"?



good thing to notice, since default tx size limit is 100kb in client, or used to be anyway (i've not looked in a year or more)

suppose you'd want to change that to 50,000, to avoid having some otherwise valid p2pool share orphaned out

.... but there'd be other transactions too, maybe i'm missing something in p2pool code? boggle