OpenSource-Hub
B

Bitcart

939 stars·Developer Tools·SHA-256 checksum verified

Open-source cryptocurrency payment platform for merchants, users and developers, easy to set up and use.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Self-hosted crypto payment platform with Docker deployment and built-in store.

Core Features

  • Multi-currency support (BTC, LTC, etc.) with no middleman fees
  • Built-in admin panel and storefront, ready out of the box
  • One-click deployment via Docker Compose
  • BitCCL scripting language for custom checkout flow
  • Python SDK for new coin integration

What It Can't Do

  • Cryptocurrency price volatility is your own risk; initial blockchain sync may take hours; secure your server with HTTPS and firewall.

Use Cases

  • E-commerce stores accepting crypto payments
  • Physical point-of-sale using tablet and QR codes
  • Personal donation page with cryptocurrency tips

Detailed Introduction

Bitcart is a self-hosted, open-source cryptocurrency payment platform designed for merchants, users, and developers. It provides a complete ecosystem including core daemons, a merchant API, an admin panel, a ready-to-use storefront, Docker packaging for easy deployment, a Python SDK for coin integration, and a custom scripting language (BitCCL) for checkout flow automation. Bitcart supports multiple cryptocurrencies, offers a clean interface, and can be deployed with minimal technical effort via Docker Compose. It is ideal for businesses wanting to accept crypto payments without relying on third-party processors. Compared to BTCPay Server, Bitcart places a stronger emphasis on a unified admin panel and a ready-to-use store, while its BitCCL scripting language gives advanced users fine-grained control over checkout logic.

Troubleshooting & FAQ (2)

Troubleshooting
Why does Bitcart fail to match payment to the correct invoice when multiple TRC20/ERC20 invoices have identical amounts?

On account-model chains (ETH, TRX, XMR), all invoices share the same receive address. If two pending invoices have identical amounts, an onchain payment cannot be deterministically attributed. The planned fix adds minimal noise (e.g., 10^-divisibility) per colliding invoice. Until then, limit to one pending invoice per wallet at a time, or ensure unique invoice amounts to avoid collisions. This bug primarily affects stablecoins like USDT-TRC20 or USDC-ERC20 where USD-pegged prices easily produce identical token amounts.

GitHub Issue #605
Troubleshooting
How to fix 'invalid interpolation syntax' error when using a database password with special characters in Bitcart?

The error is triggered by ConfigParser interpreting percent signs from URL-encoded passwords. The permanent fix (commit 5e44983) disables interpolation. To apply it immediately, build Bitcart from the main branch. A workaround is to use a database password without the % character until a new release includes the patch.

GitHub Issue #506

Tags

cryptocurrencypaymentmerchante-commercebitcoin

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Ensure Docker and Docker Compose are installed

4

Step 2: Clone bitcart-docker and run docker-compose up

5

Step 3: Visit http://localhost:3000 for admin panel setup

Install Guide
  1. Step 1: Ensure Docker and Docker Compose are installed
  2. Step 2: Clone bitcart-docker and run docker-compose up
  3. Step 3: Visit http://localhost:3000 for admin panel setup
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop containers and remove data directories; no system files left behind.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-27 08:45:17
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

2 FAQs

Similar Projects