Commit f4c6838
feat(testnet): short PoW phase + fast stake age so testnet is lively
Builds on the testnet block-1 premine fix. Tunes testnet-only params so a fresh
chain reaches live PoS in minutes instead of hours:
- CTestNetParams nLastPOWBlock 200 -> 25 (mine the PoW phase in minutes).
- nStakeMinAge 7200s -> 60s on testnet only (PoS starts ~1 min after mining,
not 2 hours). Mainnet keeps 7200s.
Mainnet consensus is unchanged; this binary ships only as a *-testnet prerelease.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8a58e00 commit f4c6838
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
476 | 478 | | |
477 | 479 | | |
478 | 480 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
694 | 702 | | |
695 | 703 | | |
696 | 704 | | |
| |||
0 commit comments