Folks,
I announced the creation of
bitc recently:
https://bitcointalk.org/index.php?topic=428765.msg4686381The code is now on github:
https://github.com/bit-c/bitcFrom the README.md:
bitc is a thin
SPV bitcoin client.
- 100% lean 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 wallets,
- multi-threaded,
- valgrind/AddressSanitizer clean.
Please let me know if you have any questions. Cheers.
-M