Bitcoin Forum

Bitcoin => Project Development => Topic started by: brucegregory on June 05, 2012, 03:08:58 PM



Title: Bitcoin PTC... Need Help To Make Payments Instant
Post by: brucegregory on June 05, 2012, 03:08:58 PM
I am making a PTC for bit coin, but I need to make it so that when a user invests coins their balance will update instantly. I only know html, css, php, small amount of C. Is their any way to do this via php?

Thanks  :)


Title: Re: Bitcoin PTC... Need Help To Make Payments Instant
Post by: Jambo on June 06, 2012, 09:19:45 PM
It can be easily done with PHP and this https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29
If you know PHP well enough you shouldn't have a problem writing a small class for managing your bitcoin server via PHP. I've done it too. That way you can make new addresses for payments and check whether you've received a payment and so on.