Author

Topic: "company wallet" (Read 475 times)

legendary
Activity: 2506
Merit: 1010
February 23, 2013, 07:17:28 PM
#3
What would you say is the most efficient way to do this?

BitcoinJ has a callback to notify when a payment is received.

You can use an external service for just the notifications.

 - http://www.bitcoinmonitor.net
 - http://bitping.net
member
Activity: 63
Merit: 10
February 23, 2013, 01:38:07 PM
#2
You might want to look at using the Blockchanin.info API.

https://blockchain.info/api

It's very simple to use. If you have a background of PHP/MySQL Development you should have no issues.
full member
Activity: 120
Merit: 100
February 23, 2013, 09:53:03 AM
#1
Hi there,

I'm new to bitcoin and and trying to get my head around the best way to implement bitcoin payments for my website.

I know there are processors such as bitpay, but i would like to avoid the use of a middle man if at all possible for some of my websites.

I'm looking to implement a relatively automated system where by i am alerted when payment is made and then again after x confirmations. What would you say is the most efficient way to do this? I am familiar with mysql/php if that helps.

Also, is best practice to have bitcoind running on a home pc thats on 24/7 and have calls to it from the shared server, or should the bitcoind be installed on that server as well? Does it make much of a difference?

any input is appreciated.
Jump to: