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

SpectroFinance/SpectroCoin-Merchant-Magento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpectroCoin Bitcoin Payment Extension

MOVED

Up to date version can be found in SpectroCoin Magento Repo or SpectroCoin Magento 2 Repo


This module integrates SpectroCoin Payments with Magento to accept Bitcoin payments.

INSTALLATION

  1. Upload files to Magento main 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.)

CONFIGURATION

  1. Go to System -> Configuration -> Payment Methods -> SpectroCoin.
  2. Enter your Merchant Id, Application Id, Private key.

BENEFITS

  1. Accept Bitcoin payments.
  2. Fully automatic operation.
  3. Automatic conversion to bitcoin via realtime exchange rate feed and calculations.
  4. Lookup SpecroCoin transaction details.

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 Magento

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages