About Technology Wallets Governance Academy News Community
Research advanced

Planetary Hash-War Protection as an Example of Decentralized Licensing Systems

An analysis of the threat model facing a small Mars-based blockchain from Earth-based mining attacks, and a CoinShuffle-based decentralized licensing approach to planetary hash-war protection.

By Lennart Lopin October 14, 2023 Updated April 1, 2026 10 min read Download PDF

Hash War Protection Diagram

Abstract

This article summarizes the research presented at the Mars Society International Conference in Tempe, Arizona (2023), addressing a critical and under-examined threat to the viability of independent blockchain networks on Mars: the hash-war problem. When a small, physically isolated blockchain operates within hashing-algorithm proximity of vastly larger Earth-based networks, the asymmetry in available hash power creates an existential vulnerability. This paper proposes a decentralized licensing system built on CoinShuffle-based cryptographic protocols as a defense mechanism, analyzes the game theory of planetary hash wars, and argues that the solution has broader implications for decentralized governance of shared computational resources.

The Threat Model

The Fundamental Asymmetry

Imagine a permanent Mars settlement operating its own Proof of Work blockchain — Marscoin — with a network hash rate determined by the settlement’s available computing hardware. On Earth, the same hashing algorithm (Scrypt, SHA-256, or any other) is used by networks with hash power measured in hundreds of terahashes or petahashes per second. The ratio between Earth’s available Scrypt hash power and Mars’s is not 10:1 or 100:1 — it is potentially millions to one.

This asymmetry creates a class of attack unique to interplanetary blockchain networks:

  1. Direct 51% Attack: An Earth-based entity directs hash power at the Mars chain, producing blocks faster than Mars miners and reorganizing the chain to double-spend or censor transactions.
  2. Selfish Mining: An Earth miner with superior hash power withholds blocks and releases them strategically to claim a disproportionate share of rewards while destabilizing honest miners.
  3. Block Withholding and Release: An attacker mines a long private chain and releases it to replace a significant portion of the Mars chain’s history, undoing confirmed transactions.
  4. Economic Warfare: Even without direct profit motive, an Earth-based entity could attack the Mars chain to destabilize the settlement’s economy for geopolitical or competitive reasons.

The Light-Speed Complication

The 4-to-24-minute communication delay between Earth and Mars compounds the problem. Mars miners cannot respond to attacks in real time. By the time a Mars node detects an incoming chain reorganization, the attacking chain may already be dozens of blocks deep. The settlement’s ability to coordinate a defensive response is constrained by the same light-speed delay that necessitated an independent blockchain in the first place.

Why Merged Mining Is Insufficient

Merged mining (AuxPoW), as described in the Merged Mining & AuxPoW article, is an excellent bridge strategy for Marscoin’s current Earth-based phase. However, it does not solve the Mars-phase hash-war problem for a fundamental reason: merged mining with Earth-based parent chains is impractical when the light-speed delay exceeds the block time. A Mars miner cannot construct valid merge-mined blocks when the parent chain tip is 4-24 minutes away.

On Mars, Marscoin must mine independently. And independent mining with limited local hash power is vulnerable to attack from Earth.

The Decentralized Licensing Approach

Core Concept

The proposed defense mechanism introduces a decentralized licensing layer that restricts which miners can produce valid blocks on the Mars chain. Rather than relying solely on proof of work — where the entity with the most hash power wins regardless of identity — the system adds a proof of authorization requirement.

A miner’s block is valid only if the miner holds a current license issued through a decentralized, community-governed process. Licenses are not permanent, not issued by a central authority, and not purchasable on an open market. They are granted by the mining community itself through a cryptographic protocol that ensures both transparency and privacy.

CoinShuffle as the Licensing Mechanism

The licensing protocol is built on CoinShuffle, a decentralized mixing protocol originally designed for transaction privacy. CoinShuffle allows a group of participants to collaboratively produce a shuffled output without any single participant knowing the mapping between inputs and outputs.

In the licensing context, CoinShuffle is repurposed as follows:

  1. License Application: A miner submits a license application containing their mining public key and a proof of stake in the Mars settlement (e.g., citizenship in the Martian Republic, ownership of registered computing equipment, or attestation by existing miners).
  2. Community Review: The application enters a review period during which existing licensed miners can examine the applicant’s credentials.
  3. CoinShuffle Ballot: Licensed miners vote on whether to approve the application using a CoinShuffle-based secret ballot. Each miner casts an encrypted vote that is shuffled and decrypted collectively, revealing the tally without revealing how any individual voted.
  4. License Issuance: If the vote passes a supermajority threshold, the miner receives a cryptographic license token that is valid for a defined period (e.g., one Mars year).
  5. License Renewal: Licenses expire and must be renewed through the same process, preventing permanent entrenchment.

