Go to file
Andrey Petrov 85df8fcf35 TODO 2014-04-18 21:30:19 -07:00
.gitignore Importing code. 2014-04-18 21:26:47 -07:00
LICENSE Initial commit 2014-04-18 21:07:31 -07:00
README.md TODO 2014-04-18 21:30:19 -07:00
btc-crawl.go Importing code. 2014-04-18 21:26:47 -07:00
ext_btcd.go Importing code. 2014-04-18 21:26:47 -07:00

README.md

btc-crawl

Bitcoin node network crawler (written in golang).

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