You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original Defcoin 1.0.1 used BIP9 time-based signaling for SegWit
activation (March 2018 - March 2019). If miners didn't signal 75%
support during that window, SegWit was NEVER activated on mainnet.
Shipping v2.0.0 with hardcoded activation heights would have caused
the node to try enforcing SegWit rules on historical blocks that
weren't mined with those rules, breaking chain sync.
Changes:
- Set BIP65/BIP66/CSV/SegWit heights to max int (disabled)
- Disable Taproot deployment (requires SegWit)
- Keep MWEB disabled as previously configured
- BIP16 (P2SH) set to height 0 (was active from early in chain)
- BIP34 set to reasonable height 710000
This ensures v2.0.0 maintains consensus compatibility with the
existing Defcoin blockchain.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments