Run a node · Post-quantum L1

Run the network yourself.

A Soqucoin full node validates every block and every ML-DSA-44 signature independently. Install it in one line, pull a container, grab a binary, or build from source.

~/ install & verify
# one line — Linux / macOS curl -sSL https://soqu.org/install.sh | bash # then check it's syncing soqucoin-cli getblockchaininfo
§ 01 — One-line install
Linux / macOS
curl -sSL https://soqu.org/install.sh | bash
Installs soqucoind + soqucoin-cli and starts a node.
Raspberry Pi / ARM64
curl -sSL https://soqu.org/build-pi.sh | bash
Builds an optimized ARM64 node for Pi 4 / Pi 5.
§ 02 — Docker
pull & run
docker pull soqucoin/soqucoin docker run -d -p 44556:44556 soqucoin/soqucoin
Image on Docker Hub: soqucoin/soqucoin. Port 44556 is the P2P network port.
§ 03 — Prebuilt binaries
Linux x86_64
tar.gz · glibc 2.31+
Raspberry Pi / ARM64
tar.gz · Pi 4 / Pi 5
macOS
arm64 & x86_64
Windows
x86_64 · .exe
Docker
soqucoin/soqucoin
§ 04 — Build from source
Ubuntu / Debian
# 1 · dependencies sudo apt update && sudo apt install -y build-essential libtool autotools-dev \ automake pkg-config libssl-dev libevent-dev libboost-all-dev # 2 · clone & build (headless node) git clone https://github.com/soqucoin/soqucoin.git && cd soqucoin ./autogen.sh && ./configure --without-gui && make -j4
Based on Dogecoin Core, with its own genesis block and own network. Build adds the ML-DSA-44 (Dilithium) signature path.
§ 05 — Requirements
OS
Linux (Ubuntu 22.04+), macOS (arm64 / x86_64), Windows
Disk
~2 GB (stagenet) · grows with chain height
RAM
2 GB minimum
Version
v1.3.0 · latest stable
Wallet
Disabled on public nodes · client-side signing via the SDK