Skip to content

bitcard/bitmerchant

 
 

Repository files navigation

==================

Bitmerchant — A free, self-hostable Bitcoin payment processor.

Bitmerchant is a full Bitcoinj-based merchant-services platform. It lets you accept bitcoin payments or donations on your own website, without having to go through an intermediary service like coinbase or bitpay; the purchases or donations go directly into a wallet that you control, running on your server.

For more information, head over to http://tchoulihan.github.io/bitmerchant/

Features include

  • A fully-functioning bitcoin wallet, in a slick bootstrap-based web GUI.
  • A well-documented API.
  • A slick payment-button generator that can create orders using your own native currency.
  • Refund orders at the click of a button.
  • Uses the BIP70 Payment protocol to ensure correct payment amounts, and refund addresses.
  • Implement your own SSL certs.

Screenshots:

Installation

Download the jar, located here

And run the command:

java -jar bitmerchant-shaded.jar [parameters]
parameters:
	-testnet  : run on the bitcoin testnet3
	-deleteDB : delete the local database before starting
	-loglevel [INFO,WARN, etc] : Sets the log level

If accessing from another machine, vnc to the machine, or use a vpn service, and access either http://localhost:4567/ , or https://localhost:4567/ once you've enabled ssl.

Building from scratch

To build Bitmerchant, make sure you have both java 8, and maven installed. Then run the following commands:

git clone https://github.com/tchoulihan/bitmerchant
cd bitmerchant
mvn install

To run Bitmerchant:

java -jar target/bitmerchant-shaded.jar [parameters]

or better, use the run script, which also creates a log.out:

./run.sh [parameters]

parameters:
	-testnet  : run on the bitcoin testnet3
	-deleteDB : delete the local database before starting
	-loglevel [INFO,WARN, etc] : Sets the log level

If accessing from another machine, vnc to the machine, or use a vpn service, and access either http://localhost:4567/ , or https://localhost:4567/ once you've enabled ssl.

Support

If you'd like to contribute to the project, you can either post bounties for desired features here, or click this link.

Thanks

  • Special thanks to Mike Hearn and Andreas Schildbach for their assistance with BIP70 and refunding orders.

Feature requests / todos

  • Increase memory params
  • Add local-only send and check curl commands.
  • Add [-fullnode parameter]

About

A free, self-hostable bitcoin wallet made for merchants.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 59.0%
  • Java 28.2%
  • JavaScript 10.0%
  • CSS 2.7%
  • Shell 0.1%