Nomiddleman Crypto
Forum Replies Created
-
let’s talk
This is fixed!
It looks as if some of the JavaScript of our settings is throwing an error. Not sure what caused this, but as a temporary solution, select the tab on the left and refresh the page.
We are looking into this! Sorry for the inconvenience.
We do not support auto-confirmation of orders for Monero.
Development is being continued.
Are notes being added to your orders? Something along the lines of
Awaiting payment of 0.01 BTC to payment address X.
.No response. Closing.
There is a check to see if you have the hd_mode field otherwise we add it. Not sure how you got to the state you are in. Run this
update_option('nmm_hd_table_version', '1.0');
and it should add it for you. Make sure to remove it after.We have fallback APIs a few cryptos. Otherwise sooner or later it will let you through. It is possible for an API to completely shut down and then a new one is required. We want to set up Nomiddleman endpoints but do not have the resources at this point in time.
Best,
NomiddlemanIt is possible if you don’t have the php extension ‘gmp’ installed then you are timing out when generating the addresses.
Try uncommenting the line
;extension=gmp
in your php.ini.I’m not getting the error on my setup with this MPK.
Please add to wp-config.php and try again:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true );
Then navigate to WordPressDirectory/wp-content/debug.log and see if there are any errors.
Please try using these three addresses at the top of https://en.bitcoin.it/wiki/Address.
If none of those works you will need to enable debugging, trigger the error, and send the logs to [email protected].
As for the MPK, we only support legacy addresses for MPKs so if your MPK starts with ypub or zpub it will not work. If your MPK starts with xpub please verify it is 111 characters long and it starts with xpub6. If you have verified this you might need to send it via email so I can debug it.
Try this:
$payment_methods = array('bacs','cheque','cod','nmmpro_gateway');
Forum: Plugins
In reply to: [Nomiddleman Bitcoin and Crypto Payments for WooCommerce] Order tracking ?This is basically how the plugin works with Autopay mode. Classic mode is if you don’t want any automation due to low volume. The main problem is if the customers don’t send the exact amount. If you would like send an email to [email protected] and we can discuss. Closing.
Question answered. Closing.