This tool may be used to check whether bootstrap nodes can be used to bootstrap.
To get parsed list of nodes from Tox wiki, you may want to use tox-wiki-nodes-parser.
Installation
Running it is fairly simple.
Download binary for Linux x86_64 and run it.
Requires no other Tox instances running on the network and toxcore installed.
To compile yourself:
- Install Rust
- Make with
cargo build
- Run with
./target/debug/./tox-check-online-bootstraps
Usage
Parser takes content of file nodes_list
from working directory and prints to stdout list of working nodes.
Provide file nodes_list
in working directory, with content from from tox-wiki-nodes-parser, or in format
<IP> <PORT> <PUBLIC_KEY>
and run checker.
License
Licensed under GPLv3+, for details see COPYING.