Bitcoin Forum
April 20, 2024, 12:32:53 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Bitcoin Coding tutorials  (Read 3252 times)
niokobo (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 101


View Profile
November 23, 2016, 08:37:00 PM
 #1

where can I find good bitcoin coding tutorials??

google and youtube dont spit out anything
1713573173
Hero Member
*
Offline Offline

Posts: 1713573173

View Profile Personal Message (Offline)

Ignore
1713573173
Reply with quote  #2

1713573173
Report to moderator
1713573173
Hero Member
*
Offline Offline

Posts: 1713573173

View Profile Personal Message (Offline)

Ignore
1713573173
Reply with quote  #2

1713573173
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713573173
Hero Member
*
Offline Offline

Posts: 1713573173

View Profile Personal Message (Offline)

Ignore
1713573173
Reply with quote  #2

1713573173
Report to moderator
1713573173
Hero Member
*
Offline Offline

Posts: 1713573173

View Profile Personal Message (Offline)

Ignore
1713573173
Reply with quote  #2

1713573173
Report to moderator
1713573173
Hero Member
*
Offline Offline

Posts: 1713573173

View Profile Personal Message (Offline)

Ignore
1713573173
Reply with quote  #2

1713573173
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3374
Merit: 6511


Just writing some code


View Profile WWW
November 23, 2016, 08:59:34 PM
Merited by ABCbits (1)
 #2

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.

niokobo (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 101


View Profile
November 23, 2016, 09: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
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3374
Merit: 6511


Just writing some code


View Profile WWW
November 23, 2016, 09: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.

shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
November 23, 2016, 09: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)

Im not really here, its just your imagination.
coinableS
Legendary
*
Offline Offline

Activity: 1442
Merit: 1179



View Profile WWW
November 25, 2016, 03:58:15 AM
Merited by ABCbits (1)
 #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://bitcointalk.org/index.php?topic=990348.0

Hope that helps!

niokobo (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 101


View Profile
November 27, 2016, 09: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://bitcointalk.org/index.php?topic=990348.0

Hope that helps!

great videos thanks
legendster
Hero Member
*****
Offline Offline

Activity: 1778
Merit: 764


www.V.systems


View Profile
February 14, 2017, 04:18:05 PM
 #8

Hey there,

Kindly take a look here and let me know what you think :
https://bitcointalk.org/index.php?topic=1787336.0

I have a lot to discuss.


   ██████████        ████████████
     ██████████        ██████████
       ██████████        ████████
         ██████████        ██████
           ██████████        ████
             ██████████        ██
               ██████████
                 ██████████
                   ████████
                     ██████
                       ████
                        ██
|
     ▄▀▀▀▀▀▀▀▀▀█                 ▄▀▀▀▀▀▀▀▀▀█
 ▄▀                ▄▀█             ▄▀                ▄▀█
 ██████████    █             ██████████    █
 █                █                   █                █    █
 █                █     ▀▀▀▀▀▀▀█                █    █
 █                █  ▄▀             █                █  ▄▀
 ██████████▀                 ██████████▀
          █                                    █
          █                                    █
     ▄▀ █  ▀▀▀▀█                   ▄▀ █ ▀▀▀▀▀▀█
 ▄▀             ▄▀█               ▄▀               ▄▀ █
 █████████   █               ██████████    █
 █              █   █               █                █    █
 █              █   █               █                █    █
 █              █  ▄▀▀▀▀▀▀▀  █                █  ▄▀
 █████████▀                  ██████████▀

Blockchain
Database
                             ▄▄▄
                         ▄▄▀  ▀▄▄
        ▄           ▄▄▀  ▄▀▄  ▀▄▄
      █▄█   █████████████████    █
        █     █                              █ ▄▀ ▌
        █     █        ▄    █   ▄         █▀ ▄▌
       ██    █      ▀▄   █    ▄▀       █▀█
       ▌ ▌   █            █                █  █
       ▌ ▌   █                              █  █
       ██    ███████████████████
                     ▀▀▄  ▀▄▀  ▄▀▀
                         ▀▀▄  ▄▀▀
                             ▀▀▀
Dev friendly
SDK Platform
                             ▄▄▄▄
                         ▄▄█    █▄▄
                     ▄▄█            █▄▄
                 ▄▄█       ▄▄▄       █▄▄
                 █       ▄▀      ▀▄       █
               █▀     █      █      █     ▀█
               ▀▀█  █   ▄█▀█▄   █  █▀▀
               █▀▀   █  ▀███▀  █   ▀▀█
               ▀▀█     █    █    █     █▀▀
                   ▀▀█   █  █  █   █▀▀
                       ▀████████▀
                           █▄▄▄▄█
                 █        █▄▄▄▄█      █
             ▄▀ █▄                   ▄█  ▀▄
            █   █▀▄         ▀      ▄▀█    █
           █   █  █  ▌      ▀   ▐  █  █    █
           █   █▄▀▄▌      ▀   ▐▄▀▄█    █
           █       █          ▀        █       █
        █▀▀▀▀▀▀█                █▀▀▀▀▀▀█
        ▀▀▀▀▀▀▀▀                ▀▀▀▀▀▀▀▀
User-friendly
Token Creation
|
TheByzantineGeneral
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
February 21, 2017, 08:10:59 PM
 #9

https://21.co/learn/
ice18
Hero Member
*****
Offline Offline

Activity: 2492
Merit: 542



View Profile
February 22, 2017, 12:51:35 AM
 #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://bitcointalk.org/index.php?topic=990348.0

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.

GameUnits
Jr. Member
*
Offline Offline

Activity: 102
Merit: 5

GameBit - The Network


View Profile WWW
February 27, 2017, 05: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

Coffee works!
layoutph
Sr. Member
****
Offline Offline

Activity: 1386
Merit: 255


View Profile WWW
February 28, 2017, 01:52:20 AM
 #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.
DevelopFI
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 28, 2017, 04:02:11 PM
 #13

I saw Andreas Antonopoulos's book Mastering Bitcoin talked about. Just started reading it, so far it seems good.
Lord Jerry
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
March 01, 2017, 12:04:54 PM
 #14

A big thanks to everybody who posted links here, they're gonna come in handy.
BuySomeBitcoins
Sr. Member
****
Offline Offline

Activity: 434
Merit: 253



View Profile
March 03, 2017, 02:13:30 PM
 #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
udevNull
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
March 07, 2017, 03:45:59 AM
 #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.
*BITCOIN*
Jr. Member
*
Offline Offline

Activity: 41
Merit: 10


View Profile
March 07, 2017, 02:04:21 PM
 #17

where can I find good bitcoin coding tutorials??

google and youtube dont spit out anything

https://bitcointalk.org/index.php?topic=149479.0  Wink
nemgun
Hero Member
*****
Offline Offline

Activity: 882
Merit: 533



View Profile WWW
March 07, 2017, 03:34:21 PM
 #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
*BITCOIN*
Jr. Member
*
Offline Offline

Activity: 41
Merit: 10


View Profile
March 09, 2017, 12:52:58 AM
 #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
xcbtrader
Hero Member
*****
Offline Offline

Activity: 865
Merit: 1006


View Profile
March 09, 2017, 05:25:03 AM
 #20

Any code to create bitcoin address in c++  without bitcoin core ?

Pages: [1] 2 »  All
  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!