ཞིབ་བརྗོད།
Sovereign Crypto Payments is a simple and free payment gateway for WooCommerce. No need to register anywhere, payments are made directly to your wallet without redirecting through a 3rd party website. You can either add a list of Bitcoin addresses or enter a Master Public Key (MPK), deriving a unique address for each order. MPK-mode currently only supports Legacy-wallets (xpub), while the regular mode works with all address formats (Legacy, Segwit, Bech32). This plugin is Bitcoin-only for now, more cryptocurrencies will be added soon. Next on the list is Monero.
Payments are verified in real-time via blockstream.info block explorer, orders are automatically set to processing after 1 confirmation. Bitcoin price is sourced from bittrex, poloniex and gate.io. Stores with non-USD currencies retrieve rates from exchangeratesapi.io.
Sovereign Crypto Payments was originally forked from Agile Cash.
For support, head over to the WordPress Support Forum or https://onionbazaar.org/?p=help for direct support.
Features
- 100% Free
- No 3rd Parties
- No Signups
- No Intermediaries
- Retrieve Bitcoin directly to your wallet
- All BTC address formats supported (Legacy, Segwit, Bech32)
- Bitcoin address derivation via MPK (xpub), preventing address reuse without having to add them manually
- Automatic payment processing
- Payment verification via blockstream block explorer
- Pricing through multiple exchange rate APIs
- Supports all fiat currencies
- Locally generated QR Code
- Noscript-friendly
གཏུབ་རེིས།
སྒྲིག་འཇུག
- Upload the entire
/sovereign-crypto-payments
directory to the/wp-content/plugins/
directory. - Activate Sovereign Crypto Payments through the ‘Plugins’ menu in WordPress.
- Open
WooCommerce
->Settings
->Payment
->Cryptocurrency
->Manage
to configure the plugin. - Enter your wallet addresses or MPK and pick the exchange rate sources.
- Make a test purchase to confirm everything works correctly.
FAQ
-
How to use a Master Public Key (MPK)?
-
A Master Public Key is used to derive BTC addresses directly from your wallet, without having to add addresses manually and assuring each address is only used once. To use it, you need the wallet software Electrum (electrum.org). Create a Legacy-wallet and go to
Wallet
->Information
to get your MPK (starting with xpub).Per default Electrum only displays the first 25 addresses. To increase that number (e.g. to 500), click
View
->Show Console
and enter the following commands:wallet.change_gap_limit(500)
wallet.storage.write()
གདེང་འཇོག
There are no reviews for this plugin.
བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།
“Sovereign Crypto Payments” is open source software. The following people have contributed to this plugin.
བྱས་རྗེས་འཇོག་མཁན།ཁྱེད་ཀྱི་སྐད་ཡིག་ནང་ལ་ “Sovereign Crypto Payments” ཡིག་སྒྱུར་བྱོས།
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
དག་བཅོས་ཉིན་ཐོ།
1.0.4 – 2021-03-05
- Compatibility to WordPress 5.7
1.0.3 – 2020-06-27
- Update checkout-template
1.0.2 – 2020-05-08
- Bugfix for some database setups, various smaller edits
1.0.1 – 2020-04-22
- Bugfix currency-conversion, code-formatting change
1.0.0 – 2020-04-21
- Fork of Agile Cash 1.8.3. Changed prefixes, fixed bugs, switched blockchain source to blockstream.info and currency conversion to exchangeratesapi.io. Interface simplified and altcoins removed. External QR code changed to local generation. The management and development of the plugin is done by OnionBazaar