Plugin info

Total downloads: 5,529
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/31/2016 (3287 days ago)
Added to WordPress: 12/31/2016 (9 years old)
Minimum WordPress version: 4.2.0
Tested up to WordPress version: f
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3287 days ago

20/100

Is Stats Dashboard for Coinpayments abandoned?

Possibly abandoned (last update 3287 days ago).

Compatibility

Requires WordPress: 4.2.0
Tested up to: f
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

CryptoCart Lite by WPRobo
Rating 0.0/5 (0 reviews)Active installs 0

Description

CoinPayments Dashboard displays balance, rates information from coinpayments.net for your account.
This enable the coinpayments user to see some basic stats from WordPress without login Coinpayment.net
.

Installation

Manual installation

  1. Upload the plugin directory to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Configuration

CoinPayments Dashboard provides a number of constants that can be used to grab information from
coinpayments.net . Users who wish to change these values should define the constants in wp-config.php.

After installing, you should define COINPAYMENTS_PUBLIC_KEY and COINPAYMENTS_PRIVATE_KEY in wp-config.php. The plugin will work without them; however, you will still need to configure these options if you don’t define them in wp-config.php. To define them copy the following code to your wp-config.php file, update the key to use your public key, and private to match coinpayments.net account you’re using:

`

define( ‘COINPAYMENTS_PUBLIC_KEY’, ’39c4820390d8f050giweda50268c7583′ );
define( ‘COINPAYMENTS_PRIVATE_KEY’, ‘abcdefghijklmn1234567890’ );
`

Configuring other constants is similarly done by defining the constant in wp-config.php. All constants are explained
below.

COINPAYMENTS_API_ENDPOINT

Defines the API endpoint for Coinpayments.net. This should not usually need to be changed, but is added in the event that Coinpayments
decides to use a different API endpoint, or if there is a need for a user to have a special endpoint.

default: (string) ‘https://www.coinpayments.net/api.php’

Frequently Asked Questions

What kind of permission should I assign to the key pair?

The plugins requires at least balances and rates read permission.

Review feed

No reviews available

Screenshots

  1. Admin Dashboard Widget

    Admin Dashboard Widget

  2. Setting View

    Setting View

  3. Configuration View

    Configuration View

Changelog

1.0.0

Initial release.