Title: Block Ads to Bitcoin
Author: owocki
Published: <strong>January 1, 2016</strong>
Last modified: January 2, 2016

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/block-ads-to-bitcoin.svg)

# Block Ads to Bitcoin

 By [owocki](https://profiles.wordpress.org/owocki/)

[Download](https://downloads.wordpress.org/plugin/block-ads-to-bitcoin.zip)

 * [Details](https://wordpress.org/plugins/block-ads-to-bitcoin/#description)
 * [Reviews](https://wordpress.org/plugins/block-ads-to-bitcoin/#reviews)
 *  [Installation](https://wordpress.org/plugins/block-ads-to-bitcoin/#installation)
 * [Development](https://wordpress.org/plugins/block-ads-to-bitcoin/#developers)

 [Support](https://wordpress.org/support/plugin/block-ads-to-bitcoin/)

## Description

Block Ads to Bitcoin is a wordpress plugin that allows publishers to monetize unused
adspace when adblockers are on. It turns ads into bitcoin donation solicitations
when adblockers are enabled.

 * Supports 4 ad sizes natively
 * Allows customized suggested donation amounts.
 * Allows customized ad copy.
 * Supports multiple adblockers.

## Screenshots

[⌊screenshot-1.png⌉⌊screenshot-1.png⌉[

screenshot-1.png

[⌊screenshot-2.png⌉⌊screenshot-2.png⌉[

screenshot-2.png

[⌊screenshot-3.png⌉⌊screenshot-3.png⌉[

screenshot-3.png

[⌊screenshot-4.png⌉⌊screenshot-4.png⌉[

screenshot-4.png

## Installation

 1. Install/Activate the plugin.
 2. In your WP Admin, navigate to _Settings > Block Ads to Bitcoin _.
 3. Update your bitcoin address, and any other settings you may care to modify (copy,
    suggested donation amount, etc).
 4.  a. Don’t have a bitcoin address? Create an account with coinbase and get one here:
        https://support.coinbase.com/customer/portal/articles/1027432-where-is-my-wallet-
        address-.
 5. Add code to your templates whereever you’d like the plugin to display a bitcoin
    solicitation. Here are some examples:

### Leaderboard (728 x 90px)

    ```
    <?php if(function_exists('a2b_leaderboard')) { echo a2b_leaderboard(); } ?>
    ```

### Large Rectangle (336px x 280px)

    ```
    <?php if(function_exists('a2b_large_rectangle')) { echo a2b_large_rectangle(); } ?>
    ```

### Leaderboard (320 x 100px)

    ```
    <?php if(function_exists('a2b_mobile_banner')) { echo a2b_mobile_banner(); } ?>
    ```

### Large SkyScraper (300 x 600px)

    ```
    <?php if(function_exists('a2b_large_skyscraper')) { echo a2b_large_skyscraper(); } ?>
    ```

## FAQ

  What is bitcoin?

Bitcoin is a form of digital currency, created and held electronically. No one controls
it. Bitcoins aren’t printed, like dollars or euros – they’re produced by people,
and increasingly businesses, running computers all around the world, using software
that solves mathematical problems.

  Why bitcoin?

It’s cheap

With credit card transactions, your merchant account bills you on a per-transaction
basis. Some merchant accounts will charge a fee for debit card transactions, as 
you have to pay a ‘swipe fee’. Bitcoin transaction fees are minimal, or in some 
cases free.

It’s as private as you want it to be

Sometimes, we don’t want people knowing what we have purchased. Bitcoin is a relatively
private currency. On the one hand, it is transparent – thanks to the blockchain,
everyone knows how much a particular bitcoin address holds in transactions. They
know where those transactions came from, and where they’re sent. On the other hand,
unlike conventional bank accounts, no one knows who holds a particular bitcoin address.

You don’t need to trust anyone else

In a conventional banking system, you have to trust people to handle your money 
properly along the way. You have to trust the bank, for example. You might have 
to trust a third-party payment processor. You’ll often have to trust the merchant
too.

[More on why bitcion is an important payment layer here](http://www.coindesk.com/information/why-use-bitcoin/)

  Why adblockers?

We are in a macro environment in which publishers are openly wondering where their
revenues are going to come from in 20 years. On a micro scale, there has been a 
lot of ink (and bits) spilled about the resounding need for change in the ad and
publishing space _today_. Some analysis’ have shown that 9.26% of impressions were
found to be ad-blocked, with some sites reaching as high as 50% While there is innovation
happening in online payments, no one has yet connected the dots in a meaningful 
way.

  Why Block Ads to Bitcoin

Block Ads to Bitcoin is a free and easy way to monetize ad space that is unused 
due to adblockers.

  How much can I expect to monetize with Block Ads to Bitcoin?

I’ve seen CPMs of over $2.00. More details here => http://owocki.com/adblock-to-
bitcoin-2-dollar-cpms-via-micropayments/

## Reviews

![](https://secure.gravatar.com/avatar/38e46ba14f6b2d7415420bb52a03908239cbdc563c89503709587422d304ee73?
s=60&d=retro&r=g)

### 󠀁[A way to monetize content when an adblocker is on.](https://wordpress.org/support/topic/a-way-to-monetize-content-when-an-adblocker-is-on/)󠁿

 [owocki](https://profiles.wordpress.org/owocki/) September 3, 2016

Welp, I wrote the thing, so I admit that I’m biased. The opportunity to help content
providers monetize on the ad blocked web is huge right now. If you’re reading this,
I’d love to help out. Check out the github project here and I can get back to you
there.

 [ Read all 1 review ](https://wordpress.org/support/plugin/block-ads-to-bitcoin/reviews/)

## Contributors & Developers

“Block Ads to Bitcoin” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ owocki ](https://profiles.wordpress.org/owocki/)

[Translate “Block Ads to Bitcoin” into your language.](https://translate.wordpress.org/projects/wp-plugins/block-ads-to-bitcoin)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/block-ads-to-bitcoin/),
check out the [SVN repository](https://plugins.svn.wordpress.org/block-ads-to-bitcoin/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/block-ads-to-bitcoin/)
by [RSS](https://plugins.trac.wordpress.org/log/block-ads-to-bitcoin/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.2

 * WordPress submission guideilnes https://github.com/owocki/adblock-to-bitcoin/
   pull/4/files

#### 0.1

 * Plugin MVP

## Meta

 *  Version **0.2**
 *  Last updated **11 years ago**
 *  Active installations **10+**
 *  WordPress version ** 4.4 or higher **
 *  Tested up to **4.4.34**
 * Tags
 * [adblock](https://wordpress.org/plugins/tags/adblock/)[bitcoin](https://wordpress.org/plugins/tags/bitcoin/)
   [monetization](https://wordpress.org/plugins/tags/monetization/)
 *  [Advanced View](https://wordpress.org/plugins/block-ads-to-bitcoin/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/block-ads-to-bitcoin/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/block-ads-to-bitcoin/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/block-ads-to-bitcoin/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/block-ads-to-bitcoin/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/block-ads-to-bitcoin/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/block-ads-to-bitcoin/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/block-ads-to-bitcoin/reviews/)

## Contributors

 *   [ owocki ](https://profiles.wordpress.org/owocki/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/block-ads-to-bitcoin/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://github.com/owocki)