# Blockonomics Bitcoin Payments #
**Tags:** bitcoin, blockonomics, woocommerce, ecommerce, payments
**Requires at least:** 3.0.1
**Tested up to:** 4.7.3
**Stable tag:** 1.3.2
**License:** MIT
**License URI:** http://opensource.org/licenses/MIT

Accept bitcoin payments on your WooCommerce-powered website with Blockonomics.

## Description ##

- Accept bitcoin payments on your website with ease
- No security risk, payments go directly into your own bitcoin wallet
- All major HD wallets like trezor, blockchain.info, mycelium supported
- No approvals of API key/documentation required
- Supports all major fiat currencies
- Complete checkout process happens within your website/theme 
- Quick and easy installation - [Installation Video Tutorial](https://www.youtube.com/watch?v=E5nvTeuorE4)

## Installation ##

### Blockonomics Setup ###
- Complete [blockonomics merchant wizard](https://www.blockonomics.co/merchants) 
- Get API key from Wallet Watcher > Settings

### Woocommerce Setup ###
- Make sure you have [woocommerce](https://wordpress.org/plugins/woocommerce/) plugin installed on your wordpress site
- Install plugin from [wordpress plugin directory](https://wordpress.org/plugins/blockonomics-bitcoin-payments/)
- Activate the plugin
- You should be able see Blockonomics submenu inside Settings.  
- Put Blockonomics API key here
- Copy callback url and put into blockonomics [merchants](https://www.blockonomics.co/merchants)

Try checkout product , and you will see pay with bitcoin option.
Use bitcoin to pay and enjoy !

## Frequently Asked Questions ##

### Getting error on checkout: Could not generate new bitcoin address , what to do ? ###
Your webhost is blocking outgoing HTTP connections. Blockonomics requires an outgoing HTTP POST to generate new address. Check with your webhost to allow this.

### Order is still on pending payment status even after two confirmations  ###
Your webhost is blocking incoming callbacks from bots, our you have a DDOS protection in place that is causing this. Blockonomics server does payment callbacks to update trasnsaction status and cannot emulate a browser accessing your website. Remove the DDOS protection for blockonomics.co 

### I have multiple websites, how do I set this up? ###
Just create a new xpub for each site and add to [blockonomics wallet watcher](https://www.blockonomics/blockonomics). In [merchants tab](https://www.blockonomics.co/merchants) you will get option to specify callback url for each of them.  Install this plugin on each of your sites and following the same setup procedure.  Thats it! You can monitor many sites under same blockonomics emailid.

## Screenshots ##

![](assets-wp-repo/screenshot-1.png)    
Settings Panel  

![](assets-wp-repo/screenshot-2.png)  
Blockonomics configuration  

![](assets-wp-repo/screenshot-3.png)    
Checkout screen
== Changelog ==

= 1.3.2  =
* Change in README

= 1.3.1  =
* Minor change in README

= 1.3  =
* Showing errors when unable to generate new address
* Removed unused code

= 1.2 =
* Showing received order page after receiving payment
* fixes problems with multisite and php7 compatibility

