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.
# one line — Linux / macOS
curl -sSL https://soqu.org/install.sh | bash
# then check it's syncing
soqucoin-cli getblockchaininfo
§ 01 — One-line install
curl -sSL https://soqu.org/install.sh | bash
soqucoind + soqucoin-cli and starts a node.curl -sSL https://soqu.org/build-pi.sh | bash
§ 02 — Docker
docker pull soqucoin/soqucoin
docker run -d -p 44556:44556 soqucoin/soqucoin
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
# 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
§ 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