gesman
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] The new edition of BitcoinWay plugin.Hi All,
Good news – with the help of a generous person I finding real resources to get back to this project and fix everything to make it to work with the latest version of WooCommerce as well as fixing other issues.
I will be working on this during the upcoming or week after and make an announcement about the progress.
Additionally to that I am considering ways to make sure the plugin will be continuously supported beyond that as well.
Gleb
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Chinese yuan RMB vs. CNY“Valid currencies” are the ones that are supported by Bitcoin-to-currency conversion rate API services.
Fixing it will involve some investigative work, and I cannot give any ETA for such task at this point.
Gleb
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] 11,000 addresses for 3 orders?Technically yes, but first it needs to be looked at the reason you have 11,000 entries.
Did someone clicked [Order] 11,000 times?Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Same address in multiple ordersAddress is NEVER reused if it’s been “touched” by a payment before.
Although if payment is partial – there is a logic that tries to calculate the total sum of BTC received to decide whether order is completed (paid in full) successfully.1. Disable all other plugins
2. In Bitcoinway plugin options – enable checkbox to erase all settings upon uninstall. [Save].
3. Deactivate Bitcoinway plugin.
4. Delete it completely.
5. Reinstall.Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Payment options…Yes, of course.
WooCommerce admin settings has options to enable/disable each payment option.Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Error 404 – page not foundGlad it solved.
Gleb
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Same address in multiple ordersbwwc-admin.php, variables:
‘assigned_address_expires_in_mins’ (default: 12 hours) and
‘reuse_expired_addresses’ (true/false) settings define that.You may change it manually for now (until I’ll find time to expose these settings to admin panel settings)
Gleb
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Plugin is not managing addresses well5000 addresses?
If you have only 1/10-th of these to be paying customers you can be really happy about your bitcoin store and revenues.If these are “tests” orders generated by yourself or result from some sort of attack on your site – than it certainly justifies some extra monitoring effort from your side.
I plan to improve and automate cleanup, detailed notifications and automatic cancellation of unpaid orders as time and resources permit.
While giving it 2 stars in your review for above reasons – bear in mind that this plugin is the result of work taken place purely in free time and is purely open source.
Gleb
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Bitcoin received to wrong addressGood 🙂
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Plugin hangs on checkoutMake sure to check your internet connection if you’re testing locally.
I recommend testing from live account from real internet service provider (not using these pseudo-localhost type of setups).Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Litecoin SupportNo plans [unless something like that is ordered as a custom contract].
Gleb
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Electrum ClientNo.
Gleb
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Does this work with MtGox?No. In bitcoin world, sender, only if he wants to, has to pay optional transaction fee.
That’s bitcoin protocol.
The only thing you can do (and it might work well) is to invite customer to add recommended transaction fee to the purchase price for speedier payment processing. And add the promise to refund this fee back to the customer once the order is placed.Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Does this work with MtGox?If you set number of confirmations to low number (0 or 1) – the bitcoin payment from your customer to your Electrum will arrive pretty quick.
Although there is a risk of double spending for low confirmation number.
If customer will add a tiny transaction fee (say BTC 0.0005) – the payment and confirmations will happen even faster.Gleb