Bitcoin Forum

Economy => Service Discussion => Topic started by: jojolororo on April 17, 2014, 07:02:01 PM



Title: Blockchain.info bug ?
Post by: jojolororo on April 17, 2014, 07:02:01 PM
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


Title: Re: Blockchain.info bug ?
Post by: counter on April 18, 2014, 06:11:24 PM
yea I don't know what the deal it but I can't send any coins so this sucks !