Entropy mainnet / protocol v1
Run the network. Verify everything.
A compact proof-of-work network in one desktop application: wallet, validating full node, SQLite ledger, peer relay, and optional miner.
01 / The node
Everything local. Nothing hidden behind an account.
Opening Entropy starts a real validating node. Private keys stay in the local node process, the ledger is stored in SQLite, and every accepted block is checked before state changes.
Self-custodied wallet
24-word recovery and an encrypted portable backup, protected locally.
Full validation
UTXOs, signatures, proof of work, issuance, maturity, and reorg rules.
One process
No hosted login, browser wallet, external database, or coordinator.
02 / Verification path
From peer message to committed ledger.
Headers arrive first. Candidate work is compared locally. Bodies are fetched only for a viable chain, fully validated, and committed atomically with undo data.
- 01
Discover
HTTPS bootstrap, manual peers, and local network discovery.
- 02
Validate
Headers, timestamps, difficulty, work, ownership, and signatures.
- 03
Commit
One SQLite transaction with WAL, full synchronization, and undo records.
- 04
Relay
Accepted blocks and transactions move over bounded HTTP and WebSocket paths.
03 / Monetary rules
A small, explicit issuance schedule.
No premine, no account balances, and no floating-point supply math. Rewards are determined by block height and sum to an exact terminal amount.
- Maximum supply
- 2,000,000 ENT
- Atomic units / ENT
- 100,000,000
- Target spacing
- 10 seconds
- Coinbase maturity
- 100 blocks
- Fork choice
- Cumulative work
across an approximately ten-year target schedule
Issuance progress is derived from the validated chain, never a hosted counter.04 / Join
Choose your node.
Desktop builds include the wallet and operational interface. The headless CLI runs the same validation, ledger, and peer-to-peer implementation.
Desktop node
Installer or portable build with wallet, mining, peers, history, and diagnostics.
Desktop node
Native .deb with a Secret Service protected local wallet.
Download .debHeadless CLI
Archive, pruned, wallet, or public seed deployments from one binary.
Release binaries are unsigned and builds are not yet reproducible. Verify the published checksums and understand their limits.
05 / Live infrastructure
Inspect the public node.
This page reads the same bounded status endpoint other nodes use. No market ticker and no fabricated activity.
Open status endpointHTTPS / WSS- protocol
- entropy-mainnet-v1
- height
- —
- tip hash
- —
- transport
- HTTPS / WSS
- storage
- archive seed
06 / Open source
The implementation is the claim.
Entropy is MIT-licensed. Consensus, wallet, ledger, networking, tests, operations, and known limitations are public in the repository.
Security boundary
Entropy has not received an independent security or consensus audit. “Mainnet” identifies protocol compatibility, not production safety. ENT must not carry real-world value until appropriate independent review establishes a suitable basis.