Post
Topic
Board Development & Technical Discussion
Topic OP
NEW: thin SPV client for linux/mac: bitc (code on github)
by
fnsa1
on 28/01/2014, 18:06:24 UTC
Folks,

I announced the creation of bitc recently:
    https://bitcointalk.org/index.php?topic=428765.msg4686381

The code is now on github:
    https://github.com/bit-c/bitc

From 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