Status: active
A live testnet exercises mining, transactions, propagation and the full validation path.
Testnet
VigiChain runs today as a public testnet that anyone can join from their own machine. Be plain about its shape: the chain is currently produced by a single anchor node, and the network publishes that figure itself — it improves the moment a second producer joins. Figures shown across this site are clearly marked when they are sample values and carry no real-world value.

01
A live testnet exercises mining, transactions, propagation and the full validation path.
Founding node operators
The testnet software is live and the network is opening now. There is no company server behind it — it grows only as independent operators come online, each mining and validating for themselves. Run a node and you don’t use the network, you found.
Public testnet — VIGI here carries no real value. Mainnet stays locked until an external security audit and sustained burn-in. Founding operators are how the network earns that GO.
Run a node
A web page cannot install software on your machine — none can, and any page that claims otherwise is lying to you. What it can do is hand you the exact command, already verified, so joining is a copy, a paste and one confirmation.
curl -fsSL https://vigichain.org/join.sh | bashirm https://vigichain.org/join.ps1 | iexOn Windows the supported path is WSL (wsl --install -d Ubuntu), and the script uses it when it finds it. The native Windows build works — the network anchor runs on Windows — but every instruction another operator will ever give you assumes Linux, and on Windows those differences are yours to absorb.
Undoing it. Delete ~/.vigichain and it is gone: binary, chain data and identity. Nothing else on your machine was touched.
An ordinary laptop mines this testnet today. Difficulty is not a fixed schedule here: the network retargets every 60 blocks to hold a 30-second block, so it follows whatever hashrate is actually online. With a handful of nodes, a normal machine finds blocks. As more join, the target tightens for everyone — that is the mechanism working, not a door closing. Testnet VIGI is worth nothing, deliberately: what you are producing is evidence that the software survives real machines.
Proof of work here is double SHA-256 over the block header, so CPU farms and GPU farms both apply and your share of the same 30-second slots simply grows with your hashrate. VIGI_MINING_THREADS pins the thread count instead of the default; VIGI_MINER_ADDRESS pays rewards to an address you control rather than the node identity. The testnet is where you measure your setup, your power draw and your uptime before any of it counts.
On mainnet the first 1,000,000 VIGI are mined at the bootstrap target — deliberately easy, so ordinary hardware takes part in the start on the same terms as anyone else. Then difficulty does not jump: between 1,000,000 and 1,100,000 VIGI it doubles in sixteen steps, each small enough for real hashrate to follow, and after that the programmed difficulty applies and tightens in stages to a final phase that is hard on purpose. These are supply thresholds, not dates and not block numbers. Mainnet stays locked in the software until independent validation supports opening it.
Network status · live probe
vigichain.org/rpcQuerying the public RPC gateway…
This panel reads the network directly every 20s. Values are testnet only and carry no real worth. When the gateway shows a height, a node is genuinely serving it — when it doesn't, the panel says so rather than pretending.
Finality · live reading
vigi_getValidatorSetreading the network…
The set stopped being empty at height 4000, and the advisory round protocol now signs real quorum certificates with a post-quantum key over live blocks. It is still advisory: one bonded validator is not a committee, so chain selection remains pure proof of work and the consensus finalised height stays at genesis. Both figures above are read from the chain, not asserted here.
Execution layer · live probe
vigichain.org/rpcQuerying the execution layer…
Reserve invariant
L2 supply = VIGI locked on L1
The execution layer is a post-quantum rollup: L2 balances are native VIGI, backed 1:1 by VIGI locked on the L1 — the reserve is verifiable on-chain, not a claim. Withdrawals are trustless (optimistic challenge window or instant REEXECvalidity), and a fraudulent batch is provably reverted. This panel reads it every 20s and says offline when no node answers rather than pretending.
No setup. Open the VigiSwap dApp (or VigiWallet), connect, claim test VIGI from the faucet and transact — every transfer is signed with a post-quantum key for you.
Open the VigiSwap dAppVigi Chain Testnet0x56494754 · 1447642964VIGI18https://vigichain.org/rpchttp://127.0.0.1:28721https://vigichain.org/explorer28719tor://2k2us2joevlvnja7i74dbfre3krmwmi3cbft5pvz4t3rtguzoha7xzyd.onion:28719,seed-04.vigichain.org:28719127.0.0.1:9050VIGI_MINER_ADDRESS=<your VigiWallet address>For reading balances and binding your identity. Adding the chain lets MetaMask read the testnet; moving value still happens through the post-quantum path below. Decimals is 18 because that is the unit the eth_* view answers in, and the only value MetaMask accepts for a native currency; the chain itself counts in vix, with 8, and the gateway converts.
The testnet lives as long as peers are online. Run the node from your shell to join it, expose your own local RPC and help keep the network alive.
cargo run --release -- start
Get test VIGI
Request testnet coins from the faucet — they carry no real value.
curl -s -X POST https://vigichain.org/rpc -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"vigi_requestFaucet","params":["<your address>"]}'1 VIGI per request, once an hour per address and per IP.
Security note: VigiChain deliberately rejects raw secp256k1 (MetaMask) and ECDSA (BTC) value transactions — consensus requires a post-quantum signature. EVM/BTC wallets are for reading and identity; value moves through VigiWallet, the VigiSwap dApp or the native path. Testnet only. Mainnet stays locked until validation is complete.
A live testnet exercises mining, transactions, propagation and the full validation path.
The explorer and VigiScan read the public gateway at vigichain.org/rpc. When no node answers, the page says so and falls back to clearly marked sample values instead of inventing numbers.
A JSON-RPC endpoint at vigichain.org/rpc that any wallet, indexer or script can read without running a node. Height, block time, hashrate, mempool and validators all come from it.
Mainnet unlocks only after validation, security testing and vulnerability closure.
Sovereign post-quantum network for verified value.
Post-quantum cryptographic security software: a sovereign network that strengthens custody, settlement and identity. Testnet active; mainnet opens when independent validation supports it. Ten layers, each with its own page and its real state on it: three running, two half-built, five written but not yet on the network.