Commit Graph

9 Commits

Author SHA1 Message Date
NotRin7
54a10bbc2a Release v1.5.0: Hard Fork Logic (Chat & DAA) activated at block 340,000 2025-11-22 18:59:39 +01:00
NotRin7
89940a5e2f better diff adjustment at block 350.000 2025-11-22 16:38:29 +01:00
96eef06c25 fix(pow): simplify testnet difficulty adjustment logic
Move the special 20-minute rule check before LWMA calculation for clarity and maintain the same behavior. Remove redundant else block and consolidate the logic for returning last non-special-min-difficulty block.
2025-11-14 10:35:02 +01:00
ff87cc51c4 fix(pow): adjust testnet difficulty calculation rules
- Apply LWMA difficulty calculation for testnet from block 0 to match mainnet behavior
- Clarify testnet min-difficulty rule by using explicit 20 minute threshold instead of nPowTargetSpacing*2
2025-11-13 13:51:26 +01:00
Kks
5c5b18fb6c Update pow.cpp 2024-04-07 23:37:11 -04:00
Kks
943afd598a Update pow.cpp 2024-04-07 23:33:31 -04:00
Kks
b1c9de6f9a fixes 2024-04-07 22:55:46 -04:00
Kks
d31261dd65 lwma diff algo 2024-04-07 13:17:25 -04:00
NotRin7
0a6901a7f0 1.1.0 2024-03-15 18:16:03 +01:00