Node & CLI wallet (Linux x86_64)
hvn-node-linux-x64-v0.1.0.tar.gz
Contains hvn-node and CLI wallet tools.
CPU Miner – One-click (Linux x86_64)
hvn-oneclick-miner-linux-x64-v0.1.0.tar.gz
Unpack → run ./mine-haven.sh → paste your hvn1... address → mining starts.
Node + Wallet (Windows x86_64)
hvn-node-windows-x64-v0.1.0.zip
Extract → run hvn-node.exe --help.
Create a wallet
- Download the **Node/CLI** for your OS.
- Run on a trusted machine:
./hvn-node info --new-wallet
(coming soon – CLI wallet commands are being added)
-
Wallet CLI (Linux x86_64)
hvn-wallet-linux-x64-v0.1.0.tar.gz
Non-custodial CLI wallet. Unpack, run ./hvn-wallet,
and follow the prompts to create your hvn1... address.
Run a full node
./hvn-node \
--data-dir ./data \
--rpc-bind 0.0.0.0:5001 \
--p2p-bind 0.0.0.0:4000 \
--peer seed.hvngim.org:4000 \
--coinbase-address hvn1YOURADDRESS
⚠️ Never run without --coinbase-address or rewards go to the default dev address.
Start mining
- Sync your node against the seed:
./hvn-node --peer seed.hvngim.org:4000 --coinbase-address hvn1YOU
- CPU mining begins automatically (1 CPU = 1 vote).
- Rewards go to
hvn1YOURADDRESS.
One-click miner (recommended)
tar -xf hvn-oneclick-miner-linux-x64-v0.1.0.tar.gz
cd hvn-oneclick-miner-linux-x64-v0.1.0/
./mine-haven.sh
Works on any laptop/desktop CPU. No premine, no special addresses, no dev tax.