Binaries
Some pre-compiled binaries available at the Releases page
Build from source
Debian / Ubuntu
Install required dependencies:
sudo apt install build-essential libboost-all-dev libssl-dev
Log in as root and ensure you are in the /root directory, then follow steps:
git clone https://github.com/twisterarmy/twister-seeder.gitcd twister-seedermake
Compiled dnsseed binary will be placed in the current twister-seeder build directory (see also Storage location)
Upgrade from repository
Steps to upgrade your existing twister-seeder from the repository sources:
- stop existing
dnsseedprocess to continue (if active, runpgrep dnsseedto find)sudo systemctl stop dnsseed- if you're usingsystemdservice
cd twister-seeder- navigatetwister-seedersources directory (which contains olddnsseedbinary)git pull- grab latest updatesmake- build new version- start
dnsseedprocesssudo systemctl start dnsseed- if you're usingsystemdservice
Generated at: 2025.05