Spectrocoin (unofficial and experimental) WooCommerce payment gateway allows customers to make payment with Bitcoin or euros
Spectrocoin is a trademark of Spectro Finance Ltd (https://spectrocoin.com/)
INSTALLATION
- Upload plugin to wp-content/plugins/ directory
- Generate private and public keys
- Private key:
# generate a 2048-bit RSA private key openssl genrsa -out "private.key" 2048
- Public key:
# output public key portion in PEM format openssl rsa -in "private.key" -pubout -outform PEM -out "public.key"
- Add private key to plugin settings and public key to Spectrocoin project account
- Choose same receive currency for Wordpress plugin and spectrocoin.com project otherwise plugin would not work.