Pages:
Author

Topic: Bitcoin Coding tutorials (Read 3254 times)

newbie
Activity: 2
Merit: 0
December 24, 2018, 01:13:14 AM
#22
Get it from here.
legendary
Activity: 1512
Merit: 1054
SpacePirate.io
March 09, 2017, 12:35:37 PM
#21
Any code to create bitcoin address in c++  without bitcoin core ?

Check here:
http://stackoverflow.com/questions/17672696/generating-bitcoin-address-from-ecdsa-public-key

The post is worth it just for the flow chart diagram.
hero member
Activity: 865
Merit: 1006
March 09, 2017, 01:25:03 AM
#20
Any code to create bitcoin address in c++  without bitcoin core ?
jr. member
Activity: 41
Merit: 10
March 08, 2017, 08:52:58 PM
#19
I can only advise you to learn C family language, because cryptocoins are built on this language, except some of them, and when you feel comftable enough you will see that bitcoin code is easyer to read and understand then when you had a look first time.
Now if you want to know if there is a better way to learn bitcoin coding, then, no. It is the only way to learn how to modify and work with bitcoin code, if you find someone talking about bitcoin code he will just use the c family languages to show some tips and tricks because as long as you know what you are reading, it is crystal clear.

Some links :

https://www.codecademy.com
https://www.codeschool.com
http://learntocodewith.me/posts/code-for-free  This one is a lost of 45 websites who teaches coding

I am since 2011 in the world cryptocurrency Smiley
hero member
Activity: 882
Merit: 533
March 07, 2017, 11:34:21 AM
#18
I can only advise you to learn C family language, because cryptocoins are built on this language, except some of them, and when you feel comftable enough you will see that bitcoin code is easyer to read and understand then when you had a look first time.
Now if you want to know if there is a better way to learn bitcoin coding, then, no. It is the only way to learn how to modify and work with bitcoin code, if you find someone talking about bitcoin code he will just use the c family languages to show some tips and tricks because as long as you know what you are reading, it is crystal clear.

Some links :

https://www.codecademy.com
https://www.codeschool.com
http://learntocodewith.me/posts/code-for-free  This one is a lost of 45 websites who teaches coding
jr. member
Activity: 41
Merit: 10
March 07, 2017, 10:04:21 AM
#17
newbie
Activity: 11
Merit: 0
March 06, 2017, 11:45:59 PM
#16
If you're into C# check out https://www.kycosoftware.com/code/nbitcoin-create-sign-a-bitcoin-transaction.

It uses MetacoSA's NBitcoin and QBitNinja library but goes through how you can build up, sign and submit a Bitcoin transaction.
sr. member
Activity: 434
Merit: 253
March 03, 2017, 10:13:30 AM
#15
nowdays, you do not need to fully understand how bitcoin works, lots of services provide excellent APIs to make your work and code easy.

See https://www.bitgo.com/api/  And https://www.blockcypher.com/dev/bitcoin/

You can do mostly everything with these 2 APIs
newbie
Activity: 37
Merit: 0
March 01, 2017, 08:04:54 AM
#14
A big thanks to everybody who posted links here, they're gonna come in handy.
newbie
Activity: 35
Merit: 0
February 28, 2017, 12:02:11 PM
#13
I saw Andreas Antonopoulos's book Mastering Bitcoin talked about. Just started reading it, so far it seems good.
sr. member
Activity: 1386
Merit: 255
February 27, 2017, 09:52:20 PM
#12
Hi OP, what do you mean by coding in Bitcoin? Do you want to create a clone of Bitcoin or start a new altcoin? Or do you want to code apps or websites to accept bitcoin?

What ever your reason is, github.com is full of open source codes available for you to download and for your self study.
jr. member
Activity: 102
Merit: 5
GameBit - The Network
February 27, 2017, 01:18:31 PM
#11
I just looked it up on youtube, i think this could helpful for you:

https://www.youtube.com/watch?v=LLZNvl90PC0
hero member
Activity: 2492
Merit: 542
February 21, 2017, 08:51:35 PM
#10
I did a series on exactly this back in April.
Bitcoind and JSON-RPC API
1. Intro - https://www.youtube.com/watch?v=cMM-t7azzJE
2. Setting up on a VPS - https://www.youtube.com/watch?v=ygNit44dQHA
3. Customize the bitcoin.conf - https://www.youtube.com/watch?v=W54aRszkEOI
4. Testing with bitcoin command line interface - https://www.youtube.com/watch?v=vmdYD7vutTI
5. Your first JSON-RPC calls - https://www.youtube.com/watch?v=ARL_PvDEBtU
6. More JSON-RPC calls - https://www.youtube.com/watch?v=FyLCKMqkWIA
7. Wallet Notify - https://www.youtube.com/watch?v=o4BPt4RXOm4


There's also this thread. https://bitcointalksearch.org/topic/so-you-want-to-use-bitcoin-on-your-website-990348

