XRC HardFork - X11, DigiShield POW algo#402
Conversation
|
Is this an urgent PR request? |
sondreb
left a comment
There was a problem hiding this comment.
Looks good and thanks for the PR. There is a couple of things needed to be done:
- Re-add the old checkpoints.
- Provide a link to a statement or information from the XRC team/website regarding this hardfork, if available?
Yes, without that, blockcore node is incompatible for now. |
|
|
Thank you very much for merge :) And one more comment. I tried to compile your blockcore node under Ubuntu and there is necessary to: sudo apt update \src\Node\Blockcore.Node Im not sure exactly what is necessary but it helped. Your node is working under Ubuntu 20.04 with this update. Thanks for your work. :) |
sondreb
left a comment
There was a problem hiding this comment.
Have run it and verified it works fine. Thanks for the changes after previous review.
|
This has been released and updated on our public indexer and explorer: https://explorer.blockcore.net/xrc/explorer Version 1.1.40 or higher of the multi-node is now compatible with the new consensus rules for XRC: https://github.com/block-core/blockcore-nodes/releases |

Hello,
there was a new hardfork of XRC from block 136136 which changed algo of XRC from X13 to X11 and it is using now DigiShield POW Retarget every next block.
This pull request is there because of compatibility of Blockcore with this change.
Thank you for merge.