Pyxpub is 100% Free and Open-Source software. You host your own payment processor. No third-parties involved. You are in full control. Costs are limited to running a computer and an internet connection. The software can run on an existing computer or simple and cheap hardware like a Raspberry Pi.
Your business, is nobody else's business. Receive Bitcoin Cash payments in a private manner. A unique address and payment code for each payment.
A safe system to receive payments. No data on the server or PoS terminal can compromise your earnings. Pyxpub forces you to follow Bitcoin best practices.
0-Conf payments. Quick, safe and easy way of receiving payments.
One sales register, or a dozen? Up-and-running in no time. Easy and quick deployment.
Based on modern web and payment technologies to make the experience as friction-less as possible.
Over 30 currencies supported. Along with a wide variety of exchange rate sources.
Making and receiving Bitcoin Cash payments should be as easy and friction-less as possible. It is our mission to make the payment procedure with Bitcoin Cash the most user friendly in the payment industry.
By following the Bitcoin industry standards and best practices, pyxpub forces its users to handle payments in a private and secure manner. A single code base taking care of the critical parts. Key principles are full ownership of the payment addresses and payment procedure, privacy by default and ease of operation.
Not only does pyxpub offer an out of the box Point-of-Sale solution. It also provides a complete development api to integrate Bitcoin Cash payments into your current Point-of-Sale system, or create your own application from scratch without having to worry to much about the sensitive bits..
Pyxpub includes a production build of React PoS by default.
To clone and run this application, you'll need Git, Python 3.6+, pip and virtualenv installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/acidsploit/pyxpub.git
# Go into the repository
$ cd pyxpub/
# Install dependencies
$ bash setup.sh
# Set xpub key
$ echo 'xpub...' > key.list
# Run the server
$ bash pyxpub.sh
# Browse to http://localhost:8080
This github repo has the source files of the React PoS application.
To clone and run this application, you'll need Git and npm installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/acidsploit/react-pos.git
# Go into the repository
$ cd react-pos/
# Install dependencies
$ npm install
# Run the app
$ npm start
# Browse to http://localhost:3000
Pyxpub and React-PoS are built with Python and ReactJS. We gratefully make use of some blockexplorers' and market trackers' apis: blockdozer.com, bitpay.com, bitcoin.com, bccblock.info, CryptoCompare and CoinMarketCap.
Original landing page template by Amit Merchant.