SuchWOW Gateway release

master
rapeafed 2 months ago
parent 29b69ab15c
commit d959c8d5b5

@ -6,7 +6,7 @@ SuchWOW Gateway is a WordPress plug-in that integrates Wownero as a payment meth
## SuchWOW Gateway Features
* Payment clearance by your private Wownero inter-dimensional bank daemon which is accessed by SuchWOW Gateway trough your own RPC instance of your wowlet
* Alternatively payment clearance can be done through block explorer using view key, by default explorer.suchwow.xyz - the block explorer of the trusted meme authority suchwow.xyz
* Alternatively payment clearance can be done through block explorer using view key, by default - explorer.suchwow.xyz - the block explorer of the trusted meme authority suchwow.xyz
* Background payment validation
* Order status update through AJAX instead of Javascript page reloads
* Customers can pay with multiple transactions and are notified as soon as transactions hit the mempool
@ -20,16 +20,16 @@ to your own wowlet via Wownero daemon
Before activating your SuchWOW Gateway you will need
* WordPress website
* WooCommerce plug-in for WordPress
* This SuchWOW Gateway plug-in
* [WooCommerce plug-in for WordPress](https://wordpress.org/plugins/woocommerce/)
* [This SuchWOW Gateway plug-in](https://git.wownero.com/rapeafed/suchwow-gateway/archive/master.zip)
* BCMath extension for PHP is activated (it usually is)
* If you will be using block explorer clearance (easy and less private) then you will need Wowlet or Wownero CLI Wallet to create wallet and get your address and viewkey
* If you want to use your own daemon to clear transactions (more private and slightly more complicated setup) then you will need Wownero CLI Wallet downloaded and installed nearby or on the same server with WordPress. You will need wownerod (Wownero daemon) and wownero-wallet-rpc from the Wownero CLI Wallet package
* If you will be using block explorer clearance (easy and less private) then you will need Wowlet or [Wownero CLI Wallet](https://git.wownero.com/wownero/wownero/releases) to create wallet and get your address and viewkey
* If you want to use your own daemon to clear transactions (more private and slightly more complicated setup) then you will need [Wownero CLI Wallet]https://git.wownero.com/wownero/wownero/releases downloaded and installed nearby or on the same server with WordPress. You will need wownerod (Wownero daemon) and wownero-wallet-rpc from the Wownero CLI Wallet package
## Installing the plugin
### Semi-Automatic Method
1. Download SuchWOW Gateway plug-in zip file
1. [Download SuchWOW Gateway plug-in zip file] (https://git.wownero.com/rapeafed/suchwow-gateway/archive/master.zip)
2. Open WordPress
3. Go “PlugIns” on the left side when you login to your WordPress as admin.
4. Click “Add new Plugin” on top
@ -41,7 +41,7 @@ If you are still reading this paragraph consider using Option 1 - default block
Automatic installation and updates are not available at this moment check back for updates.
### Manual Method
1. Download SuchWOW Gateway plugin from the [releases page](https://git.wownero.com/rapeafed/suchwow-gateway) or clone with `git clone https://git.wownero.com/rapeafed/suchwow-gateway`
1. Download SuchWOW Gateway plugin from the [releases page](https://git.wownero.com/rapeafed/suchwow-gateway/archive/master.zip) or clone with `git clone https://git.wownero.com/rapeafed/suchwow-gateway`
2. Unzip or place the `suchwow-gateway` folder in the `wp-content/plugins` directory of
3. Activate "SuchWOW Gateway" in your WordPress admin/plugins dashboard.
@ -64,11 +64,11 @@ Note on privacy: when transactions are validated with your private viewkey, your
The most secure way to use SuchWOW Gateway and accept Wownero payments on your website. You'll need:
* Root access to your webserver
* Latest [Wownero CLI Wallet Binaries](https://git.wownero.com/wownero/releases)
* Latest [Wownero CLI Wallet Binaries](https://git.wownero.com/wownero/wownero/releases)
1. Downloading or compile the Wownero binaries on your server
2. Run the Wownero daemon and wowlet rpc instance one of the following ways:
a. Install the [systemd unit files](https://git.wownero.com/rapeafed/suchwow-gateway/tree/master/assets/systemd-unit-files) - (make sure you check configuration there first)
a. Install the [systemd unit files](https://git.wownero.com/rapeafed/suchwow-gateway/src/branch/master/assets/systemd-unit-files) - (make sure you check configuration there first)
or
b. Run `wownerod` and `wownero-wallet-rpc` with `screen` or `tmux`:
Examples of Wownero daemon command line:
@ -79,7 +79,7 @@ The most secure way to use SuchWOW Gateway and accept Wownero payments on your w
Examples of wownero-wallet-rpc:
Replace wowletfile with your wowlet file name and ip with ip address of rpc instance. For best security only run rpc instance locally.
Add --rpc-bind-ip 127.0.0.1 -confirm-external-bind if RPC instance is on the other server
Add --rpc-bind-ip 127.0.0.1 --confirm-external-bind if RPC instance is on the other server
Add --daemon-address node.suchwow.xyz:34568 to use remote daemon
Add --log-level 4 for logging
Add --prompt-for-password to ask for password

Loading…
Cancel
Save