BTC Crawl Instructions

This commit is contained in:
Andrey Petrov 2014-04-18 21:29:36 -07:00
parent 3a6b6ec8fb
commit 6f2d50c884
1 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,9 @@ 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.
```
$ go get github.com/shazow/btc-crawl
$ btc-crawl
...
```