SAILNET

Privacy that pays its own way.

Sailnet is a relay network paid in XNO. Relays carry onion-routed circuits over ordinary-looking HTTPS and are paid per megabyte, directly, on the Nano ledger. No token, no accounts, no company in the middle.

Use it

Run a relay

Any VPS or home PC. Earnings are swept every hour to a wallet you control.

docker run -d --name sailnet --restart unless-stopped -p 443:443 -v sailnet:/data \
  ghcr.io/dhyabi2/sailnet relay --register --payout nano_your_wallet_address

Behind NAT, no port forwarding: sailnode earn --home --payout nano_…

How it works

Circuits

Multi-hop circuits through relays run by strangers, one ChaCha20-Poly1305 layer per hop, fixed-size cells, replay windows. The entry sees you, the exit sees the site, nobody sees both.

Payment

An XNO send to the entry relay is the circuit tag. Signed offline, published by the relay. Nobody extends credit, so there is nothing to ban.

Registry on the ledger

Relays register in Nano state blocks. Public, verifiable, no server to seize. Signed gossip fills in when the ledger is out of reach.

Looks like HTTPS

A Chrome ClientHello, a WebSocket upgrade, a decoy website for anyone else. Traffic shaping tuned against a TLS-in-TLS classifier on the live network.

Bridges

Unlisted entries with secrets, handed out a few per invite, retired when burned.

Rewards

Relays share 10 % of daily earnings with each other, 60 % by seniority and 40 % by bytes served. Cheaper relays get more traffic by construction.