From 10a5421bc31ef94872702138e401a1e0461057f5 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Mon, 19 May 2014 15:30:18 -0700 Subject: [PATCH] Readme. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a467eb..92c7f00 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,12 @@ stdout.~~ $ go get github.com/shazow/btc-crawl $ btc-crawl --help ... -$ btc-crawl --concurrency 100 --output btc-crawl.json --verbose +$ btc-crawl \ + --concurrency=100 \ + --output="btc-crawl.json" \ + --peer-age="24h" \ + --user-agent="/batman:1.0/" \ + --verbose ... ``` @@ -34,8 +39,9 @@ known nodes, but usually only several have timestamps within the last hour. (In approximate order of priority) * Namespace useful sub-packages properly (outside of `main`) -* Fix race condition warnings. (Not sure if this is feasible. `golog` and other +* Fix `go build -race` race condition warnings. (Not sure if this is feasible. `golog` and other fundamental pieces seem to trigger warnings possibly erroneously.) +* Tests would be nice. ## License