
內容簡介
Cryptoniq | WordPress 的加密貨幣付款外掛程式(去中心化)
使用比特幣、以太幣、波場幣、狗狗幣購物,從此掌握加密貨幣的輕鬆支付體驗。
Cryptoniq 是一個 Woocommerce 付款外掛程式,讓您可以使用加密貨幣支付商品。該外掛程式旨在讓支付盡可能舒適。
加密貨幣
此外掛僅支援以太幣(僅限 Lite 版本)。
立即升級至 Pro 版本,即可使用所有頂尖的貨幣:
比特幣 (BTC)
以太幣 (ETH)
波場幣 (TRX)
狗狗幣 (DOGE)
去中心化付款系統
大多數付款系統需要在其服務上註冊、在那裡創建錢包-控制您的資金,並且還向您收取提款手續費。
Cryptoniq 使用去中心化付款方式進行支付。您只需將錢包地址添加到外掛程式選項面板中,使用者就可以直接將錢付款到您的地址。這帶來以下優點:
直接付款
無第三方服務
無提款手續費
強大的管理面板
外掛程式具有自己的管理面板,在其中您可以設置選項。它允許您為產品添加錢包地址、添加貨幣價格、選擇支付貨幣等等...
支付方塊
付款方案擁有美觀且具有響應性的設計,與所有裝置兼容。隨時隨地僅需單擊一下,即可輕鬆支付。
貨幣
外掛程式支援169種貨幣(美元、歐元...)
官方網站
https://cryptoniq.io/wp/ - Cryptoniq 官方網站!
交流與文件
閱讀外掛程式文件,在此處: https://divengine.ticksy.com/articles/100013199/
翻譯
英語 - 預設
西班牙語
德語
義大利語
俄語
印地語
外掛標籤
開發者團隊
原文外掛簡介
Cryptoniq is a free, decentralized cryptocurrency payment gateway for WooCommerce. Buyers pay you directly in Bitcoin (BTC) or Ethereum (ETH) — the funds land in your wallet, not on a third-party platform that holds them, takes a cut, and makes you withdraw.
No accounts. No KYC. No custodian. Just paste your wallet address and start accepting crypto.
Why Cryptoniq?
Most “crypto gateways” are actually middlemen: you sign up on their platform, they hold your funds, charge a percentage, and you wait to withdraw. Cryptoniq flips that. Payments go peer-to-peer, on-chain, straight from the buyer’s wallet to yours.
You keep 100% of your sales — zero platform fees on top of network gas.
No registration required — install, paste your wallet, done.
Direct on-chain payments — funds arrive in your wallet within minutes.
Real-time price conversion — order totals are quoted in your store currency and converted to crypto at the live rate.
Features
WooCommerce checkout integration — adds Cryptoniq as a payment method like any other gateway.
Clean, mobile-friendly payment box with a QR code and one-click address copy.
Automatic order confirmation when the on-chain transaction is detected.
Live BTC and ETH exchange rates for EUR and USD (this free version supports those two store currencies — see PRO for 150+ currencies).
Multiple wallet addresses per coin — Cryptoniq rotates through them per order.
HPOS (High-Performance Order Storage) compatible.
Supported coins
Bitcoin (BTC)
Ethereum (ETH)
Want more coins, stablecoins, or instant detection?
A separate paid plugin, Cryptoniq PRO, is sold at cryptoniq.io. It is not included in or downloaded by this free plugin — it’s a separate plugin you install alongside this one. PRO adds:
Litecoin, Dogecoin, TRON, Solana, BNB Smart Chain
ETH on Arbitrum One and Optimism
USDT and USDC stablecoins on multiple chains
Real-time webhook detection (no waiting on polling)
150+ fiat currencies for conversion
Priority support
This free version does not contain any PRO code or features — it’s fully functional standalone, and there is no license key field anywhere in this plugin.
External services
This plugin relies on three external services to do its job. They are all free, public, and require no account or API key (the bundled Etherscan key is a shared default that you can override). No personal data is ever sent — not the buyer’s name, IP, email, order details, or anything else. Only public blockchain addresses you have already chosen to share, and the public identifiers of the coins/currencies whose prices the plugin needs to quote.
1. api.coingecko.com — exchange rates
What it is: CoinGecko’s free public price API.
What it’s used for: Converting your store’s order totals from fiat (USD, EUR, GBP, …) into the equivalent amount of BTC or ETH the customer needs to send at checkout.
What data is sent: Only the public coin identifiers (bitcoin, ethereum) and the target currencies (usd, eur) the plugin needs prices for. The request URL looks like https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd,eur. No personal data, no order data, no site identifiers.
When it’s sent: Once every 30 minutes via WordPress cron (background), and on plugin activation if no cached prices exist yet. Never on a customer-facing page load.
Terms of Service: https://www.coingecko.com/en/terms
Privacy Policy: https://www.coingecko.com/en/privacy
2. blockchain.info — BTC transaction lookups
What it is: Blockchain.com’s public Bitcoin blockchain explorer.
What it’s used for: Checking whether the customer’s expected BTC payment has arrived at the wallet address you configured. The plugin asks blockchain.info for the list of unspent outputs at that address and looks for one matching the order’s expected amount.
What data is sent: Only the merchant’s BTC wallet address — the same address the buyer is asked to send funds to (already public, both on your checkout page and on-chain). The request URL looks like https://blockchain.info/unspent?active=YOUR_BTC_ADDRESS. No buyer data, no order ID, no site identifiers.
When it’s sent: Only while a customer is actively on the Cryptoniq payment page for an unpaid BTC order — polled via AJAX every few seconds until payment is detected or the 3-hour payment window expires. Never otherwise.
Terms of Service: https://www.blockchain.com/legal/terms
Privacy Policy: https://www.blockchain.com/legal/privacy
3. api.etherscan.io — ETH transaction lookups
What it is: Etherscan’s public Ethereum blockchain explorer API.
What it’s used for: Same purpose as blockchain.info but for ETH — checking whether the customer’s expected ETH payment has arrived at the merchant’s wallet address.
What data is sent: Only the merchant’s ETH wallet address and an Etherscan API key (the plugin ships with a free shared-tier key; you can replace it via the apikey_eth option). The request URL looks like https://api.etherscan.io/api?module=account&action=txlist&address=YOUR_ETH_ADDRESS&apikey=.... No buyer data, no order ID, no site identifiers.
When it’s sent: Only while a customer is actively on the Cryptoniq payment page for an unpaid ETH order — same AJAX polling schedule as blockchain.info above. Never otherwise.
Terms of Service: https://etherscan.io/terms
Privacy Policy: https://etherscan.io/privacypolicy
The plugin never connects to api.cryptoniq.io or any other server controlled by the plugin author — all blockchain and price data comes from the three independent public services listed above.
Third-Party Libraries
This plugin ships with the following third-party JavaScript libraries. The minified files in assets/js/cryptoniq.libs.js are publicly maintained open-source projects — full unminified source is available at each project’s repository:
clipboard.js v1.7.1 — copy-to-clipboard helper for the payment box. Source: https://github.com/zenorocha/clipboard.js (MIT license)
