Technical Verification

Verification Commands and Consensus Checks

Verification of the Mooncoin blockchain state is essential for security. The following commands allow developers to reproduce the chain state from the genesis block using a standard mooncoind instance.

01. Genesis Hash Verification

$ mooncoin-cli getblockhash 0
fcaae3a09e02c77d4889498263152579dfed0392f33e387c69996b751276a665

02. Block Data Inspection

$ mooncoin-cli getblock fcaae3a09e02c77d4889498263152579dfed0392f33e387c69996b751276a665
{
  "hash": "fcaae3a09e02c77d4889498263152579dfed0392f33e387c69996b751276a665",
  "confirmations": 3421098,
  "height": 0,
  "version": 1,
  "merkleroot": "39568979e2d7ba59312f2e56e074127c5952f416c1411516f461e76527002621",
  "time": 1383827111,
  "nonce": 218706,
  "bits": "1e0ffff0",
  "difficulty": 0.00024414
}

03. Consensus Checkpoints

Block 1000000 d806ec36632672626e7a8e764948ea09ff69cf0360edc427008accf68b8fcf6d
Block 2000000 e4a0dab6468c5c62761995863062a083ca5c2744ee7c928dc0c48f4288e8d0ef
Block 3000000 c5bb05c57df7c99bceff5f36407f1ac0aff28f2a435795de154dc00c9666c624
Block 3772048 4be1202919c5b696d156ad5d8905b50a97c5b9782342b5ae0d687214bddc3ad8

Engineering Notes

infrastructure 2026-02-20

Mooncoin Electrum Server Online on Port 50002

Technical deployment log for Mooncoin Electrum service on port 50002, including validation scope, reliability boundaries, and integration impact for wallet and dev tooling.

protocol research 2026-02-18

Mooncoin and Litecoin Atomic Swap Research Notes

Technical research into Mooncoin-Litecoin atomic swap feasibility, covering HTLC script assumptions, wallet limitations, and practical node-level execution risks.

release ops 2026-02-14

Rebase Verification Pass Completed

Completed baseline verification against mainnet checkpoints and refreshed release artifacts for Linux and Windows targets.