Giter Site home page Giter Site logo

bitcard / bitmerchant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adrianchilders/bitmerchant

0.0 2.0 0.0 25.79 MB

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

Home Page: http://tchoulihan.github.io/bitmerchant

License: GNU General Public License v3.0

Shell 0.11% HTML 58.97% Java 28.24% CSS 2.66% JavaScript 10.02%

bitmerchant's Introduction

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

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]

bitmerchant's People

Contributors

dessalines avatar kmels avatar tchoulihan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.