Description
An easy to install, simple to use Donation button that displays a Bitcoin payment popup.
To use it, you need a Bitcoin wallet that is either BIP32 or BIP44 compatible. (When in doubt, use one of the recommended wallets on the TripleA Donations website.)
Our Bitcoin Donation popup generates secure single-use payment addresses (that is, a different payment address for each user and each transaction). This protects your transaction history from prying eyes.
Features:
- Use a simple shortcode to place the donation button.
- Many button styles to choose from.
- Email notifications when a payment is made (in addition to your own bitcoin wallet notifications).
- No login or registration needed.
- No commissions charged since these are direct P2P payments.
Planned:
- Place several buttons on a page (currently just 1).
- Backend page showing all received donations.
- Export transactions to CSV file.
Note regarding the Bitcoin wallet compatibility
We currently support regular Bitcoin payment addresses, those that start with 1.
This means we are not compatible with wallets that provide addresses starting with 3 (Segwit), ‘bch’ or other.
Installation and Configuration
- Upload the folder containing the plugin files to the
/wp-content/plugins
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Use the
Settings -> Bitcoin Donations
screen to configure the plugin. - You will need a bitcoin wallet’s XPub key to configure it. Find instructions for specific wallets at our TripleA Bitcoin donations homepage.
- Copy-paste the shortcode, place it where you want the Donation button to appear.
Then try out your Bitcoin donation button!
Screenshots
FAQ
- Where can I find documentation?
-
You can contact us at contact@triple-a.io or visit our Donations webpage.
- What is an XPub key?
-
An XPub key allows generating payment addresses. It all HD wallets you will be able to view and copy that XPub key.
- Where can I find the XPub key?
-
Find instructions for specific wallets at our TripleA Bitcoin donations homepage.
Reviews
Contributors & Developers
“TripleA Bitcoin Donations” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “TripleA Bitcoin Donations” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
Improved FAQ and instructions.
1.0.1
- Added proper readme.txt
- Added error messages on settings page.
1.0.0
- First useable version!