TODO
This commit is contained in:
parent
6f2d50c884
commit
85df8fcf35
11
README.md
11
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".
|
||||
|
|
Loading…
Reference in New Issue