Nockchain
Nockchain is the fair PoW chain with modern programmability & high-throughput, powered by Zero-Knowledge Proof of Work.
Nockchain Mainnet (Dumbnet) Installation & Run Guide
1. Install dependencies
sudo apt update && sudo apt upgrade -y
sudo apt install -y build-essential clang llvm-dev libclang-dev make pkg-config gitcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env2. Clone the code & prepare the environment
git clone https://github.com/zorp-corp/nockchain.git
cd nockchain
cp .env_example .env3. Build components
make install-hoonc
make install-nockchain-wallet
make install-nockchain4. Create a wallet for mining
5. Backup/restore keys (recommended)
6. Run mainnet node
7. Verify itβs working
8. Notes for mainnet
Last updated
