Plugin Author
gesman
(@gesman)
This is reply from blockchain.info.
It is possibly temporary, or maybe even that they block requests from your domain.
I just releases major version update: 2.x, I suggest to try it out – it has major enhancement improving speed of payments, privacy, security and completely eliminate dependency on any third party service to accept payments.
Version 2.x allows you to accept payments into your own Electrum wallet and avoid blockchain.info service to manage your payments completely.
Gleb
Thread Starter
jellio
(@ninjastik)
Thanks!
It appears to be working now and I very much appreciate the work you’ve done on this – I made a donation to your bitcoin address 🙂
Cheers
Plugin Author
gesman
(@gesman)
Thanks much – donation is appreciated!
I’ll be adding you to the list of supporters.
Thread Starter
jellio
(@ninjastik)
Hi, Just noticed the new version is giving an error as I have my store currency set to CAD.
Bitcoin payment gateway is not operational: Store currency is set to unsupported value(‘CAD’). Valid currencies:
Can I revert to to 1.28?
Cheers
Plugin Author
gesman
(@gesman)
Try to do this:
– Go to plugin settings
– Check checkbox “Delete all plugin-specific settings”
– Deactivate and then delete plugin completely
– Reinstall plugin
– Set all settings a new.
– Save
Array
(
[result] => error
[message] => Blockchain.info API failure:
[host_reply_raw] =>
[generated_bitcoin_address] =>
)
ERROR: cannot generate bitcoin address for the order: ‘Blockchain.info API failure: ‘
When i use Bitcoin service provider–>(Blockchain.info api) on localhost on windows7
(Plugin used WooCommerce, Bitcoin Payments for WooCommerce)
can anybody suggest how it will be solve this?
i get the same error message
ERROR: cannot generate bitcoin address for the order: ‘Blockchain.info API failure:
please help
‘kindly help i am getting the error and not able to proccede to payment ERROR: cannot generate bitcoin address for the order: ‘Blockchain.info API failure,…
Please give me solution to resolve it
Regards,
Vikas Walia
so its not just me… anyone know whats wrong here?
To fix this HTTP error, find this function (bwwc_utils.php) and change its contents as follows (you will be deleting most of it)
function BWWC__file_get_contents ($url, $return_content_on_error=false, $timeout=60, $user_agent=FALSE)
{
return @file_get_contents ($url);
}