0
I have a store that uses bitcoin as a payement.
I want to make users deposit to their balance in the site, as I saw in many sites,
a bitcoin address is generated for each user to deposit funds to it, and use his dashboard in the site to withdaw it to his BTC address anytime.
I am using PHP. How to do it?
i accepted your answer. But can you explain more how do i add balance in the site automatically when funds are recieved? – Pavel – 2015-04-04T14:12:44.327
The wallet keeps the balance for you. You will be notified for every each new payment as soon as it takes place. Allow for a few blocks to get confirmed, then you can dispatch the bought items from your store. – George Kimionis – 2015-04-04T14:46:18.620
The link you gave me has many libraries that are useless, which library you're talking about? – Pavel – 2015-04-04T14:55:42.960
None in particular. You can create a new question and ask the members who are into PHP to suggest the best for your case. – George Kimionis – 2015-04-04T15:16:59.697