Settings

Theme

Show HN: I made an ncurses SPV bitcoin client: bitc

1 points by fnsa 12 years ago · 1 comment · 1 min read


https://github.com/bit-c/bitc

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,
  * supports Tor/Socks5 proxy,
  * multi-threaded,
  * valgrind clean.
You'll need basic dev skills to install it: check-out the code, install dependencies then build. It's all in the README file. I'm interested in all kinds of feedback you may have: feature requests, bugs, etc. Thanks!
fnsaOP 12 years ago

It looks like this: http://i.imgur.com/IJJU14s.png

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection