Skip to content

blocknetprivacy/blocknet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blocknet

Blocknet

A client for running Blocknet cores.

What is this?

This program helps you install, upgrade and manage Blocknet cores.

Quick start

  1. Download Blocknet
  2. Run blocknet setup — the setup wizard walks you through everything
  3. Or do it manually: blocknet install latest then blocknet start
  4. Optional: open the interactive shell 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
  2. Clone this repository
  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