Why CoinShuffle?

The choice of CoinShuffle for the voting mechanism is deliberate:

  • Ballot secrecy: In a small community, public votes on miner licensing could create social pressure, retaliation, or collusion. Secret ballots ensure honest voting.
  • Decentralization: No central authority issues licenses. The mining community governs itself.
  • Verifiability: The CoinShuffle protocol produces a publicly verifiable tally. Anyone can confirm that the vote was conducted correctly without knowing how individuals voted.
  • Existing infrastructure: CoinShuffle is already integrated into the Martian Republic’s governance system for congressional voting. Extending it to miner licensing leverages existing, tested code.

Game Theory Analysis

Attacker’s Perspective

Without licensing, an Earth-based attacker needs only sufficient hash power to overpower the Mars chain. The cost is purely computational — rent enough hash power, execute the attack, profit from double-spends or market manipulation.

With licensing, the attacker faces an additional barrier: they must either obtain a license (requiring community approval) or produce blocks without one (which the protocol rejects). The attack surface changes from a computational problem to a social engineering problem.

Specifically, the attacker must:

  1. Compromise the licensing process. This requires either infiltrating the Mars mining community with enough fake identities to control the vote (a Sybil attack on the human community, not the network) or compromising a supermajority of existing licensed miners.
  2. Simultaneously have sufficient hash power. Even with a license, the attacker still needs hash power to outpace honest Mars miners.

The licensing requirement transforms the attack from single-factor (hash power alone) to two-factor (hash power plus social authorization). This dramatically increases the cost and complexity of an attack.

Defender’s Perspective

The Mars community’s defensive position is strengthened because:

  • They control the licensing process. Even if an attacker acquires hash power, they cannot use it without community consent.
  • Licenses expire. A compromised license is automatically revoked at expiration. The community can also implement emergency revocation through a supermajority vote.
  • The community is small and knowable. In a settlement of dozens to hundreds of people, fake identities are extremely difficult to maintain. Physical presence can be verified.

The Collusion Problem

The primary weakness of the licensing approach is collusion. If a supermajority of licensed miners conspire to issue licenses to an attacker (or to revoke licenses from honest miners), the system fails.

However, this is a different — and arguably more manageable — failure mode than pure hash-power vulnerability. Collusion in a small, face-to-face community is detectable through social mechanisms that do not exist in an anonymous global network. People talk. People observe. People notice when their neighbors are behaving suspiciously.

The paper argues that for Mars-scale communities (tens to hundreds of participants), social detection of collusion is a realistic and effective defense layer that complements the cryptographic protections.

Broader Implications: Decentralized Licensing as a Pattern

The hash-war protection system is presented as an instance of a more general pattern: decentralized licensing of shared computational resources.

In any context where a shared resource (hash power, bandwidth, storage, spectrum) must be governed without a central authority, the combination of:

  • Cryptographic proof of authorization (licenses)
  • Community-governed issuance (CoinShuffle voting)
  • Time-limited tenure (expiration and renewal)
  • Two-factor security (authorization plus capability)

…provides a framework that balances openness with protection.

Potential applications beyond Mars hash-war protection include:

  • Mesh network node licensing in disaster zones or developing regions
  • Community-governed access to shared computing clusters
  • Decentralized spectrum allocation for communications
  • Cooperative mining pool governance where participants must be approved by existing members

Relationship to Current Marscoin Architecture

The decentralized licensing system described in this paper is a Mars-phase proposal, not a current feature. Today, Marscoin operates on Earth with merged mining providing adequate security.

The research is presented now — years before Mars settlement — because the cryptographic and game-theoretic foundations must be designed, tested, and proven long before they are needed. The CoinShuffle infrastructure already exists in the Martian Republic. The ASERT difficulty algorithm ensures stable block production regardless of hash power fluctuations. The merged mining bridge provides security during the testing phase.

When the time comes for Marscoin to operate independently on Mars, the licensing layer will be ready.

Conclusion

The hash-war problem is real, specific, and solvable. A small blockchain on Mars faces an existential asymmetry in available hash power compared to Earth. Purely computational defenses (higher difficulty, longer confirmation times) are insufficient because the asymmetry is too extreme.

The decentralized licensing approach transforms the security model from single-factor (hash power) to two-factor (hash power plus community authorization), raising the cost and complexity of attacks by orders of magnitude. CoinShuffle provides the cryptographic foundation for privacy-preserving, community-governed license issuance.

Mars will need its own money. And that money will need to be defended by its own people.


This paper was presented at the Mars Society International Conference in Tempe, Arizona, October 2023. The full academic paper is available as a PDF download. Author: Lennart Lopin, Marscoin Foundation.

Topics
research hash war security CoinShuffle licensing game theory Mars Society
Olympus
Olympus Online