Skip to content

DHT CLI

Jared Rice Sr edited this page Jul 1, 2018 · 1 revision

@dwdht/cli

DHT Command CLI for storing key/value data in the BitTorrent mainline DHT. Relies on BEP 44 functionality to store arbitrary 1KB immutable or mutable metadata in the DHT itself.

Usage

$ dhtcli put "greetings martian"
23bd9c8eefcd7f7bab73c148d4f025f5ed4ae669

$ dhtcli get 23bd9c8eefcd7f7bab73c148d4f025f5ed4ae669
greetings martian
Clone this wiki locally