Author

Topic: Blockchain.info bug ? (Read 422 times)

hero member
Activity: 798
Merit: 500
Time is on our side, yes it is!
April 18, 2014, 02:11:24 PM
#2
yea I don't know what the deal it but I can't send any coins so this sucks !
newbie
Activity: 6
Merit: 0
April 17, 2014, 03:02:01 PM
#1
Hi all i use blockchain.info for generat new address its work in browser with https://blockchain.info/api/receive?method=create&address=xxx

but if i use php its not work

Code:
$response = @file_get_contents('https://blockchain.info/api/receive?method=create&address='. $my_bitcoin_address);
$object = json_decode($response);

return $object->input_address;

$response its empty

What is the problem ?
Thanks
Jump to: