Author

Topic: Bit Coin Programming (Read 317 times)

member
Activity: 95
Merit: 45
June 17, 2016, 03:26:36 AM
#4
Hey!
I am new by Bitcoin and I am interesting in programming.
Know someone some information about that? What language used for Bitcoin? blockchain?
Can you send me some links about that?
Thank you!=)


A good book to read is, Mastering Bitcoin: Unlocking Digital Cryptocurrencies - Andreas M. Antonopoulos

Or if you are more interested in working with the Daemon for integrating into ecommerce or other services then it's JSON with whatever your language of choice is.

https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29
full member
Activity: 165
Merit: 100
June 17, 2016, 02:43:26 AM
#3
The base system is written in C++ (Bitcoin Core client etc.). Transactions use scripts (https://en.bitcoin.it/wiki/Script). The hashing algorithm is SHA-256 (https://en.bitcoin.it/wiki/SHA-256).

hero member
Activity: 675
Merit: 504
June 17, 2016, 02:40:13 AM
#2
Hey!
I am new by Bitcoin and I am interesting in programming.
Know someone some information about that? What language used for Bitcoin? blockchain?
Can you send me some links about that?
Thank you!=)


Is this the link you're looking for?
https://github.com/bitcoin/bitcoin

If you're interested in programming, you can start by compiling everything from source, maybe dive into the code a little bit and see how stuff works.
Good luck!
sr. member
Activity: 389
Merit: 251
June 17, 2016, 02:38:47 AM
#1
Hey!
I am new by Bitcoin and I am interesting in programming.
Know someone some information about that? What language used for Bitcoin? blockchain?
Can you send me some links about that?
Thank you!=)
Jump to: