Go to file
Andrey Petrov e5b6978290 Flags for ALL the things. 2014-04-23 16:03:34 -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 Flags for ALL the things. 2014-04-23 16:03:34 -07:00
client.go Flags for ALL the things. 2014-04-23 16:03:34 -07:00
crawler.go Default DNS seeding (broken for now, use --seed override). 2014-04-22 18:53:40 -07:00
ext_btcd.go Importing code. 2014-04-18 21:26:47 -07:00
peer.go Refactor into separate modules. 2014-04-22 16:28:10 -07:00
seed.go Default DNS seeding (broken for now, use --seed override). 2014-04-22 18:53:40 -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".