Nym Exit Gateways

As a part of our mission LunarDAO aims to:

Develop infrastructure for economy and politics beyond the state, that is uncensorable, sovereign and anonymous. Expand the dark forest.

To walk the talk, we lead by an example. Our first milestone to establish such infrastructure in an anonymous and distributed fashion is to run Nym Exit Gateways.

LunarDAO Gateways

LunarDAO currently operates 15 Nym-nodes as Exit Gateways.

GatewayAdminUptime; Location; IP; ID & Sphinx keys; NR, IPR & SOCKS5 addresses
gateway1.lunardao.netStewardsharbourmaster.nymtech.net/gateway/B94EfVLMAk1ZWcwdi1G8WeuWGYSmXZrU46o12qDBBVvk
gateway2.lunardao.netStewardsharbourmaster.nymtech.net/gateway/GQHPaMs1k6GyhMug1Q3cfTFhRsnHZxdt7pkgyUWJBwtF
gateway3.lunardao.netStewardsharbourmaster.nymtech.net/gateway/HBAYMF9VgLv4oRdTWgpeG4F3KNcYpj5VJ7YeEu7aKwYx
gateway4.lunardao.netStewardsharbourmaster.nymtech.net/gateway/CcYinhLeFU8n6xs78FG6Rz3wvosGTCU2hLB1CZyfkMVe
gateway5.lunardao.netStewardsharbourmaster.nymtech.net/gateway/4cdgnckjRBAaaP4ds68YEJPRc78paC4YWMGBDUS8G57C
gateway6.lunardao.netStewardsharbourmaster.nymtech.net/gateway/6vtDnxeBpaTsy3Xd7BE2ZAEKiaQZFsXEZPf9ZKrQtxgS
gateway7.lunardao.netStewardsharbourmaster.nymtech.net/gateway/8FpVXU3PVbMUJkRpRMLtrRWmcBvCrPLWVQggNRKrVkkn
gateway8.lunardao.netStewardsharbourmaster.nymtech.net/gateway/GQvHcg61viyN9brWn1hficjD66Q9TorsLN2CMGJewVfo
gateway9.lunardao.netStewardsharbourmaster.nymtech.net/gateway/CzV93WXG7uGH9a3Jxq35hw8nRWDmJqkwpi4MFqctaTYv
gateway10.lunardao.netStewardsharbourmaster.nymtech.net/gateway/4S4FPLrQ3ZncmGtFXrpgWLtYRn4hcDmb7CTLwk6dkJ7A
gateway11.lunardao.netStewardsharbourmaster.nymtech.net/gateway/5SsMQbwXxQCtGkWV6j5BvfGVmnxBg85ppT912eFjSRhv
gateway12.lunardao.netStewardsharbourmaster.nymtech.net/gateway/7Z6BJang9EW3KraJh6M8tNZXeSRR2D4y8UT2jfVjj3dw
gateway13.lunardao.netStewardsharbourmaster.nymtech.net/gateway/FLg2Bu8q7CAmBHUNrmn9XmRAo3QsdxLeUmnSCUAVeyko
gateway14.lunardao.netStewardsharbourmaster.nymtech.net/gateway/ELjxhHLX1ZxfnJgQhtBTUiVUzLbfZs9Y6bSTpLLkAkR7
gateway15.lunardao.netStewardsharbourmaster.nymtech.net/gateway/Ca4bbfxVGtuGuiYvH7V5jSnj9Jp4VJa4Sznu2doZD5np

Connect to LunarDAO Gateways

Users and devs can channel their Mixnet connections through LunarDAO gateways either via NymVPN or SOCKS5 client.

NymVPN

NymVPN is a client routing all users traffic thorugh Nym mixnet. The CLI version (setup guide here enables users to choose any Gateway providing options --entry-gateway-id [ENTRY_GATEWAY_ID] and --exit-gateway-id [EXIT_GATEWAY_ID]. To get LunarDAO ID keys needed for this setup, choose gateways from the table above and supply the key to your command.

Nym SOCKS5 Client

LunarDAO Nym Gateways have Network Requester (NR) and Internet Packet Router (IPR) embedded and they run according to the new Nym exit policy - a combination of Tornull and Tor reduced policy - a default filter allowing users to connect to any but blacklisted IPs and ports.

To use LunarDAO Nym Exit Gateways, run your own nym-socks5-client and route it through one of our embedded NR's. Here is how:

  1. Get nym-socks5-client from Nym release page.
  2. Make executable: chmod u+x nym-socks5-client
  3. Initialise and configure with one of our NR addresses listed in the table above.
./nym-sockc5-client init --id [ANY_NAME] --provider [USE_ONE_FROM_THE_LIST_ABOVE]
  1. Run ./nym-socks5-client run --id [YOUR_ID]

Now the client should be connected to 127.0.0.1 and port 1080, drop these values to any SOCKS5 supporting app to run through the mixnet, like in this example or check out this list of supported applications.