A client for running Blocknet cores.
This program helps you install, upgrade and manage Blocknet cores.
- Download Blocknet
- Run
blocknet setup— the setup wizard walks you through everything - Or do it manually:
blocknet install latestthenblocknet start - Optional: open the interactive shell with
blocknet attach mainnet
Windows users: The binary is
blocknet.exe. Useblocknet.exe setup, etc. All other commands and documentation apply the same way.
- Install Go
- Clone this repository
- In the Blocknet repository's folder, run
go build, you may needgo mod tidyfirst.
Note: The build process doesn't generate any text output, only a blocknet or blocknet.exe in the same directory.
- Command Reference — all
blocknetcommands (start, stop, install, upgrade, logs, doctor, etc.) - Shell Reference — all commands inside
blocknet attach - Configuration Reference — full config.json schema, defaults, and examples
- Wallet Management — loading, passwords, backups, recovery, and security
- Version Management & Upgrades — installing, pinning, upgrading, cleanup, and nightly builds
- Troubleshooting & FAQ — common issues and how to fix them
