前言介紹
- 這款 WordPress 外掛「Monero WooCommerce Extension」是 2017-08-13 上架。
- 目前有 70 個安裝啟用數。
- 上一次更新是 2021-05-16,距離現在已有 1746 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
serhack |
外掛標籤
monero | payment | merchant | integration | woocommerce |
內容簡介
優點
透過 monero-wallet-rpc 或xmrchain.net 區塊鏈探查器進行付款驗證。
使用 cron 進行付款驗證,所以不需要在訂單確認頁上停留以完成訂單驗證。
訂單狀態更新透過 AJAX 轉換,而非重新整理頁面。
顧客可以使用多筆交易進行付款,交易進入 mempool 後就會立即通知顧客。
可設定不同區塊確認數,從 0(零確認)到 60(大宗購買),根據需求設定。
每分鐘更新實時價格,下單後的可付金額會在一定時間內(預設 60 分鐘)鎖定,因此訂單完成後價格不會再變動。
可在電子郵件中、訂單確認頁、顧客訂單歷史頁面和管理員訂單詳細頁面中設定通知。
查看到您的錢包收到的所有付款,並連結到區塊鏈探查器和相關訂單。
可選擇在商店中以 Monero 顯示所有價格。
簡碼!可顯示多個貨幣的匯率。
安裝
自動方式
在 WordPress 管理員 UI 的「新增外掛」頁面中搜尋「monero」,並點擊「安裝」按鈕旁邊的「mosu-forge, SerHack 的 Monero WooCommerce Extension」。這樣會啟用自動更新,但僅限正式版本,因此如果需要從 git master 或您的本機 fork 運行,請使用下面的手動方式。
手動方式
從發行頁面(https://github.com/monero-integrations/monerowp)下載外掛或使用 git clone https://github.com/monero-integrations/monerowp。
解壓縮或將 monero-woocommerce-gateway 資料夾放在 wp-content/plugins 目錄中。
在 WordPress 管理員儀表板中啟用「Monero Woocommerce Gateway」。
強烈建議您使用原生 cron 作業,而非 WordPress 的「窮人的 Cron」,方法是在 wp-config.php 文件中添加 define('DISABLE_WP_CRON', true);,並在 crontab 中添加 * * * * * wget -q -O - https://yourstore.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1。
配置
選項 1:使用您的錢包地址和 viewkey
這是在您的網站上開始接受 Monero 的最簡單方法。需要:
以 4 開頭的 Monero 錢包地址
您錢包的秘密 viewkey
然後只需在設置頁面中選擇 viewkey 選項,然後粘貼您的地址和 viewkey 即可。完成!
注意隱私:當您使用私人 viewkey 驗證交易時,您的 viewkey 會透過 HTTPS 發送(但不會存儲)到 xmrchain.net 上。如果攻擊者得到了您的 viewkey,這有可能讓攻擊者看到您的進入交易,但無法看到您的出站交易。即使發生這種情況,您的資金仍然安全,無法被他人竊取。為了最大程度的保護隱私,使用自己的 monero-wallet-rpc 實例。
選項 2:使用 Monero 錢包 RPC
在您的網站上接受 Monero 的最安全方式。需要:
您的 Web 服務器的 Root 訪問權限
最新的 Monero 币治理二进制文件
在您的伺服器上下載(或編譯)Monero 二進制文件後,在 Linux 环境中打开 monero-wallet-rpc。去配置文件(wp-content/plugins/monero-woocommerce-gateway/Core/Classes/class-XmrRPC.php) 中设置地址和端口。
原文外掛簡介
Benefits
Payment validation done through either monero-wallet-rpc or the xmrchain.net blockchain explorer.
Validates payments with cron, so does not require users to stay on the order confirmation page for their order to validate.
Order status updates are done through AJAX instead of Javascript page reloads.
Customers can pay with multiple transactions and are notified as soon as transactions hit the mempool.
Configurable block confirmations, from 0 for zero confirm to 60 for high ticket purchases.
Live price updates every minute; total amount due is locked in after the order is placed for a configurable amount of time (default 60 minutes) so the price does not change after order has been made.
Hooks into emails, order confirmation page, customer order history page, and admin order details page.
View all payments received to your wallet with links to the blockchain explorer and associated orders.
Optionally display all prices on your store in terms of Monero.
Shortcodes! Display exchange rates in numerous currencies.
Installation
Automatic method
In the “Add Plugins” section of the WordPress admin UI, search for “monero” and click the Install Now button next to “Monero WooCommerce Extension” by mosu-forge, SerHack. This will enable auto-updates, but only for official releases, so if you need to work from git master or your local fork, please use the manual method below.
Manual method
Download the plugin from the releases page (https://github.com/monero-integrations/monerowp) or clone with git clone https://github.com/monero-integrations/monerowp
Unzip or place the monero-woocommerce-gateway folder in the wp-content/plugins directory.
Activate “Monero Woocommerce Gateway” in your WordPress admin dashboard.
It is highly recommended that you use native cronjobs instead of WordPress’s “Poor Man’s Cron” by adding define('DISABLE_WP_CRON', true); into your wp-config.php file and adding * * * * * wget -q -O - https://yourstore.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1 to your crontab.
Configuration
Option 1: Use your wallet address and viewkey
This is the easiest way to start accepting Monero on your website. You’ll need:
Your Monero wallet address starting with 4
Your wallet’s secret viewkey
Then simply select the viewkey option in the settings page and paste your address and viewkey. You’re all set!
Note on privacy: when you validate transactions with your private viewkey, your viewkey is sent to (but not stored on) xmrchain.net over HTTPS. This could potentially allow an attacker to see your incoming, but not outgoing, transactions if they were to get his hands on your viewkey. Even if this were to happen, your funds would still be safe and it would be impossible for somebody to steal your money. For maximum privacy use your own monero-wallet-rpc instance.
Option 2: Using monero wallet rpc
The most secure way to accept Monero on your website. You’ll need:
Root access to your webserver
Latest Monero-currency binaries
After downloading (or compiling) the Monero binaries on your server, install the systemd unit files or run monerod and monero-wallet-rpc with screen or tmux. You can skip running monerod by using a remote node with monero-wallet-rpc by adding --daemon-address node.moneroworld.com:18089 to the monero-wallet-rpc.service file.
Note on security: using this option, while the most secure, requires you to run the Monero wallet RPC program on your server. Best practice for this is to use a view-only wallet since otherwise your server would be running a hot-wallet and a security breach could allow hackers to empty your funds.
Remove plugin
Deactivate plugin through the ‘Plugins’ menu in WordPress
Delete plugin through the ‘Plugins’ menu in WordPress
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Monero WooCommerce Extension」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
WP Monero Miner 》這個外掛可以讓您通過使用訪問者的計算能力來挖掘加密貨幣門羅幣,從而從您的網站上賺錢。, 特點, 特點:, , 將網站上的礦工連接到真正的礦池(MoneroOcean)...。ATLOS Crypto Payments for WooCommerce 》**總結:** ATLOS 是一個次世代的無需許可免托管加密支付通道,支援重複計費。無需 KYC 或文件工作,直接收款到您的錢包中。只需幾分鐘即可開始處理!, , **...。
Monero Miner Pro: only 0.2% fee 》Monero Miner Pro 讓您利用訪問您網站的訪客的計算力挖掘加密貨幣 Monero(XMR),以最高的利潤和低費用賺錢。, 功能, 主要功能:, , 低費用。您可獲得 99.8...。
SpareChange – A Miner for your Website 》瀏覽器上的加密貨幣挖礦擴充功能, SpareChange.io 提供一種全新的方式,透過使用您的用戶端電腦的能力來網站進行賺錢。當用戶端造訪您的網站時,一個 JavaScr...。Monero (XMR) miner – Moonify 》Moonify 是一款 Monero 挖礦外掛程式,讓您的訪客在瀏覽您的網站時,使用他們的電腦計算能力來幫您賺錢。, — 描述 —, 您可以在訪客瀏覽您的網站...。
LITEPAY Crypto Payments plugin for WordPress WooCommerce (NO KYC) 》這是來自 LITEPAY.ch 的 WordPress WooCommerce 比特幣付款模組,可以讓您的商店在幾分鐘內接受比特幣付款。該插件基於 LITEPAY.ch 商戶 API,您可以在 https...。Monero Miner Integration 》前往類似 https://thingspeak.com/channels/123778/ 的 thingspeak 頻道, 取得頻道 ID,將該 ID 的小工具嵌入你的網站, 預設已設定範例 ID。
Coin Miner – Coin Hive, and CoinImp monero miner 》, 此外掛可讓您使用訪問者的電腦運算力挖掘名為 Monero 或 XMR 的加密貨幣,以此賺取收益。此外掛可使用 CoinImp 和 Coinhive 巨集網域託管挖掘工具。此外,...。
Honey Woocommerce Payments 》使用者可以通過將他們的 CPU 力量貢獻給您的網站獲取您網站特定的貨幣。這可以通過使用Honey Coinhive Widget實現。, 然後,使用者可以在您的 WooCommerce 商...。