Hope that helps!
Thank you for this, Im also searching for some tutorials on integrating api codes of bitcoins into blog or website, it would be a great help.
newbie
Activity: 33
Merit: 0
February 21, 2017, 04:10:59 PM
#9
hero member
Activity: 1778
Merit: 764
www.V.systems
February 14, 2017, 12:18:05 PM
#8
Hey there,

Kindly take a look here and let me know what you think :
https://bitcointalksearch.org/topic/online-courses-for-blockchain-tech-1787336

I have a lot to discuss.
full member
Activity: 182
Merit: 101
November 27, 2016, 05:20:27 AM
#7
Bitcoin isn't a programming language, you don't learn Bitcoin coding. First you have to learn a programming language and then learn how Bitcoin works so that you can write programs that do stuff with Bitcoin.

I know, was a unlucky wording

Im looking for tutorials on how to develop with bitcoin, especially tutorials on how to set up bitcoind on a vps and run a site that accpets bitcoin

I did a series on exactly this back in April.
Bitcoind and JSON-RPC API
1. Intro - https://www.youtube.com/watch?v=cMM-t7azzJE
2. Setting up on a VPS - https://www.youtube.com/watch?v=ygNit44dQHA
3. Customize the bitcoin.conf - https://www.youtube.com/watch?v=W54aRszkEOI
4. Testing with bitcoin command line interface - https://www.youtube.com/watch?v=vmdYD7vutTI
5. Your first JSON-RPC calls - https://www.youtube.com/watch?v=ARL_PvDEBtU
6. More JSON-RPC calls - https://www.youtube.com/watch?v=FyLCKMqkWIA
7. Wallet Notify - https://www.youtube.com/watch?v=o4BPt4RXOm4


There's also this thread. https://bitcointalksearch.org/topic/so-you-want-to-use-bitcoin-on-your-website-990348

Hope that helps!

great videos thanks
legendary
Activity: 1442
Merit: 1179
November 24, 2016, 11:58:15 PM
#6
Bitcoin isn't a programming language, you don't learn Bitcoin coding. First you have to learn a programming language and then learn how Bitcoin works so that you can write programs that do stuff with Bitcoin.

I know, was a unlucky wording

Im looking for tutorials on how to develop with bitcoin, especially tutorials on how to set up bitcoind on a vps and run a site that accpets bitcoin

I did a series on exactly this back in April.
Bitcoind and JSON-RPC API
1. Intro - https://www.youtube.com/watch?v=cMM-t7azzJE
2. Setting up on a VPS - https://www.youtube.com/watch?v=ygNit44dQHA
3. Customize the bitcoin.conf - https://www.youtube.com/watch?v=W54aRszkEOI
4. Testing with bitcoin command line interface - https://www.youtube.com/watch?v=vmdYD7vutTI
5. Your first JSON-RPC calls - https://www.youtube.com/watch?v=ARL_PvDEBtU
6. More JSON-RPC calls - https://www.youtube.com/watch?v=FyLCKMqkWIA
7. Wallet Notify - https://www.youtube.com/watch?v=o4BPt4RXOm4


There's also this thread. https://bitcointalksearch.org/topic/so-you-want-to-use-bitcoin-on-your-website-990348

Hope that helps!
copper member
Activity: 1498
Merit: 1499
No I dont escrow anymore.
November 23, 2016, 05:17:34 PM
#5
Bitcoin isn't a programming language, you don't learn Bitcoin coding. First you have to learn a programming language and then learn how Bitcoin works so that you can write programs that do stuff with Bitcoin.

I know, was a unlucky wording

Im looking for tutorials on how to develop with bitcoin, especially tutorials on how to set up bitcoind on a vps and run a site that accpets bitcoin

Bitcoind -> https://bitcoin.org/en/full-node
PHP intro -> https://en.bitcoin.it/wiki/PHP_developer_intro
other APIs -> https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)
staff
Activity: 3374
Merit: 6530
Just writing some code
November 23, 2016, 05:17:13 PM
#4
Im looking for tutorials on how to develop with bitcoin, especially tutorials on how to set up bitcoind on a vps and run a site that accpets bitcoin
Bitcoin.org has a lot of stuff in their developer documentation here: https://bitcoin.org/en/developer-documentation

21 also has a lot of tutorials for writing programs that use Bitcoin: https://21.co/learn/. Some of them require the 21 computer, but most should work without having one.
full member
Activity: 182
Merit: 101
November 23, 2016, 05:13:54 PM
#3
Bitcoin isn't a programming language, you don't learn Bitcoin coding. First you have to learn a programming language and then learn how Bitcoin works so that you can write programs that do stuff with Bitcoin.

I know, was a unlucky wording

Im looking for tutorials on how to develop with bitcoin, especially tutorials on how to set up bitcoind on a vps and run a site that accpets bitcoin
Pages:
Jump to: