From 6d23e7fa9d88267c2ad4f0e22a66780106c9a634 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Sat, 17 May 2014 19:45:29 -0700 Subject: [PATCH] README re brokenness. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff2aa87..863d30f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Bitcoin node network crawler (written in golang). This is a for-fun project to explore the Bitcoin protocol and network. 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. * ~~It crawls with all kinds of nice parameters but stores everything in memory until dumping a giant JSON blob at the end.~~