Bitcoin Forum
May 03, 2024, 02:18:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: tutorials on how to use bitcoin core  (Read 1958 times)
sengazumi (OP)
Member
**
Offline Offline

Activity: 107
Merit: 100


View Profile WWW
April 29, 2017, 06:23:10 PM
 #1

Im looking for programming tutorials on how to programm bitcoin applications using bitcoin core

please dont tell me google it, cause i been googling this for 2 years now
1714745920
Hero Member
*
Offline Offline

Posts: 1714745920

View Profile Personal Message (Offline)

Ignore
1714745920
Reply with quote  #2

1714745920
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714745920
Hero Member
*
Offline Offline

Posts: 1714745920

View Profile Personal Message (Offline)

Ignore
1714745920
Reply with quote  #2

1714745920
Report to moderator
1714745920
Hero Member
*
Offline Offline

Posts: 1714745920

View Profile Personal Message (Offline)

Ignore
1714745920
Reply with quote  #2

1714745920
Report to moderator
btctousd81
Sr. Member
****
Offline Offline

Activity: 434
Merit: 270


View Profile WWW
April 29, 2017, 06:43:20 PM
 #2

what are you trying to do exactly ?


sengazumi (OP)
Member
**
Offline Offline

Activity: 107
Merit: 100


View Profile WWW
April 29, 2017, 06:51:44 PM
 #3

building a bitcoin store or something of that nature

DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4615



View Profile
April 29, 2017, 11:22:27 PM
Merited by ABCbits (1)
 #4

Im looking for programming tutorials on how to programm bitcoin applications using bitcoin core

please dont tell me google it, cause i been googling this for 2 years now

  • Step 1: Learn how to design and program software (School, YouTube, Books, etc)
  • Step 2: Learn how to use Google properly so that it doesn't take you more than 2 years to find this website:
    Original Bitcoin client API calls list
  • Step 3: ? ? ?
  • Step 4: Profit!
zedicus
Legendary
*
Offline Offline

Activity: 966
Merit: 1004

CryptoTalk.Org - Get Paid for every Post!


View Profile WWW
April 30, 2017, 11:34:22 PM
 #5

building a bitcoin store or something of that nature



Do you have background in programming? If so, I think you should not be googling it for 2 years. Also, try to build a team which has knowledge even in simple programming to help you finish your undone work since 2 years. Or, you can just hire someone to make a software you like, But it will cause more expensive rather than doing it yourself.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
jak3
Legendary
*
Offline Offline

Activity: 1274
Merit: 1004


View Profile
May 02, 2017, 06:31:26 PM
 #6

it depends on what type of store site you want to make anyway first install the bitcoin-core wallet and sync it completely. after that you should need the bitcoind command line interface for your connecting step so that once you successfully connects your bitcoind with your website you can use different functions like generate address, get balance and all those stuffs.that gonna make it work
nemgun
Hero Member
*****
Offline Offline

Activity: 882
Merit: 533



View Profile WWW
May 02, 2017, 07:38:07 PM
 #7

Im looking for programming tutorials on how to programm bitcoin applications using bitcoin core

please dont tell me google it, cause i been googling this for 2 years now

Actually you should sharpen your googling because i found a lot of ressources :

1- Video tutorials made by coinables, he can be found in the forum : https://www.youtube.com/channel/UC4VfjvgWBVMH1S3Aij-XvRg
2- The API calls list is great, but without some examples you could get lost : https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)
3- Fetch for the integrations :
   - PHP : https://github.com/aceat64/EasyBitcoin-PHP
   - RUST: https://github.com/apoelstra/rust-bitcoin
   - SCALA: https://github.com/ACINQ/bitcoin-lib
   - NODEJS: https://github.com/bitcoinjs/bitcoinjs-lib
   - Full implementation of core in nodeJS ?? https://github.com/bcoin-org/bcoin
   - NodeJS API core communication : https://github.com/freewil/node-bitcoin
4- Text tutorials :
   - Wiki: https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses
   - https://code.tutsplus.com/tutorials/adding-bitcoin-payment-processing-to-your-website--net-33098
5- Payment Processors:
   -https://blog.blockchain.com/2015/07/30/building-bitcoin-websites-using-the-blockchain-api-video-tutorial/
   -https://bitpay.com/pay-with-bitcoin

I could do that for hours, just be more specific in your keywords, i hope that it will help you to find how to integrate bitcoin.
freemanjackal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 05, 2017, 02:42:04 AM
 #8

there is a course in coursera.org explaining the basics of cryptofullcurrencies and bitcoin, also about blockchain it will be helpfull
Decoded
Legendary
*
Offline Offline

Activity: 1232
Merit: 1029


give me your cryptos


View Profile
May 05, 2017, 11:34:39 AM
 #9

To be completely straight and honest with you, here is not the place to ask.

To be able to make a secure Bitcoin marketplace, you need to be fluent in web development, most preferable with experience. I would not recommend creating a webservice and deploying it and risking yours and other people's money as your first shot.

You'll need a grasp on a couple different concepts to be able to properly get your site up and running.

1) Serverside programming (Using something like PHP or NodeJS, you need to securely handle Bitcoin addresses and private keys in a database with no hiccups.)

2) Frontend (You need to be able to make your site look and feel good. It seems like an easy job, but it's harder than it seems.)

3) Business (You need to be able to actively market and advertise within the Bitcoin space. Get a feel for it before making any moves)

As you can see, it's a pretty complicated process. The best way to get started with programming is to learn from or alongside someone you know in person. I tried for years to learn to code online, but sites like coursers, Codecademy and groklearning just didn't stick. I learned from and with a couple of friends, and I've learned multiple front and back end web languages.

looking for a signature campaign, dm me for that
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!