• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

P2pool Update to 15.13 Onyx

Hey,

Got trouble with that too, i already got a pm with evan running.

Even the clean github version does not work (at least for me).

Had to rollback my p2pool node too..

currently im a bit busy otherwise i would take a look a bit deeper into src and fix it..

If im not totally wrong, p2pool version has to be increased, since the p2pool shares are based on the block template. But the Block template will change as soon as the 25% payout will happen, so the p2pool(s) have to flush their shares. This will lead to a fork of p2pool nodes (old 20% and 25% new ones) which will ban each other (since they both try to solve a different blocktemplate).

But thats only my opinion whats going on, i did not fully read the p2pool code yet, maybe i got it wrong..
 
Last edited by a moderator:
same here... Even's github version doesn't work.

Tried the "old" working version with the new commits gives same problem.

looks like the new commits are causing it.
 
I've yet to update my p2pool, glad I didn't try as there are issues. I'll follow this and update once fixed.

I'm more concerned right now will all my dark at mintpal :/
 
Any progress on this yet?
Not yet

Still running wallet 15.13 with the "old" p2pool.

p2pool must be updated before enforcement

Anyone knows David Storm (dstorm) from Bitbucket? see if he could update the script.


Thanks!
 
I'm sorry but you must update again. This time it is a hardfork. I was hoping to avoid that but it looks like there was some problems with the previous update.

In addition to the MN fix, the diff adjustment should be a bit quicker and share period has been increased from 15 to 20 seconds. This will reduce DOA and orphaned shares.

Delete the "data" directory before starting the new version unless you want to see a lot of error messages.
 
I'm sorry but you must update again. This time it is a hardfork. I was hoping to avoid that but it looks like there was some problems with the previous update.

In addition to the MN fix, the diff adjustment should be a bit quicker and share period has been increased from 15 to 20 seconds. This will reduce DOA and orphaned shares.

Delete the "data" directory before starting the new version unless you want to see a lot of error messages.

No problem. Thanks for the update. Looks good... I hope haha :) http://x11p2p.com:7903/static/
 
Could we replace the
explorer.darkcoin.io
with
chainz.cryptoid.info
in the networks.py file (p2pool/bitcoin/networks.py)?

the official explorer just does not show information for addresses that have lot of transactions, which is the case with p2pool DRK addresses, as they get payed small amounts every time.

BLOCK_EXPLORER_URL_PREFIX='http://chainz.cryptoid.info/drk/block.dws?',
ADDRESS_EXPLORER_URL_PREFIX='http://chainz.cryptoid.info/drk/address.dws?',
TX_EXPLORER_URL_PREFIX='http://chainz.cryptoid.info/drk/tx.dws?',
 
Back
Top