php - BitCoin Gateway Proccessing Time -


i want write bitcoin gateway using blockchain api.

with link address receiving bitcoin:

https://blockchain.info/api/receive?method=create&address=169b4epdspnpxgxnsru9g56xxxxxxxxxxxx&callback=http%3a%2f%2fhost.com%2fbc%2frec.php%3fsecret%3d234r 

here 169b4epdspnpxgxnsru9g56xxxxxxxxxxxx bitcoin addres. give response:

{"callback_url":"http:\/\/host.com\/bc\/rec.php?secret=234r","input_address":"199r12qvmuy7eusavtpzsgtx1rp15dd6e","destination":"169b4epdspnpxgxnsru9g56xxxxxxxxxxxx","fee_percent":0} 

and our customer should send bitcoins 199r12qvmuy7eusavtpzsgtx1rp15dd6e (the input address).

but after sending bitcoin address, our main address (169b4epdspnpxgxnsru9g56xxxxxxxxxxxx) won't receive bitcoins.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -