hypertracker-cli
v1.0.0
Published
CLI to run a hypertracker service
Downloads
43
Readme
Hypertracker CLI
CLI to run a hypertracker peer-discovery service backed by HyperDHT, with optional Prometheus instrumentation via a hyperdht-prometheus scraper.
Supports both Node.js and Bare.
Installation
npm i -g hypertracker-cliUsage
hypertracker run --help
hypertracker-bare run --helpFlags
--storage, -s <path>— Storage path, defaults to./hypertracker-storage--scraper-public-key <key>— Public key of a hyperdht-prometheus scraper. Can be hex or z32.--scraper-secret <secret>— Secret of the hyperdht-prometheus scraper. Can be hex or z32.--scraper-alias <alias>— (optional) Alias with which to register to the scraper.--bootstrap <nodes>— (optional) Bootstrap nodes for the DHT, as a JSON array.
License
Apache-2.0
