mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-30 12:14:23 +01:00
834ba4afabf80d8fc4a37109b115c77a693ced2f
BTCPay Server
Introduction
BTCPay Server is an Open Source payment processor, written in C#, that conforms to the invoice API of Bitpay. This allows easy migration of your code base to your own, self-hosted payment processor.
This solution is for you if:
- You are currently using Bitpay as a payment processor but are worried about their commitment to Bitcoin in the future
- You want to be in control of your own funds
- Bitpay compliance team decided to reject your application
- You want lower fees (we support Segwit)
- You want to become a payment processor yourself and offer a BTCPay hosted solution to merchants
- You want a way to support currencies other than those offered by Bitpay
Documentation
Please check out our complete documentation for more details.
You can also checkout The Merchants Guide to accepting Bitcoin directly with no intermediates through BTCPay.
How to build
While the documentation advise using docker-compose, you may want to build yourself outside of development purpose.
cd BTCPayServer
dotnet build -c Release
How to run
dotnet run --no-launch-profile --no-build -c Release -- [btcpay's args]
Languages
C#
77%
HTML
18.2%
JavaScript
3%
CSS
1.3%
Shell
0.3%
Other
0.1%
