Commit Graph

32 Commits

Author SHA1 Message Date
97b520f1a1 Update Taproot activation timeline: advance mainnet start date
Move Taproot signaling start date earlier to allow more time for miner
preparation and coordination before the March 2027 timeout.

Consensus changes:
- Mainnet activation start: February 14, 2026 (was March 1, 2026)
- Mainnet timeout: March 1, 2027 (unchanged)
- Update nStartTime: 1771027200 (was 1772323200)
- Applied to both mainnet and testnet deployments

This extends the signaling window from 12 months to 12.5 months, providing
miners additional time to upgrade and signal readiness for Taproot activation
2026-02-08 11:45:19 +01:00
8d6d5d66be consensus: add taproot deployment (BIP9 mainnet, always-active regtest) 2026-02-06 15:44:58 +01:00
NotRin7
b20544c499 add params to chainparams.cpp 2025-11-24 00:03:44 +01:00
ab397b9c1b fix(testnet): add testnet seed nodes for peer discovery
Enable peer discovery on testnet by adding seed nodes and preserving vFixedSeeds. This ensures nodes can connect to the network during initial sync.
2025-11-17 13:53:10 +01:00
efe1cbf18b fix(chainparams): update BIP34 height and hash for testnet
The BIP34 activation height was increased to 1700 and the hash was initialized to support upcoming testnet changes
2025-11-14 14:46:27 +01:00
922f94321e fix(chainparams): update BIP34Height to 1250 for testnet
The BIP34 activation height was lowered to match the actual activation point on testnet, ensuring proper block validation behavior.
2025-11-14 10:27:23 +01:00
553424d19d fix: update testnet chain params and restore getblocktemplate security check
Update testnet minimum chain work and default assume valid values to current state.
Restore security check in getblocktemplate RPC to prevent usage during initial block download.
2025-11-13 15:34:55 +01:00
2ee78184ef fix(chainparams): update testnet consensus parameters
- Change BIP34Height from 0 to 8192 to match mainnet activation
- Adjust nPowTargetTimespan from 1 day to 14 days for better difficulty stability
- Add nPowTargetSpacingV2 parameter for future compatibility
- Swap rule change activation threshold and miner confirmation window values
- Clarify fPowAllowMinDifficultyBlocks comment
2025-11-13 11:06:36 +01:00
faefa9ba88 fix(chainparams): allow node to sync from scratch
The previous consensus parameters prevented the node from completing
initial sync without manually importing blocks. Updated chainparams so
a fresh node can fully synchronize on its own.
2025-11-07 13:11:07 +01:00
ffbaef8388 testnet update: rename testnet3 to testnet
Update all references to 'testnet3' to 'testnet' for consistency. This includes:
- Changing magic bytes in network messages
- Updating directory paths and configuration files
- Modifying documentation and test framework references
- Adjusting chain parameters and validation logic
2025-10-30 23:25:15 +01:00
NotRin7
2a29186b3e Fix chainwork bug in chainparams.cpp 2025-10-28 14:03:59 +01:00
NotRin7
8e6103221a Update chainparams.cpp 2025-10-23 18:49:41 +02:00
NotRin7
08f73f9769 testnet and regtest update 2025-10-23 16:56:36 +02:00
NotRin7
8dd7895193 fix 2025-10-22 20:59:33 +02:00
NotRin7
a696a57d4d major update add auxpow und smal work changes 2025-10-22 19:54:48 +02:00
NotRin7
a8c5c345dd change at mining and work params 2025-10-22 17:28:38 +02:00
NotRin7
1b951c6852 add seeds and seeders 2025-10-22 16:22:29 +02:00
NotRin7
de4b88edaa more checkpoints 2024-10-14 14:08:54 +02:00
Kks
b1c9de6f9a fixes 2024-04-07 22:55:46 -04:00
Kks
f82f4cf7d6 Update chainparams.cpp 2024-04-07 13:45:55 -04:00
Kks
d31261dd65 lwma diff algo 2024-04-07 13:17:25 -04:00
NotRin7
912204f82d Update chainparams.cpp 2024-04-04 18:16:02 +02:00
NotRin7
244018cf9e Update chainparams.cpp 2024-04-03 23:56:28 +02:00
NotRin7
5ab6c55214 soft fork blocktime/halving/checkpoints 2024-04-03 23:54:13 +02:00
NotRin7
6312709f8d Update chainparams.cpp 2024-04-02 02:19:12 +02:00
NotRin7
2d07b90f21 Update chainparams.cpp 2024-04-02 01:46:46 +02:00
NotRin7
40d69e4423 Update chainparams.cpp 2024-04-02 01:02:46 +02:00
NotRin7
831a3ffc4c addet dnsseeds and fixedseeds 2024-04-02 00:41:51 +02:00
NotRin7
96a4ff1030 Update chainparams.cpp 2024-03-30 00:45:53 +01:00
NotRin7
f639117470 Fix SegWit
SegWit Hight set to 30000!
Addet Checkpoints at 69, 10000, 20000!
2024-03-30 00:28:53 +01:00
NotRin7
8ef2567b27 v1.1.2 2024-03-18 18:12:41 +01:00
NotRin7
0a6901a7f0 1.1.0 2024-03-15 18:16:03 +01:00