Post
Topic
Board Project Development
Re: Best Practice for accepting Bitcoin as Payment.
by
EcuaMobi
on 10/03/2015, 12:09:21 UTC
Hi,

are any tutorials out there which could show me how to integrate bitcoins to a homepage as a payment method in the way of best practice (in the view of a secure, easy and fast process)

I want the people to provide their bitcoin address (in purpose of refunds), with that information an unique bitcoin-payment-address should be generated and shown to the user. No registration should be needed.

-Now which wallet should I use?
-How can i forward all payments automated to a secure cold storage?
-How can i monitor the payment status. (I would like to inform the user right on 0 confirmations, that the payment is pending (just like Blockchain.info does)

If i just generate Thousands of addressee with an armor offline wallet, store them in my database an then give them out to the user on request, would that be secure?  

thanks


For this scenario I recommend you to use the blockchain.info API.

You can have a single address to forward every payment and that can be a cold storage. So no need to have funds on the server.