Install & Run a Node¶
Platform Downloads¶
| Platform | Architecture | Link |
|---|---|---|
| Linux | x86_64 | Download |
| macOS | ARM64 (Apple Silicon) | Download |
| Raspberry Pi | ARM64 | Download |
| Windows | x64 | Download |
Quick Start¶
# Start the daemon
./soqucoind -daemon
# Check sync status
./soqucoin-cli getblockchaininfo
# Get a new address
./soqucoin-cli getnewaddress
Configuration¶
Create ~/.soqucoin/soqucoin.conf:
# Basic node configuration
server=1
daemon=1
txindex=1
# RPC access
rpcuser=your_rpc_user
rpcpassword=your_rpc_password
rpcallowip=127.0.0.1
# Network
port=22556
rpcport=22555
Detailed installation and configuration guides coming soon.