Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: rav3n_pl on July 27, 2013, 02:59:53 PM



Title: [TRC] [P2Pool] New fork to avoid broken/old nodes
Post by: rav3n_pl on July 27, 2013, 02:59:53 PM
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/p2pool
REMINDER: 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 :)


Title: Re: [TRC] [P2Pool] New fork to avoid broken/old nodes
Post by: Schleicher on July 27, 2013, 06:31:56 PM
Yes, good idea.
Look at this:
https://dl.dropboxusercontent.com/u/34410241/trcp2poolversion.jpg


Title: Re: [TRC] [P2Pool] New fork to avoid broken/old nodes
Post by: rav3n_pl on July 27, 2013, 06:36:34 PM
Exactly. When he join my payout drop to zero, then all next shares I found was orphaned instantly.


Title: Re: [TRC] [P2Pool] New fork to avoid broken/old nodes
Post by: Schleicher on July 27, 2013, 06:54:22 PM
Hm.
Code:
Outgoing connection to peer 91.235.254.37:9323 established. p2pool version: 1305 'unknown 7032706f6f6c2d747263'
Peer 91.235.254.37:9323 misbehaving, will drop and ban. Reason: sent an obsolete share
Lost peer 91.235.254.37:9323 -


Title: Re: [TRC] [P2Pool] New fork to avoid broken/old nodes
Post by: rav3n_pl on July 27, 2013, 07:14:24 PM
Ok, looks like it is not as it should... *working on it*


Title: Re: [TRC] [P2Pool] New fork to avoid broken/old nodes
Post by: rav3n_pl on July 27, 2013, 08:38:42 PM
Failed.
Cant manage code to start new chain in new version in share chain and produce work properly.
"Old share" code need be removed by forrestv... I cant clean it up properly :(


Title: Re: [TRC] [P2Pool] New fork to avoid broken/old nodes
Post by: MINX on July 28, 2013, 01:21:53 PM
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/p2pool
REMINDER: 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 :)


Page not available...


Title: Re: [TRC] [P2Pool] New fork to avoid broken/old nodes
Post by: rav3n_pl on August 01, 2013, 02:08:50 PM
Read up, I have failed task, sorry :(