https://github.com/blocknetprivacy/blocknet
private blockchain
https://github.com/blocknetprivacy/blocknet
Last synced: 2 months ago
JSON representation
private blockchain
- Host: GitHub
- URL: https://github.com/blocknetprivacy/blocknet
- Owner: blocknetprivacy
- License: bsd-3-clause
- Created: 2026-02-05T07:56:05.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-02-21T09:05:51.000Z (4 months ago)
- Last Synced: 2026-02-21T16:09:58.182Z (4 months ago)
- Language: Go
- Size: 951 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blocknet
A client for running Blocknet cores.
## What is this?
This program helps you install, upgrade and manage [Blocknet cores](https://github.com/blocknetprivacy/core).
## Quick start
1. [Download Blocknet](https://github.com/blocknetprivacy/blocknet/releases/latest)
2. Run `blocknet setup` — the [setup wizard](docs/reference-blocknet.md#blocknet-setup) walks you through everything
3. Or do it manually: `blocknet install latest` then `blocknet start`
4. Optional: open the [interactive shell](docs/reference-core.md) with `blocknet attach mainnet`
> **Windows users:** The binary is `blocknet.exe`. Use `blocknet.exe setup`, etc. All other commands and documentation apply the same way.
## Build instructions
1. [Install Go](https://go.dev)
2. Clone [this repository](https://github.com/blocknetprivacy/blocknet)
3. In the Blocknet repository's folder, run `go build`, you may need `go mod tidy` first.
Note: The build process doesn't generate any text output, only a `blocknet` or `blocknet.exe` in the same directory.
## Documentation
- [Command Reference](docs/reference-blocknet.md) — all `blocknet` commands (start, stop, install, upgrade, logs, doctor, etc.)
- [Shell Reference](docs/reference-core.md) — all commands inside `blocknet attach`
- [Configuration Reference](docs/reference-config.md) — full config.json schema, defaults, and examples
- [Wallet Management](docs/reference-wallet.md) — loading, passwords, backups, recovery, and security
- [Version Management & Upgrades](docs/reference-upgrade.md) — installing, pinning, upgrading, cleanup, and nightly builds
- [Troubleshooting & FAQ](docs/troubleshooting.md) — common issues and how to fix them