Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
jtoomim
on 22/12/2017, 17:13:34 UTC
Currently in a nasty drought on LTC p2pool. Of course the last block we hit ended up be an orphan, or invalid?
Check your .litecoin/debug.log file and search for the block's hash. If it was invalid, the debug.log should say so. If it was valid, your debug.log should say something else, like UpdateTip (if you mined this block before your local node had heard of any other blocks). Feel free to post part of the log if you want help analyzing it. `grep -C 20 ~/.litecoin/debug.log` will find all lines that are within 20 lines of a line containing .

Also, when will there be talk again of finally merging the two BTC p2pool nets?
Once my code is working and tested with altcoins (e.g. Litecoin), I will submit a pull request and ask forrestv to merge it in.