This page summarizes how to connect to the Synorix testnet using -testnet with synorixd and synorix-cli. Parameters follow Bitcoin-style testnet conventions where noted.
Download Testnet Wallet
Windows testnet desktop wallet builds are published on GitHub Releases. Download the latest pre-release package, then follow setup notes before first run.
Latest published pre-release examples include v0.1.7. If SmartScreen appears, use “More info” and verify the publisher before running.
Network parameters
18333127.0.0.1:18332Default RPC port is Bitcoin-compatible testnet-style 18332 (not 18322) when running synorixd -testnet.
tsnrx (addresses tsnrx1…)testnet-seed.synorixcoin.comRun a node (quick start)
Use a dedicated datadir for testnet so it does not mix with mainnet state.
# Daemon (testnet) synorixd -testnet -datadir=/path/to/synorix-testnet-data # CLI (same datadir) synorix-cli -testnet -datadir=/path/to/synorix-testnet-data getblockchaininfo
Security
- Do not expose RPC to the public internet. Keep
rpcbindon127.0.0.1unless you fully understand firewall rules, authentication, and the risks of remote RPC. - Testnet wallets and keys are for testing only; do not reuse testnet practices (weak passwords, open ports) on mainnet setups.
Source code
Build instructions and full node source live in the public Synorix Core repository.
