Bitcoin Forum
June 28, 2024, 08:26:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bit Coin Programming  (Read 315 times)
Azkabal (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 251



View Profile
June 17, 2016, 07: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!=)
merelcoin
Hero Member
*****
Offline Offline

Activity: 675
Merit: 504


View Profile
June 17, 2016, 07: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!
PantminerS7
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
June 17, 2016, 07: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).

MHopkins
Member
**
Offline Offline

Activity: 95
Merit: 45


View Profile
June 17, 2016, 08: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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!