{"id":50876369,"url":"https://github.com/rexemre/blockzero-ops","last_synced_at":"2026-06-15T10:02:07.969Z","repository":{"id":361423102,"uuid":"1254387854","full_name":"Rexemre/blockzero-ops","owner":"Rexemre","description":"BLOCK ZERO infrastructure — mainnet \u0026 testnet mining scripts, seed nodes, release ops.","archived":false,"fork":false,"pushed_at":"2026-06-08T08:33:46.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T10:19:37.144Z","etag":null,"topics":["bitcoin","block-zero","blockchain","devops","testnet"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rexemre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-30T13:56:50.000Z","updated_at":"2026-06-08T08:33:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Rexemre/blockzero-ops","commit_stats":null,"previous_names":["rexemre/blockzero-ops"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rexemre/blockzero-ops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexemre%2Fblockzero-ops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexemre%2Fblockzero-ops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexemre%2Fblockzero-ops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexemre%2Fblockzero-ops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rexemre","download_url":"https://codeload.github.com/Rexemre/blockzero-ops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexemre%2Fblockzero-ops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34357282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","block-zero","blockchain","devops","testnet"],"created_at":"2026-06-15T10:02:06.779Z","updated_at":"2026-06-15T10:02:07.954Z","avatar_url":"https://github.com/Rexemre.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BLOCK ZERO · Ops\n\n**Modern BTC code. A second chance at Genesis.**\n\nInfrastructure, release tooling, and runbooks for the Block Zero network.\n\nFair launch. Proof-of-work. No presale. No insiders.\n\n---\n\n## Official links\n\n| | |\n|---|---|\n| **Website** | https://bloz.org |\n| **Pool** | https://pool.bloz.org *(test release)* |\n| **Explorer** | https://explorer.bloz.org · testnet: https://texplorer.bloz.org |\n| **Bridge** | https://bridge.bloz.org |\n| **Discord** | https://discord.gg/FbJzrwAU2W |\n| **X (Twitter)** | https://x.com/Block_Zero_2009 |\n| **Full list** | [official-links.md](https://github.com/Rexemre/blockzero-docs/blob/main/official-links.md) |\n\n**Mainnet seed:** `217.160.46.61:8210`\n\n\u003e **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 →](https://github.com/Rexemre/blockzero-docs/blob/main/official-links.md#warning-copycat-sites--unofficial-services)\n\n---\n\n## Mine mainnet in one command\n\n| Platform | Script |\n|----------|--------|\n| **Windows (pool)** | [`install-windows.ps1`](scripts/mainnet/install-windows.ps1) → [`mine-mainnet.ps1 -Pool`](scripts/mainnet/mine-mainnet.ps1) or [`mine-pool.bat`](scripts/mainnet/mine-pool.bat) |\n| **Linux / macOS (pool)** | [`mine-pool.sh`](scripts/mainnet/mine-pool.sh) — `./mine-pool.sh bz1YOURADDRESS` |\n| **Windows (solo)** | [`install-windows.ps1`](scripts/mainnet/install-windows.ps1) → [`mine-mainnet.ps1`](scripts/mainnet/mine-mainnet.ps1) |\n| **Linux / macOS (solo)** | Build from [blockzero-core Releases](https://github.com/Rexemre/blockzero-core/releases), then use [`scripts/mainnet/`](scripts/mainnet/) |\n\n**Public seed:** `217.160.46.61:8210` · **Explorer:** https://explorer.bloz.org\n\n```powershell\ngit clone https://github.com/Rexemre/blockzero-ops.git\ncd blockzero-ops\\scripts\\mainnet\n.\\install-windows.ps1\n.\\mine-mainnet.ps1 -Pool              # pool mine (recommended)\n.\\mine-mainnet.ps1 -Status            # solo: sync first — never mine with 0 peers\n.\\mine-mainnet.ps1                    # solo mine\n```\n\nDownloads prebuilt binaries from [blockzero-core Releases](https://github.com/Rexemre/blockzero-core/releases).  \n**Use native Windows binaries for mining** — WSL2 RandomX is ~10× slower.\n\nFull walkthrough: [blockzero-docs/quickstart-mining.md](https://github.com/Rexemre/blockzero-docs/blob/main/quickstart-mining.md)\n\n### Pool mining (recommended — wallet + pool in one)\n\n```powershell\ncd blockzero-ops\\scripts\\mainnet\n.\\mine-mainnet.ps1 -Pool              # wallet + pool mine\n.\\mine-mainnet.ps1 -Pool -Threads 4  # custom thread count\n.\\mine-pool-mainnet.ps1 -Status      # check pool.bloz.org\n```\n\nPool dashboard: https://pool.bloz.org\n\n---\n\n## Runbooks\n\n- [Pool mining quickstart](runbooks/pool-mining-quickstart.md) — mine on pool.bloz.org (Windows)\n- [Mainnet mining pool (ops)](runbooks/mainnet-mining-pool.md) — pool VPS infrastructure\n- [Mainnet Seed Node](runbooks/mainnet-seed-node.md) — run a persistent, reachable mainnet peer\n- [Mainnet Explorer](runbooks/mainnet-explorer.md) — btc-rpc-explorer for BLOZ\n- [Testnet Seed Node](runbooks/testnet-seed-node.md) — testnet peer (TBLOZ, dev/testing)\n- [`scripts/wsl-portproxy.ps1`](scripts/wsl-portproxy.ps1) — Windows→WSL port proxy (dev only)\n\n---\n\n## Scope\n\n- Public seed nodes and network bootstrap (mainnet + testnet)\n- Release checklists and CI\n- Monitoring, incident response, postmortems\n\n---\n\n## Repositories\n\n| Repo | Purpose |\n|------|---------|\n| [blockzero-core](https://github.com/Rexemre/blockzero-core) | Node \u0026 chain |\n| [blockzero-docs](https://github.com/Rexemre/blockzero-docs) | Documentation |\n| **blockzero-ops** (here) | Scripts \u0026 infrastructure |\n| [blockzero-wallet](https://github.com/Rexemre/blockzero-wallet) | Wallet (in development) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexemre%2Fblockzero-ops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexemre%2Fblockzero-ops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexemre%2Fblockzero-ops/lists"}