5 ms·
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 SP
by fnsa 13y 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 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.
- pjbrunet 13y agoIf you have some kind of email list, please add me "pj at pjbrunet.com"