README re brokenness.

This commit is contained in:
Andrey Petrov 2014-05-17 19:45:29 -07:00
parent c8de36ad5e
commit 6d23e7fa9d
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Bitcoin node network crawler (written in golang).
This is a for-fun project to explore the Bitcoin protocol and network. This is a for-fun project to explore the Bitcoin protocol and network.
Current status: Current status:
* **XXX:*** Broken. In the process of a major refactor which has a bug that
keeps thinking it's done prematurely.
* JSON streaming is in place, and graceful shutdown. * JSON streaming is in place, and graceful shutdown.
* ~~It crawls with all kinds of nice parameters but stores everything in memory * ~~It crawls with all kinds of nice parameters but stores everything in memory
until dumping a giant JSON blob at the end.~~ until dumping a giant JSON blob at the end.~~