Loading...
Loading...
v2.9.8 "Deeksha Patch & Code Freeze" · Cosmic Harmony v3 · CPU / GPU / Pool / Solo
Everything you need — from first wallet to running a full node. Native Rust binaries for Windows, Linux & macOS. No dependencies.
From zero to mining in under 5 minutes.
One-line install (Linux / macOS)
Cosmic Harmony v3 rotates RandomX + Yescrypt + Blake3 for ASIC resistance. Connect on port 3333 for auto-algo or pick a dedicated port.
Step-by-step for any hardware — from Raspberry Pi to a GPU rig.
Works on any x86_64 or ARM64 CPU. Best algos: Cosmic Harmony v3, RandomX, Yescrypt (low-memory).
# Download from GitHub Release # → https://github.com/Zion-TerraNova/2.9.5-NativeAwakening/releases/tag/v2.9.6 # Linux/macOS — one-line install: curl -fsSL https://raw.githubusercontent.com/Zion-TerraNova/2.9.5-NativeAwakening/main/install.sh | bash # Or download manually and make executable: chmod +x zion-miner-linux-x86_64 ./zion-miner-linux-x86_64 --version
git clone https://github.com/Zion-TerraNova/Zion-2.9.5.git cd Zion-2.9.5 cargo build --release -p zion-miner ls -la target/release/zion-miner
zion-miner \ --algo cosmic-harmony-v3 \ --pool stratum+tcp://pool.zionterranova.com:3333 \ --wallet YOUR_ZION_ADDRESS \ --threads $(nproc)
./xmrig \ -o stratum+tcp://pool.zionterranova.com:3334 \ -u YOUR_ZION_ADDRESS \ -p x \ -a rx/0 \ --threads=$(nproc)
sudo sysctl -w vm.nr_hugepages=1280Approximate values for Cosmic Harmony v3 / RandomX / Autolykos v2.
Strengthen the network by validating transactions and relaying blocks. 10 minutes from zero to synced — no special hardware required.
# Download from GitHub Release # → https://github.com/Zion-TerraNova/2.9.5-NativeAwakening/releases/tag/v2.9.6 # Or use one-line install: curl -fsSL https://raw.githubusercontent.com/Zion-TerraNova/2.9.5-NativeAwakening/main/install.sh | bash # Manual: chmod +x zion-node-linux-x86_64 ./zion-node-linux-x86_64 --version
git clone https://github.com/Zion-TerraNova/Zion-2.9.5.git cd Zion-2.9.5 cargo build --release -p zion-node # Binary → target/release/zion-node
docker pull ghcr.io/zion-terranova/zion-node:2.9.5 docker run -d \ --name zion-node \ -p 8334:8334 -p 8444:8444 \ -v zion-data:/data \ ghcr.io/zion-terranova/zion-node:2.9.5 \ --config /etc/zion/mainnet.toml
Production network — real ZION — config: config/mainnet.toml
[network] name = "mainnet" p2p_port = 8334 rpc_port = 8444 max_peers = 128 [consensus] algorithm = "cosmic-harmony-v3" block_time = 60 difficulty_adjustment = "per-block" [mining] stratum_port = 3333 reward_address = "YOUR_ZION_ADDRESS" [storage] data_dir = "~/.zion/mainnet" [peers] bootstrap = [ "pool.zionterranova.com:8334" ]
sudo ufw allow 8334/tcp comment "ZION P2P" sudo ufw allow from 127.0.0.1 to any port 8444 proto tcp comment "ZION RPC" sudo ufw status
zion-node --versionCheck installed versionzion-node --config mainnet.tomlStart with config filezion-node --network mainnet --rpc-port 8444Override RPC portzion-node --peers pool.zionterranova.com:8334Manual peer listzion-node --log-level debugVerbose loggingzion-node --data-dir /custom/pathCustom data directorycurl -s http://localhost:8444 \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"getBlockchainInfo"}' | jq .curl -s http://localhost:8444 \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"getPeerCount"}' | jq .Success criteria
Join the community. Every hash strengthens the network.