|
|
|
|
|
by fnsa
4530 days ago
|
|
Interesting, I've also developed a bitcoin client :) However, mine is completely independent of bitcoin-qt and is meant to be lightweight and snappy. It uses SPV. Here's a screenshot: https://i.imgur.com/pRLs1ps Let me know if anyone is interested in taking a look. From my README file: 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,
- multi-threaded,
- valgrind clean.
edit: indentation. |
|