A custom Proof of Work blockchain with 1 Trillion fixed supply, RSA cryptography, and enterprise-grade security. Powering Aeternum and AltLife ecosystems.
A custom-built blockchain designed specifically for gaming ecosystems where player time and effort have real, transferable value.
1 Trillion Æ created at genesis. No mining rewards, no inflation. Value is preserved and transferred, never created from nothing.
Every transaction is signed with RSA 2048-bit keys. Military-grade security ensures tamper-proof transfers.
Decentralized node synchronization with HMAC authentication. Nodes discover peers and maintain consensus automatically.
How Aeternum Blockchain processes, validates, and stores transactions.
Multiple layers of security ensure your assets are protected.
RESTful API for blockchain interaction and node management.
/balance/{wallet_id}Get wallet balance with pending transactions
/transferSubmit signed transaction to network
/chainRetrieve full blockchain
/mempoolView pending transactions
/admin/add_coinsAdmin mint (requires X-Password header)
/admin/snapshot/createCreate blockchain snapshot at height
| Consensus Algorithm | Proof of Work (SHA256) |
|---|---|
| Difficulty | Configurable (Default: 4 leading zeros) |
| Total Supply | 1,000,000,000,000 Æ (Fixed) |
| Cryptography | RSA 2048-bit for signatures, SHA256 for hashing |
| Database | SQLite with WAL (Write-Ahead Logging) mode |
| Block Time | Dynamic (based on difficulty and mining power) |
| Transaction Fee | Configurable minimum fee (default: 100 Æ) |
| Mempool Size | Up to 1000 pending transactions |
| Snapshot Interval | Every 25 blocks (configurable) |
| Network Protocol | HTTP/REST with HMAC authentication |
Deploy your own node or integrate with our API. The blockchain is open for developers and gaming projects.