This commit is contained in:
Andrey Petrov 2014-04-18 21:30:19 -07:00
parent 6f2d50c884
commit 85df8fcf35
1 changed files with 9 additions and 2 deletions

View File

@ -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".