From 85df8fcf35d6952d407ccdacedd689ec21cdb6ce Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Fri, 18 Apr 2014 21:30:19 -0700 Subject: [PATCH] TODO --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfb3a78..93012e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -btc-crawl -========= +# btc-crawl Bitcoin node network crawler (written in golang). @@ -8,8 +7,16 @@ This is a for-fun project to explore the Bitcoin protocol and network. Current status: It crawls from hard-coded values and spits a bunch of stuff to stdout. + +## Usage + ``` $ go get github.com/shazow/btc-crawl $ btc-crawl ... ``` + + +## Todo + +Lots of things. Grep for "TODO".