Author

Topic: tutorials on how to use bitcoin core (Read 1990 times)

legendary
Activity: 1232
Merit: 1030
give me your cryptos
May 05, 2017, 06: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.
sr. member
Activity: 378
Merit: 250
May 04, 2017, 09:42:04 PM
#8
there is a course in coursera.org explaining the basics of cryptofullcurrencies and bitcoin, also about blockchain it will be helpfull
hero member
Activity: 882
Merit: 533
May 02, 2017, 02: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.
legendary
Activity: 1274
Merit: 1004
May 02, 2017, 01: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
legendary
Activity: 966
Merit: 1004
CryptoTalk.Org - Get Paid for every Post!
April 30, 2017, 06: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.
legendary
Activity: 3472
Merit: 4794
April 29, 2017, 06:22:27 PM
#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!
member
Activity: 107
Merit: 100
April 29, 2017, 01:51:44 PM
#3
building a bitcoin store or something of that nature

sr. member
Activity: 434
Merit: 270
April 29, 2017, 01:43:20 PM
#2
what are you trying to do exactly ?

member
Activity: 107
Merit: 100
April 29, 2017, 01: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
Jump to: