Skip to Content
ReferenceRelease Notes

Release Notes

Always read release notes before upgrading. Some releases can change wallet format, chainstate behavior, consensus activation, indexes, or service interfaces.

This page summarizes release history. The source files are ../tidecoin/CHANGELOG.md and ../tidecoin/doc/release-notes.md.

v1.0.0

Release date in changelog: March 2, 2026.

Tidecoin v1.0.0 is the first major 1.x release line rebased on Bitcoin Core v30 with Tidecoin’s post-quantum integration.

Notable Changes

AreaSummary
Post-quantum signaturesFalcon-512 default, plus Falcon-1024 and ML-DSA schemes implemented behind activation rules.
Scheme registryPrefix bytes 0x07 through 0x0B for the five PQ schemes.
Legacy and strict FalconLegacy Falcon verification preserved before AuxPoW; strict PQClean verification gated by SCRIPT_VERIFY_PQ_STRICT.
PQHD walletHardened-only PQHD derivation, deterministic key generation, multi-seed support, and scheme policy RPCs.
P2P transportML-KEM-512 replaces X25519 key exchange in v2 transport.
Script extensionsOP_SHA512 and witness v1 SHA-512 script hash support gated by AuxPoW.
AuxPoWChain ID 8, createauxblock, submitauxblock, scrypt parent PoW validation, testnet activation at height 1000, mainnet disabled.
MiningYespowerTIDE pre-AuxPoW proof of work and quartering reward schedule.
NetworkTidecoin ports, HRPs, message start bytes, and DNS/testnet settings updated.
Build and packagingBinary rename, Guix reproducible build updates, macOS deployment/signing fixes.
TestingPQ signature, PQHD, AuxPoW, ML-KEM transport, wallet, and functional coverage expanded.

Upgrade Checklist

  1. Read the full release notes for the target version.
  2. Back up wallets with backupwallet.
  3. Stop the old node cleanly.
  4. Install or copy the new binaries.
  5. Start the node and watch debug.log.
  6. Verify chain height, wallet loading, RPC behavior, and service integrations.

Important Activation Clarification

Do not infer mainnet activation from implementation alone. A scheme or feature can be implemented in v1.0.0 and still be gated by AuxPoW on mainnet. Use Activation Status for current network state.

See also: Node Upgrades, Release Process, Activation Status.

Last updated on