Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Autopeering

George edited this page Nov 2, 2020 · 3 revisions

Autopeering over the Internet

Popura automatically connects to public Internet peers run by the Yggdrasil community

Autopeering over a Socks proxy / Tor

To use autopeering over a proxy, set the environment variable ALL_PROXY. For example, ALL_PROXY=socks5://127.0.0.1:9150 ./yggdrasil -autopeer

Peer list for autopeering

By default, it uses a list from assets/peers.txt. That path is configurable with the environment variable PEER_LIST at a build time, like this PEER_LIST=assets/custom_peers.txt ./build.

To collect a peer list from Neil's website, use this command curl -s https://publicpeers.neilalexander.dev/publicnodes.json | jq -rc 'to_entries[] | .value | to_entries[] | .key'

Clone this wiki locally