An open API service indexing awesome lists of open source software.

https://github.com/rexemre/blockzero-docs

Documentation for BLOCK ZERO — fair launch, CPU mining, proof-of-work. A second chance at Genesis.
https://github.com/rexemre/blockzero-docs

bitcoin block-zero blockchain documentation fair-launch randomx

Last synced: 10 days ago
JSON representation

Documentation for BLOCK ZERO — fair launch, CPU mining, proof-of-work. A second chance at Genesis.

Awesome Lists containing this project

README

          

# BLOCK ZERO · Docs

**Modern BTC code. A second chance at Genesis.**

Documentation for Block Zero — a CPU-mineable, fair-launch proof-of-work chain. No presale. No insiders.

---

## Official links

| | |
|---|---|
| **Website** | https://bloz.org |
| **Pool** | https://pool.bloz.org *(test release)* |
| **Explorer** | https://explorer.bloz.org · testnet: https://texplorer.bloz.org |
| **Bridge** | https://bridge.bloz.org |
| **Discord** | https://discord.gg/FbJzrwAU2W |
| **X (Twitter)** | https://x.com/Block_Zero_2009 |
| **Full list** | [official-links.md](official-links.md) |

**Mainnet seed:** `217.160.46.61:8210`

> **Warning:** Copycat sites (e.g. `.cc` domains) and third-party pools are **not affiliated** with Block Zero — we have no insight into their code and accept **no liability** for malware, wrong-chain mining, fraud, or unfair pool payouts. [Read the full warning →](official-links.md#warning-copycat-sites--unofficial-services)

---

## Start here

| I want to… | Read this |
|------------|-----------|
| **Mine on mainnet now** | [Quick Start: Mainnet Mining](quickstart-mining.md) |
| **Run a node** | [Node Guide](node-guide.md) |
| **Understand mining** | [Mining Guide](mining-guide.md) |
| **See what's built** | [Implementation Status](implementation-status.md) |
| **Common questions** | [FAQ](faq.md) |
| **Wrap BLOZ → wBLOZ (BSC)** | [Bridge Guide](bridge-guide.md) |

### One-click mining scripts

Mainnet (BLOZ): [blockzero-ops/scripts/mainnet](https://github.com/Rexemre/blockzero-ops/tree/main/scripts/mainnet)
Testnet (TBLOZ, dev): [blockzero-ops/scripts/testnet](https://github.com/Rexemre/blockzero-ops/tree/main/scripts/testnet)

Prebuilt binaries: [blockzero-core Releases](https://github.com/Rexemre/blockzero-core/releases)

---

## Specifications

- [Genesis Specification](genesis-spec.md)
- [Mainnet Launch (2026-06-06)](mainnet-launch.md)
- [Testnet Reset](testnet-reset.md)
- [RandomX Integration](randomx-integration.md)
- [Chain Parameters v0](chainparams-v0-proposal.md)
- [Fork Change Map](fork-change-map.md)
- [Launch Checklist](launch-checklist.md)

---

## The idea

Bitcoin proved that sound money can emerge from proof-of-work and open participation. Block Zero asks: *what if we could run that experiment again — with modern code, CPU-friendly mining, and zero insider advantage?*

RandomX keeps mining on ordinary hardware. A reproducible genesis keeps the launch honest. Everything is open source.

---

## Repositories

| Repo | Link |
|------|------|
| Core node | [blockzero-core](https://github.com/Rexemre/blockzero-core) |
| Docs (here) | [blockzero-docs](https://github.com/Rexemre/blockzero-docs) |
| Ops & scripts | [blockzero-ops](https://github.com/Rexemre/blockzero-ops) |
| Wallet | [blockzero-wallet](https://github.com/Rexemre/blockzero-wallet) |
| Bridge (wBLOZ) | [blockzero-bridge](https://github.com/Rexemre/blockzero-bridge) |