1
I have bit coin installed on a clients wordpress site. Upon checkout, when I check Bitcoin as my payment, and click Place Order, the order does not go through and I get the following error at the top of the checkout page:
CurveCurveFp Object
(
[a:protected] => 0
[b:protected] => 7
[prime:protected] => 115792089237316195423570985008687907853269984665640564039457584007908834671663
)
does not contain point ( 20139727203196486522876591193063649819462947761513549103823800141681658369 , 369049320460203173903206256216019890340108033867982827520 )
Here is the URL: https://www.goldextradellc.com/checkout/
Any help / suggestions you can give me would be great. Thanks
I assume you're using some sort of wordpress Bitcoin plugin that integrates with WooCommerce. Which one? – Nick ODell – 2015-05-13T17:02:01.730
a, b, and prime seem to correspond to Bitcoin's curve constants. So it seems like it's complaining that a key that it was given or that it created is not a valid public key. I dunno how useful that is. – Nick ODell – 2015-05-13T17:22:40.510
@NickODell those x,y coordinates certainly don't look valid (their hex representations contain a whole bunch of zeros; I don't doubt that it's not located on the curve although I didn't bother actually checking). (agreed that a, b, and prime are correct.) – Christopher Gurnee – 2015-05-13T17:28:39.883
I used Bitcoin Payments for WooCommerce by BitcoinWay plugin – Greg Robertson – 2015-05-14T18:02:23.340