$ mooncoin-cli getblockhash 0 fcaae3a09e02c77d4889498263152579dfed0392f33e387c69996b751276a665
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
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
Mooncoin Telegram Wallet Bot and Query Bot Prototype
Prototype engineering log for Mooncoin Telegram wallet and query bots, covering command boundaries, authorization controls, and mooncoin node-backed integration risks.
Mooncoin Browser Wallet Concept and Threat Model Draft
Architecture draft for a Mooncoin browser wallet, focused on trust boundaries, local signing, threat-model priorities, and integration limits with mooncoin node-backed services.
Mooncoin Electrum Proxy API Exposed over Port 443
Technical notes on the Mooncoin Electrum proxy API exposed on port 443, including method mapping, validation boundaries, and integration constraints for wallet clients.
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.
Mooncoin Mobile Wallet Experiment for Atomic Swap Readiness
Engineering notes on Mooncoin wallet mobile architecture, signing boundaries, Mooncoin node dependencies, and minimum requirements for atomic swap readiness.
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.
Mooncoin Node Docker Images Published for AMD64 and ARM64
First Mooncoin full node Docker release with both x86_64 (amd64) and ARM64 support, published on Docker Hub for Mooncoin node operators and Mooncoin dev workflows.
Rebase Verification Pass Completed
Completed baseline verification against mainnet checkpoints and refreshed release artifacts for Linux and Windows targets.