Hello;
I am new in bitcoin programming. I have read many tutorials , but not clear about it. Can anyone help me, Please?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Sep 11, 2016, 11:41 AM
The reference implementation, Bitcoin Core, is written primarily in C++, with various resource files and scripts in other languages.
Another implementation, mainly used in lightweight clients like MultiBit and Bitcoin Wallet (Android), isbitcoinj. It is written in Java.