From b33d356950ee5c6776ffe6e8655e66d080941d1d Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 7 Sep 2020 16:27:18 -0400 Subject: [PATCH] README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e2b5f3a --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +This will do things that you need if you run a dns seed. You need a local Bitcoin full node, a Tor +node, and a BGP speaker that can give you an ADD_PATH session that gives you a diverse route view. + +Outputs a partial zone file that you should shove into your DNS infrastructure as appropriate. + +USAGE: dnsseed-rust datastore (ie storage folder) localPeerAddress:8333 tor_proxy_addr:9050 bgp_peer:179 -- 2.30.2