MOVED
Up to date version can be found in SpectroCoin Repo
This merchant module integrates SpectroCoin Payments with WHMCS to accept Bitcoin payments.
INSTALLATION
- Upload module content to your WHMCS folder.
- Generate private and public keys [Manually]
- Private key:
# generate a 2048-bit RSA private key openssl genrsa -out "C:\private" 2048
- Public key:
# output public key portion in PEM format openssl rsa -in "C:\private" -pubout -outform PEM -out "C:\public"
- Generate private and public keys [Automatically]
-
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.)
-
Save private key to modules/gateways/spectrocoin/keys as "private"
-
CONFIGURATION
- Go to Setup -> Payments -> Payment Gateways -> All Payment Gateways
- Select "Bitcoin provided by SpectroCoin" and press Activate
- Enter your Merchant Id, Application Id.
INFORMATION
- You can contact us e-mail: info@spectrocoin.com
- You can contact us by phone: +442037697306
- You can contact us on Skype: spectrocoin_merchant