BNBT is a complete port of the original Python BitTorrent tracker to C++ for speed and efficiency. BNBT also offers many additional features beyond the original Python BitTorrent tracker, plus it's easy to use and customizable.
BNBT is a complete port of the original Python BitTorrent tracker to C++ for speed and efficiency. BNBT also offers many additional features beyond the original Python BitTorrent tracker, plus it's easy to use and customizable.
To install bnbt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bnbt
To see what files were installed by bnbt, run:
port contents bnbt
To later upgrade bnbt, run:
sudo port selfupdate && sudo port upgrade bnbt
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.