Author

Topic: Accepting BitCoins on website (Read 779 times)

member
Activity: 111
Merit: 10
April 04, 2013, 02:10:58 AM
#8
mtgox is the way to go...though tying an exchanger to a service might be risky in the long long run.
newbie
Activity: 7
Merit: 0
April 04, 2013, 02:02:36 AM
#7
I have been searching for a good way to integrate opencart and bitcoin.. I almost got it working with BTCGear's extension but I can't get it to connect to the bitcoind server.

I have been looking at walletbit and bitpay and cant seem to get their site's working very well. Seems strange
hero member
Activity: 644
Merit: 500
November 09, 2012, 06:11:40 AM
#6
I think mtgox is nice and trust worthy.
vip
Activity: 103
Merit: 10
Bitcoin Exchanger at Best Rate.
November 01, 2012, 10:23:04 AM
#5
I would suggest you to use MTGox, they have a special button.
full member
Activity: 238
Merit: 100
October 28, 2012, 11:25:56 AM
#4
mtgox has code for accepting bitcoins.
I've only had a brief look at this service, but it seems quite promising, thanks.
I originally intended to use the blockchain.info api_receive but the documentation falls short IMO.

As long as you're willing to code a solution to fit your website you can base it on the Armory Daemon here: https://bitcointalksearch.org/topic/ann-bitcoinarmory-daemon-armory-on-web-servers-92496
I am indeed. I had looked at Armory, and it seemed great, but I thought it was a GUI only based; didn't know it had a daemon counterpart so thanks.

Hopefully I'll be able to get all this up and running by the end of the week.
legendary
Activity: 1358
Merit: 1002
October 28, 2012, 11:13:30 AM
#3
As long as you're willing to code a solution to fit your website you can base it on the Armory Daemon here: https://bitcointalksearch.org/topic/ann-bitcoinarmory-daemon-armory-on-web-servers-92496
No blockchain to deal with, no bitcoins to steal.

You'll probably need to integrate it with the blockchain.info API to check when payments arrived or something.
One of the following should suit you.
http://blockchain.info/api/blockchain_api
http://blockchain.info/q
http://blockchain.info/api/api_websocket
member
Activity: 113
Merit: 10
October 28, 2012, 10:58:47 AM
#2
mtgox has code for accepting bitcoins. If you use opencart, you can integrate walletbit pretty easily. I don't know how you could do it without using one of those without doing each transaction manually via email communications or something.
full member
Activity: 238
Merit: 100
October 23, 2012, 07:27:41 AM
#1
Hi,

I've been playing around with BitCoins for a weeks now, I want to be able to take BitCoin (and potentially LiteCoin) payments on my website for premium account subscriptions. It needs to be an automatic service whereby as soon as the transaction comes in, a SQL database record is updated.

Is there any way I can do this without having to keep the blockchain on my server?
it's slow to update, and causes bitcoind to eat away at more RAM and CPU than I would like. I'm opposed to using any 3rd party payment handling service: I don't want the fees and want manage all the transactions myself.

So, is there a headless (no GUI) linux bitcoin client out there I'm able to interact with using RPC/PHP, but which doesn't require the blockchain locally, one perhaps where it queries blockchain.info, or something.

Thanks.
Jump to: