Clone
3
Autopeering
George edited this page 2021-11-04 05:58:15 +00:00

Autopeering over the Internet

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

Usage

Run yggdrasil with -autopeer flag

Peer list for autopeering

By default, it uses a list from src/autopeering/peers.txt.

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'