Use bitcoin-qt for website integration?

0

I have recently downloaded Bitcoin-qt and all necessary blocks, and have made some transactions, too. Now I want to use this to integrate it with my website. Is it even possible? If yes, then how?

I am planning to make an online store. If i can only access bitcoin-qt in my site, that will do the trick. I will manage to use the balance as I want. Just give a hint of what way I have to do.

Arnab Biswas

Posted 2017-01-10T16:04:57.803

Reputation: 19

1You'll want to use bitcoind and the built-in JSON RPC API.m1xolyd1an 2017-01-10T17:20:45.237

and how actully is to do it?Arnab Biswas 2017-01-11T13:16:36.407

3That is outside the scope of this site as the question is too broad. Do a web search for bitcoind json rpc tutorial, you will find resources.m1xolyd1an 2017-01-11T20:11:16.427

You may want to check out the tag [tag:website-integration]. Perhaps after having a look around, you could edit this post here to narrow the topic to a specific question.Murch 2017-01-12T09:51:00.287

Hi. I've noticed that you've changed the tag twice. It seems to me that you're still interested in discussing this topic. To that end, it would be helpful if you would refine your question instead of just changing the tag.Murch 2017-01-15T17:45:31.340

Answers

1

I think the best point to start with is: https://en.bitcoin.it/wiki/PHP_developer_intro Nothing much to say, just read and follow the steps.

Xawery Wiśniowiecki

Posted 2017-01-10T16:04:57.803

Reputation: 709

thanks for the hint but i already seen this page and i can not find the jsonRPCClient.php file, i tried it finding in google and github but i didnt got any direct link or downloads on it.Arnab Biswas 2017-01-17T07:52:31.053

0

You would need to enable the json-rpc api for this.

You can enable it by adding the line : server=1 in you're bitcoin.conf

Here you can find the documentation: https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)

I suggest you hire a programmer on how to intergrate it in your website.

Web Weave

Posted 2017-01-10T16:04:57.803

Reputation: 319