Author

Topic: Add Bitcoin to my platform (Read 798 times)

full member
Activity: 178
Merit: 100
March 17, 2015, 07:01:52 PM
#3
I think you gave good advice juju and it helped me too. I was using a full node and will be using  https://blockchain.info/api/api_receive
 and am glad to hear it is that easy. Running the full node wasn't too bad but had the expense of a virtual server. I've since concluded I would rather generate addresses from a cold wallet like Armory and then only put the public keys online anyway.
sr. member
Activity: 381
Merit: 250
March 16, 2015, 01:13:10 PM
#2
Hello,
I would like to know if its possible to add bitcoin payment gateway to my website http://facepostmarket.com/ and how hard it is to integrate the system.
Any sugestions?
Regards

Here is a post I made in a similar thread: https://bitcointalksearch.org/topic/how-to-accept-bitcoin-on-a-website-962278

Quote
I would avoid using Bitpay and Coinbase for payment verification, you need to be a real company, have tax codes and ids etc. Learn about callback handling https://blockchain.info/api/api_receive

I setup payment handling and qr generation on a new Django website I was working on using blockchain.info receive api, it was so easy I was laughing the entire time I set it up.

Alternatively you setup your own node, and send RPC Calls to it too generate new addresses and then check for payments: getreceivedbyaddress [minconf=1]

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
newbie
Activity: 1
Merit: 0
March 16, 2015, 08:39:45 AM
#1
Hello,
I would like to know if its possible to add bitcoin payment gateway to my website http://facepostmarket.com/ and how hard it is to integrate the system.
Any sugestions?
Regards
Jump to: