Because there is some new BIG miner on P2Pool TRC that is using OLD version he is orphaning almost all shares.
I decided, to make a new fork of P2Pool for TRC to avoid such things.
Small changes in code making this fork NOT affecting original share chain and allow ONLY use of new (v13) shares.
If someone want to join there is git:
https://github.com/Rav3nPL/p2poolREMINDER: This can not work properly on BTC and/or LTC, please use it only for TRC.
run_p2pool.py --net terracoin
It is using very same ports so miners not need any change.
I`m the only bootstrap node atm, if we will make over 12hrs we can add more.
Payout strategy and share diff calculation is also altered:
- pay for up to 12hrs (form 24, faster "full payout" when join)
- pay up to 5 blocks per share (from 15, less dust)
- retarget diff of share chain for last 5 mins (when new big miner join share diff rising more rapidly)
I also use great
https://github.com/hardcpp/P2PoolExtendedFrontEnd I hope this help TRC miners a bit