Skip to Content
LearnWhy Merged Mining?

Why Merged Mining?

Merged mining lets miners secure more than one chain with the same proof of work. For Tidecoin, the long-term plan is scrypt merged mining with Litecoin through AuxPoW.

This page explains the design tradeoff. It is not the mining setup guide; use Mining for operational instructions.

The Two Phases

PhaseProof of workPurpose
Pre-AuxPoWYespowerTIDECPU-oriented standalone mining and early distribution
Post-AuxPoWScrypt via Litecoin AuxPoWLong-term security anchored to a large existing scrypt mining base

The first phase favors accessibility. The second phase favors security scale. That is a deliberate lifecycle design.

Why Not Stay Standalone Forever

A small standalone proof-of-work chain has to attract enough dedicated hashpower to make attacks expensive. That is hard. Miners compare revenue across chains, hardware markets move, and hashpower can leave quickly.

Merged mining changes the security equation. A Litecoin scrypt miner can include Tidecoin work while already mining Litecoin. If the Tidecoin work meets Tidecoin’s target, it can be submitted as a Tidecoin block. The parent Litecoin chain does not need to know about Tidecoin.

How AuxPoW Works

At a high level:

  1. A miner builds a Tidecoin block candidate.
  2. The hash of that candidate is committed into the Litecoin parent coinbase data.
  3. The miner hashes the Litecoin parent block with scrypt.
  4. If the proof meets Tidecoin difficulty, the miner submits the parent header, coinbase proof, and AuxPoW data to Tidecoin.
  5. Tidecoin validates the AuxPoW commitment, chain ID, parent proof, and local consensus rules.

This lets one scrypt proof of work contribute to Litecoin and Tidecoin at the same time.

Why Litecoin Scrypt

Scrypt is memory-hard. That matters for Tidecoin’s quantum-era design because a Grover-style quantum speedup is much less straightforward against a memory-hard function than against a stateless hash function. The Tidecoin whitepaper gives the deeper argument: scrypt forces a scratchpad and data-dependent memory access, which creates QRAM and sequential-depth barriers for a quantum oracle.

The practical point is simpler: merged mining with Litecoin gives Tidecoin access to an established scrypt mining ecosystem rather than depending only on standalone Tidecoin hashpower.

What Activates With AuxPoW

AuxPoW is not only a mining change. In Tidecoin, the AuxPoW activation also gates other consensus features:

  • scrypt parent proof-of-work;
  • Falcon-1024 and ML-DSA signature schemes;
  • strict post-quantum signature verification mode;
  • witness v1 SHA-512 script hashes;
  • OP_SHA512.

That bundling makes the upgrade easier to reason about: pre-AuxPoW rules before the height, post-AuxPoW rules after the height.

Practical Takeaway

YespowerTIDE helps with accessible distribution before AuxPoW. Scrypt merged mining is the long-term security architecture. If you are a user, check the activation status. If you are a miner or pool operator, use the Mining section for the live integration path.

See also: Mining / Merged Mining, Protocol / AuxPoW, Protocol / Proof-of-Work, Activation Status.

Last updated on