Download Soqucoin Node
Run your own post-quantum full node. Validate transactions, support the network, and be part of the quantum-resistant future.
Run with Docker (All Platforms)
One command. Works on Linux, macOS, Windows, and Raspberry Pi.
docker run -d -p 44556:44556 soqucoin/soqucoin
📦 Don't have Docker? Click here for install instructions
sudo apt install docker.io && sudo usermod -aG docker $USER
curl -fsSL https://get.docker.com | sh && sudo usermod -aG docker $USER
brew install --cask docker
Or download Docker Desktop
One-Line Install (Linux & macOS)
Alternative method using shell script. Automatically detects your platform.
curl -sSL https://soqu.org/install.sh | bash
Supports: Linux x64, macOS Intel, macOS Apple Silicon
Download Binaries
Pre-built binaries for all major platforms
macOS
Quick Start Guide
Install
Use the one-line installer or download binaries above.
curl -sSL https://soqu.org/install.sh | bash
Configure
Edit the configuration file (created automatically).
nano ~/.soqucoin/soqucoin.conf
Start Node
Launch the Soqucoin daemon.
soqucoind
Verify
Check that your node is syncing.
soqucoin-cli getblockchaininfo
Build from Source
For Raspberry Pi, Windows, and other platforms not listed above.
🥧 Raspberry Pi 4/5
Native ARM64 build (~8 minutes on Pi5 8GB)
curl -sSL https://soqu.org/build-pi.sh | bash
📋 Or manual steps...
🪟 Windows 10/11 (WSL2)
Build via Windows Subsystem for Linux (~10 min)
irm https://soqu.org/build-wsl.ps1 | iex
📋 Or manual steps...
export PATH="$HOME/soqucoin/src:$PATH"
Why Run a Node?
Running a full node makes you a first-class participant, verify your own transactions without trusting third parties, query the blockchain privately without leaking addresses to public explorers, and strengthen the network for everyone.
System Requirements
Verify Your Download
Always verify the SHA256 checksum of downloaded binaries:
sha256sum soqucoin-*.tar.gz
# Compare with checksums at: https://github.com/soqucoin/soqucoin/releases