btcpayserver/README.md

19 lines
967 B
Markdown
Raw Normal View History

2017-09-29 08:21:41 +02:00
[![Docker Automated build](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg)](https://hub.docker.com/r/nicolasdorier/btcpayserver/)
2017-09-29 08:13:07 +02:00
2017-09-13 08:47:34 +02:00
# BTCPay Server
## Introduction
If you:
* Currently depend on BitPay and want to keep using Bitcoin for your payments after November
* Do not want to give custody or control of your funds to a third party
2017-09-26 12:25:15 +02:00
* Have been rejected by BitPay for KYC/AML reasons after developing your solution
* Are a service provider who wants to offer Bitcoin payments to your customer with a different pricing model than BitPay
* Want to propose services similar to BitPay for an alt-currency.
* Want features BitPay is not willing to consider (Multi-sig + SegWit support soon)
2017-09-13 08:47:34 +02:00
Then head out to the [documentation](https://github.com/btcpayserver/btcpayserver-doc), this project is for you.
2017-10-21 13:30:59 +02:00
2017-10-21 13:31:36 +02:00
If you want to help development, go to [Local Development](https://github.com/btcpayserver/btcpayserver-doc/blob/master/Local-Development.md).