{"id":50876384,"url":"https://github.com/rexemre/blockzero-wallet","last_synced_at":"2026-06-15T10:02:09.907Z","repository":{"id":361423101,"uuid":"1254387786","full_name":"Rexemre/blockzero-wallet","owner":"Rexemre","description":"BLOCK ZERO wallet — hold and spend BLOZ. In development.","archived":false,"fork":false,"pushed_at":"2026-06-11T21:39:28.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-11T23:14:46.210Z","etag":null,"topics":["bitcoin","block-zero","blockchain","wallet"],"latest_commit_sha":null,"homepage":"https://bloz.org","language":null,"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:45.000Z","updated_at":"2026-06-11T21:39:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Rexemre/blockzero-wallet","commit_stats":null,"previous_names":["rexemre/blockzero-wallet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rexemre/blockzero-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexemre%2Fblockzero-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexemre%2Fblockzero-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexemre%2Fblockzero-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexemre%2Fblockzero-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rexemre","download_url":"https://codeload.github.com/Rexemre/blockzero-wallet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rexemre%2Fblockzero-wallet/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","wallet"],"created_at":"2026-06-15T10:02:08.950Z","updated_at":"2026-06-15T10:02:09.893Z","avatar_url":"https://github.com/Rexemre.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# BLOCK ZERO · Wallet\n\n**Modern BTC code. A second chance at Genesis.**\n\nUser-facing wallet for Block Zero — hold, send, and receive **BLOZ** with software you control.\n\nFair launch. 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## Download \u0026 install (GUI wallet)\n\n**Official binaries:** https://github.com/Rexemre/blockzero-core/releases\n\nDownload the latest **Windows** zip (`blockzero-*-win64.zip`), extract, run **`bitcoin-qt.exe`**.\n\n### Sync stuck at launch day (June 6)?\n\nBlock Zero has **no DNS seeds**. If the wallet shows **100% progress** but **unknown blocks remaining** and the last block is still from **6 Jun 2026**, it has **no peer** to the network.\n\n**Fix (all releases):** create or edit `bitcoin.conf`:\n\n| OS | Path |\n|----|------|\n| Windows | `%LOCALAPPDATA%\\BlockZeroMainnet\\bitcoin.conf` |\n| Linux / macOS | `~/.blockzero-mainnet/bitcoin.conf` |\n\nMinimum contents:\n\n```ini\nserver=1\ntxindex=1\n\n[main]\nlisten=1\nrpcbind=127.0.0.1\nrpcallowip=127.0.0.1\nrpcport=8332\naddnode=217.160.46.61:8210\n```\n\nRestart the wallet. Height should climb toward the live chain (~1000+ — check https://explorer.bloz.org).\n\n**Verify in Debug console** (Help → Debug window → Console):\n\n```\ngetconnectioncount   → should be ≥ 1\ngetblockcount        → should match explorer height\n```\n\nIf `getconnectioncount` stays 0, your firewall may block outbound **TCP 8210**.\n\n**Easier setup (Windows):** [blockzero-ops `mine-mainnet.ps1`](https://github.com/Rexemre/blockzero-ops/tree/main/scripts/mainnet) creates wallet + config automatically.\n\n### Built-in seed (core v1.0.0-rc10+)\n\nNewer releases embed the mainnet seed as a **fixed fallback peer** — `bitcoin-qt` connects out of the box without `bitcoin.conf`. The `addnode` line above still helps if the seed is unreachable.\n\n---\n\n## Status\n\n**In development.** Today, wallet functionality ships inside `bitcoind` / `bitcoin-qt` from [blockzero-core](https://github.com/Rexemre/blockzero-core/releases).\n\nA dedicated wallet app (GUI and/or mobile) will land here.\n\n---\n\n## Meanwhile\n\n| Task | How |\n|------|-----|\n| Mine on pool | [pool-mining quickstart](https://github.com/Rexemre/blockzero-ops/blob/main/runbooks/pool-mining-quickstart.md) |\n| Mine testnet | [Quick Start](https://github.com/Rexemre/blockzero-docs/blob/main/quickstart-mining.md) |\n| Run a node | [Node Guide](https://github.com/Rexemre/blockzero-docs/blob/main/node-guide.md) |\n| CLI wallet | `bitcoin-cli -rpcwallet=…` |\n\n---\n\n## Repositories\n\n| Repo | Link |\n|------|------|\n| Core | [blockzero-core](https://github.com/Rexemre/blockzero-core) |\n| Docs | [blockzero-docs](https://github.com/Rexemre/blockzero-docs) |\n| Ops | [blockzero-ops](https://github.com/Rexemre/blockzero-ops) |\n| **Wallet** (here) | [blockzero-wallet](https://github.com/Rexemre/blockzero-wallet) |\n\n---\n\n## Disclaimer\n\nBlock Zero is open-source software. BLOZ/TBLOZ carry no promised value, liquidity or return.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexemre%2Fblockzero-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexemre%2Fblockzero-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexemre%2Fblockzero-wallet/lists"}