Has anyone ported the Bitcoin software to plain C or Objective C?

8

3

I'm not a big proponent of either C++ or Boost. Has there been any attempt to rewrite Bitcoin in plain ANSI C, or maybe Objective C? Thanks.

Mithras

Posted 2012-09-26T23:09:09.353

Reputation: 149

Answers

9

There is a pure C99 bitcoin implementation called cbitcoin by MatthewLM, forum threads:

but it is currently in alpha stage. One of its features is weak library dependency, e.g. it possible to implement cryptography using something other than OpenSSL. As far as I know there is no Objective C Bitcoin implementation.

Serith

Posted 2012-09-26T23:09:09.353

Reputation: 5 220

0

Objective-C library is CoreBitcoin: http://github.com/oleganza/CoreBitcoin

oleganza

Posted 2012-09-26T23:09:09.353

Reputation: 109

Please give additional information about the stage the library is in.Murch 2013-09-03T23:00:52.827

0

picocoin / libccoin available at https://github.com/jgarzik/picocoin

Janus Troelsen

Posted 2012-09-26T23:09:09.353

Reputation: 435