Skip to content

andrijaitisTom/virtuemart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpectroCoin Bitcoin Merchant Extension for Joomla VirtueMart

This is SpectroCoin Bitcoin Payment Extension for VirtueMart. This extenstion allows to easily accept bitcoins (and other cryptocurrencies such as DASH) at your Joomla VirtueMart website.

To succesfully use this plugin, you have to have a SpectroCoin Bitcoin wallet. You can get it here. Also you have to create a merchant project to get Merchant and Project IDs, to do so create a new merchant project here.

INSTALLATION

  1. Open Administration panel of Joomla

  2. Navigate to Extensions > Manage > Install

  3. Choose downloaded archive and click "Install"

  4. Generate private and public keys

    1. Automatically

    Go to SpectroCoin -> Project list click on your project, then select "Edit Project and then click "Generate" (next to Public key field), as a result you will get an automatically generated private key, download and save it. The matching Public key will be generated automatically and added to your project.

    1. Manually

    Private key:

    # generate a 2048-bit RSA private key
    openssl genrsa -out "C:\private" 2048
    

    Public key: ```shell # output public key portion in PEM format openssl rsa -in "C:\private" -pubout -outform PEM -out "C:\public" ```

CONFIGURATION

  1. Enter your Merchant ID, Project ID and Private key.

INFORMATION

This plugin has been developed by SpectroCoin.com If you need any further support regarding our services you can contact us via:
E-mail: info@spectrocoin.com
Phone: +442037697306
Skype: spectrocoin_merchant
Web: https://spectrocoin.com
Twitter: @spectrocoin
Facebook: SpectroCoin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages