| Crates.io | twister-seedrs |
| lib.rs | twister-seedrs |
| version | 0.1.0 |
| created_at | 2025-04-24 16:25:05.486675+00 |
| updated_at | 2025-04-24 16:25:05.486675+00 |
| description | DNS Seeder for twister P2P microblogging platform |
| homepage | https://twisterarmy.github.io |
| repository | https://github.com/twisterarmy/twister-seedrs |
| max_upload_size | |
| id | 1647479 |
| size | 112,499 |
DNS Seeder for twister-core written in Rust, based on the original Bitcoin DNSSeedrs source.
This project was created as an alternative to the legacy twister-seeder written in C++.
[!IMPORTANT] In development!
cargo install twister-seedrs
git clone https://github.com/twisterarmy/twister-seedrs.gitgit checkout twister - make sure you are using the twister network implementation (default branch)cargo build --release - see target/* directory to get the compiled binary!sudo twister-seedrs -s 94.140.114.251:28333 -s 209.209.8.80:28333\
seed.example.com ns.example.com john.doe.example.com
[!TIP] Run
twister-seedrs --helpto get all available options!
[!NOTE]
- current implementation (by
dnsseedrs) requires at least few initial peers (--seednodevalues) during the first launch!- the original bitcoin crate is still in use and requires a separate fork for the twister network, at least to redefine the hardcoded network magic bytes (which is temporarily hardcoded in
crawl.rs, line112)