There was an error while loading. Please reload this page.
1 parent ce02c74 commit 0ae4200Copy full SHA for 0ae4200
1 file changed
src/kernel/chainparams.cpp
@@ -154,8 +154,8 @@ class CAlphaMainParams : public CChainParams {
154
//height at which RandomX hashing starts
155
consensus.RandomXHeight = 70228;
156
157
- //Enforce RandomX only after August 03, 2025 04:00 UTC
158
- const int RandomXEnforcementHeight = 305535;
+ //Enforce RandomX only after July 31, 2025 00:00 UTC
+ const int RandomXEnforcementHeight = 303271;
159
consensus.RandomXEnforcementHeight = RandomXEnforcementHeight;
160
161
//Multipler when SHA256D switches to RandomX;
0 commit comments