Vesper Network is a live Monero-derived testnet focused on fast blocks, privacy-preserving UTXO design, and practical wallet tooling.
What’s already built:
- Monero-style privacy stack (RingCT, stealth addresses, RandomX PoW)
- Working multi-node P2P sync + block propagation
- 15-second block target
- Emission model:
- Initial reward: 10 VSPR
- Halving interval: ~1 year (2,102,400 blocks @ 15s)
- Tail emission: 0.075 VSPR/block
- Rebranded binaries:
- vesperd
- vesper-wallet-cli
- vesper-wallet-rpc
- vesper-blockchain-*
Wallet permission layer (AppKeys) is included:
- Integrated into vesper-wallet-rpc / wallet flow (no seed key exposure to apps)
- Per-app spend controls: per-tx, daily, total allocation
- Session binding + nonce replay protection + rate limiting
- Destination whitelist/blacklist checks
- If enforced, direct spend RPC without valid AppKeys metadata is blocked
(ERROR: DIRECT_WALLET_ACCESS_BLOCKED_BY_APPKEYS)
Public testnet node:
- 65.38.120.19:38180
Connect your node:
./vesperd --testnet --add-priority-node 65.38.120.19:38180
Discord:
https://discord.gg/rD2ZB5b8GitHub Release:
https://github.com/TheNissy/Vesper-Network/releases/tag/wallet