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

https://github.com/blocknetprivacy/blocknet

private blockchain
https://github.com/blocknetprivacy/blocknet

Last synced: 2 months ago
JSON representation

private blockchain

Awesome Lists containing this project

README

          


Blocknet

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