Description
My Two Cents integrates your WordPress-powered site or blog’s commenting features with BitCoin.
My Two Cents is extremely lightweight, completely automated, and extremely unobtrusive. Simply provide your BitCoin address(es) and the plugin takes care of the rest. For best anti-spam results, I recommend enabling WordPress’s built-in “Comment must be manually approved” option in its Discussion Settings.
By default, My Two Cents automatically generates a unique BitCoin address for each comment. This feature relies on the “low-trust” BlockChain.info Receive Payments API. Your commenters send BTC to the automatically generated addresses, and BlockChain.info forwards the amount to the address that you choose.
Optionally, you can also use the simpler “transaction polling” method. This will add a field to your comment form asking for the commenter’s BitCoin address. Once each hour, My Two Cents queries the BitCoin blockchain (the public accounting ledger of transactions) and searches for funds transfers to your address from the commenter’s address.
When a valid transaction is detected, My Two Cents acts on the associated comment(s).
Maintaining this plugin is a labor of love. However, if you like it, please consider making a donation for your use of the plugin, purchasing one of Meitar’s web development books or, better yet, contributing directly to Meitar’s Cyberbusking fund. (Publishing royalties ain’t exactly the lucrative income it used to be, y’know?) Your support is appreciated!
Screenshots
Installation
- Upload
my-two-cents
to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Enter your BitCoin address(es) in the plugin’s Settings screen.
FAQ
- How do I get a BitCoin address?
-
If you don’t have any BitCoin addresses, you probably need to get a wallet. A BitCoin wallet is a software program that generates BitCoin addresses for you in the form of specially-linked random numbers called private and public keys. To learn more about getting an address, see the BitCoin Foundation’s “Getting started with BitCoin” guide.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“My Two Cents” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “My Two Cents” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
Version 0.2
- Feature: Automatically generate individual receive addresses per comment.
- Feature: Optionally set the minimum number of confirmations you require to consider a transaction valid.
- Usability: Commenters no longer need to enter their own BTC addresses before posting comments.
Version 0.1.1
- Usability: Validate BTC addresses and automatically reject invalid ones.
Version 0.1
- Initial release.