Post
Topic
Board Development & Technical Discussion
Merits 2 from 2 users
Topic OP
Anyone has a minimalistic, C++ Implementation of the original bitcoin protocol?
by
bitcurve
on 27/11/2024, 05:40:19 UTC
⭐ Merited by ABCbits (1) ,vapourminer (1)
I was wondering if anyone has a minimalistic, C++ (can also be C, or any other lang, as long as it's minimalistic but complete) Implementation of the original bitcoin protocol, and by "the original bitcoin protocol" I mean just the most basic features, legacy addresses and maybe basic multisig functionality only, only what is necessary to form a working bitcoin chain.

I searched for it for sometime in github with no luck. any implementation i find is either something like btcd, with more advanced non-minimalistic features or a miniature blockchain.