Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
Go to file
2018-03-26 11:54:10 +09:00
BTCPayServer bump 2018-03-26 09:49:03 +09:00
BTCPayServer.Tests Can send max invoice value for lightning payments 2018-03-26 01:57:44 +09:00
.dockerignore Remove launch profile from docker 2017-10-19 17:45:07 +09:00
.editorconfig Adopt dotnet core editorconfig, big reformating 2017-10-27 17:53:04 +09:00
.gitattributes shebang and fix line ending 2018-03-06 09:23:08 -05:00
.gitignore Preserving bundles directory required for build 2018-02-27 17:03:49 +09:00
btcpayserver.sln Update test sdk 2018-02-26 19:06:02 +09:00
build.ps1 chmod +x scripts 2018-03-06 09:15:09 -05:00
build.sh shebang and fix line ending 2018-03-06 09:23:08 -05:00
Dockerfile update .net core 2018-03-19 00:44:12 +09:00
LICENSE happy new year 2018-01-17 17:43:57 +01:00
Nuget.Config Init 2017-09-13 15:55:16 +09:00
publish-docker.ps1 update publish-docker 2018-03-26 11:54:10 +09:00
README.md fix doc 2018-03-06 09:40:21 -05:00
run.ps1 chmod +x scripts 2018-03-06 09:15:09 -05:00
run.sh shebang and fix line ending 2018-03-06 09:23:08 -05:00

BTCPay Server

Docker Automated build Deploy to Azure

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.

First install .NET Core SDK as specified by Microsoft website.

On Powershell:

.\build.ps1

On linux:

./build.sh

How to run

Use the run scripts to run BTCPayServer, this example show how to print the available command line arguments of BTCPayServer.

On Powershell:

.\run.ps1 --help

On linux:

./run.sh --help

Other dependencies

For more information see the documentation How to deploy a BTCPay server instance.