Bitcart
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)
TroubleshootingWhy 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.
TroubleshootingHow 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.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Step 1: Ensure Docker and Docker Compose are installed
Step 2: Clone bitcart-docker and run docker-compose up
Step 3: Visit http://localhost:3000 for admin panel setup
- Step 1: Ensure Docker and Docker Compose are installed
- Step 2: Clone bitcart-docker and run docker-compose up
- Step 3: Visit http://localhost:3000 for admin panel setup
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 SourceUninstall Info
Stop containers and remove data directories; no system files left behind.
No Extra Dependencies
Ready to use after download. No additional runtime required.
Having issues? Check the FAQ below
2 FAQs
Similar Projects
Visual Studio Code (Code - OSS)
A free, open-source code editor by Microsoft with rich extensions, debugging, and Git integration. The most popular developer tool worldwide.
scrcpy
Display and control your Android device from your computer via USB or TCP/IP. No root required, high performance, low latency, supports audio and video mirroring.
godot
Godot Engine is a free, open-source, cross-platform 2D and 3D game engine with a unified editor. Unlike Unity or Unreal, it's entirely MIT-licensed and community-driven, offering a lightweight yet powerful node-based workflow that runs on a single executable.