btc-crawl/README.md

23 lines
340 B
Markdown
Raw Normal View History

2014-04-18 23:30:19 -05:00
# btc-crawl
2014-04-18 23:07:31 -05:00
Bitcoin node network crawler (written in golang).
2014-04-18 23:26:47 -05:00
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.
2014-04-18 23:29:36 -05:00
2014-04-18 23:30:19 -05:00
## Usage
2014-04-18 23:29:36 -05:00
```
$ go get github.com/shazow/btc-crawl
$ btc-crawl
...
```
2014-04-18 23:30:19 -05:00
## Todo
Lots of things. Grep for "TODO".