Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
George edited this page Nov 1, 2020 · 24 revisions

Welcome to the Popura wiki!

Telegram Channel

Roadmap

  • Customized config system
  • Peer auto config
  • Meshname integration
  • DHT crawling method in Admin API
  • Prefix RA
  • CI, nightly builds
  • GUI APP
  • DNS auto config

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'

On Yggdrasil version upgrades

Watch diffs at cmd/yggdrasil/main.go and other files, except for src directory

Clone this wiki locally