Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

SpectroFinance/SpectroCoin-Merchant-WHMCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

SpectroCoin Bitcoin Payment Extension

MOVED

Up to date version can be found in SpectroCoin Repo


This merchant module integrates SpectroCoin Payments with WHMCS to accept Bitcoin payments.

INSTALLATION

  1. Upload module content to your WHMCS folder.
  2. Generate private and public keys [Manually]
    1. Private key:
    # generate a 2048-bit RSA private key
    openssl genrsa -out "C:\private" 2048
    1. Public key:
    # output public key portion in PEM format
    openssl rsa -in "C:\private" -pubout -outform PEM -out "C:\public"
  3. Generate private and public keys [Automatically]
    1. Private key/Public key: Go to SpectroCoin -> Project list Click on your project -> Edit Project -> Click on Public key (You will get Automatically generated private key, you can download it. After that and Public key will be generated Automatically.)

    2. Save private key to modules/gateways/spectrocoin/keys as "private"

CONFIGURATION

  1. Go to Setup -> Payments -> Payment Gateways -> All Payment Gateways
  2. Select "Bitcoin provided by SpectroCoin" and press Activate
  3. Enter your Merchant Id, Application Id.

INFORMATION

  1. You can contact us e-mail: info@spectrocoin.com
  2. You can contact us by phone: +442037697306
  3. You can contact us on Skype: spectrocoin_merchant

About

SpectroCoin Bitcoin merchant plugin for WHMCS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages