Howdy there!
We've just finished developing our first (of many to come) Bitcoin WordPress plugin. This particular one was inspired by the original Bitcoin Gem script.
DemoTo see what it does instead of reading the description, view a demo here:
http://bc4wp.com/bitcoin-chain-demo/ConceptThe idea is pretty simple - visitors on your site purchase your designated Game Object (in the demo, we use a ruby) for a particular price, hoping someone buys it again after them to make a profit. At a random interval (or if no purchases happen within a timeframe), a purchase will trigger a reset and the Game Object will go back to it’s starting point.
The unfortunate soul who’s purchase triggered the reset (all publically verifiably random with math) won’t own the Game Object anymore, so whatever they paid goes to you as the site owner to keep.
This plugin is fully documented with a convenient startup wizard, and allows for near infinite customization of how you want to run your chain game. Rather than continue to write on and on about what it can do and how it’s amazing, I’ll just post screenshots for your viewing pleasure.
ScreenshotsGeneral & Setup Wizard:
http://bc4wp.s3.amazonaws.com/chain-game/screenshots/plugin_overview_and_setup_wizard.pngChain Stages:
http://bc4wp.s3.amazonaws.com/chain-game/screenshots/chain_stages.pngPlayers:
http://bc4wp.s3.amazonaws.com/chain-game/screenshots/players_of_the_game.pngPurchases:
http://bc4wp.s3.amazonaws.com/chain-game/screenshots/purchase_pending_confirmation.pngSettings:
http://bc4wp.s3.amazonaws.com/chain-game/screenshots/settings_1.pnghttp://bc4wp.s3.amazonaws.com/chain-game/screenshots/settings_2.pnghttp://bc4wp.s3.amazonaws.com/chain-game/screenshots/settings_3.pngHow/where to buyTo purchase this plugin, visit our site at
http://bc4wp.com and add it to your cart. We use a shopping cart with Bitcoin support, registered accounts, and access keys to use inside the plugin to unlock it.
All purchased licenses can be used on an infinite number of sites.
The PriceObviously this software is best kept in as few hands as possible, and as it’s nature is of a money-generating sort, we've priced it as follows:
first 5 people:
35 BTC 10 BTC (only 2 left now) sold out
standard price:
65 BTC 25 BTC 7 BTC
Here's a 4 BTC discount link, due to the recent price surges:
http://bc4wp.com/plugin/zWnnR8D0Ufasdf342BAzIf you have questions, concerns, whatever - either post here or on our site's contact form. Enjoy!
FAQsDoes the plugin run on your own site, or hosted by bc4wp.comThe wordpress plugins we make are just that - plugins to be used inside of your own WordPress site installation. That means you can install this plugin like any normal WordPress plugin and have it work on your own remote site, completely separate from bc4wp.com's domain.
What is included in the purchase?Other than the plugin files themselves, lifetime support of the plugin as well as updates to it are included.
Also included in the purchase is an infinite-domain license, so you can install it on as many sites as you'd like.
Can I add features to it if I want?Technically yes, however it's best if you communicate those to us so we can implement them as options for you in newer versions. If you do custom edits to the plugin, any time we push an update it will overwrite any customizations you've made.
The theme of the public game page however can be completely themed and customized to your liking and won't be changed by any updates we push.
What is needed to get a site up and running with this plugin?To make use of the WordPress plugin, you must first have a site running on WordPress.
There are several tutorials to do this, but in a nutshell you a) buy hosting (generally shared hosting like hostmonster/hostgator), b) upload wordpress files or use hosting company's provided 1-click install, c) add the bc4wp.com Bitcoin Chain plugin to your site either by the standard ftp method or the simpler provided "Add New" option in the plugin section of your wp-admin area.
What do I have to do to setup a wallet for this?The easiest way is to make yourself a wallet at
http://blockchain.info/ since the plugin uses their apis to handle the purchases, payments, and reset verification. While it's not neccessary to have a wallet hosted there, it's easier when it comes to the payout settings.
For the payout settings (screenshot above) you can either use your blockchain.info account credentials or provide the private hash of a non-blockchain.info wallet. The nitty gritty details can be found here of how that works:
http://blockchain.info/api/blockchain_wallet_apiDo I have to run BitcoinID on my server?Negative! I had thought about doing something like that, but it would be an unnecessary hassle. To keep the plugin as upload-n'-use friendly as possible, we use the blockchain.info api to handle the behind-the-scenes calls and data receivers.
Their api is very fast and allows us to make use of their own BitcoinID process (if that's what they use? not sure.).
How does the site owner profit from this?1. Reset Odds
This is the most common way the site owner profits. As the chain gets higher and higher, the price naturally increases (by whatever % you set). Every so often - again at a % you can set - a purchase will trigger a reset of the chain, causing them to lose ownership of the Game Object.
Since they no longer own it, the next person to purchase it (now that it's reset to the starting price - configurable), the system never has to pay the person who triggered the reset since they don't own it any longer. In essence that means the buy price of whoever resets the Game Object is your profit.
2. Purchase Delay
The other way the site owner profits is when the elapsed time since the previous purchase has expired due to no new purchases. This timeframe is configurable and acts the same way as a reset.