Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Sovereign Crypto Payments

Popis

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

Snímky obrazovky

  • Simple Address Setup
  • Carousel Mode
  • MPK Mode
  • Pricing Sources
  • Store: Select Payment Gateway
  • Store: Pay for your order

Instalace

  1. Upload the entire /sovereign-crypto-payments directory to the /wp-content/plugins/ directory.
  2. Activate Sovereign Crypto Payments through the ‚Plugins‘ menu in WordPress.
  3. Open WooCommerce -> Settings -> Payment -> Cryptocurrency -> Manage to configure the plugin.
  4. Enter your wallet addresses or MPK and pick the exchange rate sources.
  5. Make a test purchase to confirm everything works correctly.

Nejčastější dotazy

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()

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Sovereign Crypto Payments je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přehled změn

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