from Hacker News

bitc: ncurses based SPV bitcoin client, 100% C code

by fnsa on 1/28/14, 7:20 PM with 0 comments

bitc is a thin SPV bitcoin client.

  * 100% C code,
  * support for linux and mac platforms,
  * console based: uses ncurses,
  * home grown async network i/o stack,
  * home grown poll loop,
  * home grown bitcoin engine,
  * supports encrypted wallet,
  * multi-threaded,
  * valgrind clean.

  WARNING: this app is under development and may contain critical bugs.