SatSale


Accept Bitcoin yourself.


SatSale is a simple, easily deployable, lightweight Bitcoin payment processor that connects to your own Bitcoin node or Lightning network node.

Host your own Bitcoin payment gateway for Woocommerce without a middleman or custodian. You can also use SatSale to process donations from your supporters.

Direct peer-to-peer payments without any middleman. No KYC, and greater privacy than reusing donation addresses


Installation (on-node):

                    $ git clone https://github.com/SatSale/SatSale
                    
$ cd SatSale/
$ pip3 install -r requirements.txt

# Edit config.toml with details from ~/.bitcoin/bitcoin.conf, then
$ gunicorn satsale:app
  • Process payments with your own Bitcoin node via RPC and SSH using Bitcoin core, or any other node software that supports RPC calls.
  • Direct peer-to-peer payments without any middleman. No KYC, and greater privacy than donation systems where Bitcoin addresses are reused multiple times.

  • Lightning Address support (e.g. me@mydomain.com)
  • Supports both clightning and lnd, or you can just use on-chain!
  • Lightweight and highly extendable, with basic html and css styling and a modular Python backend. Take a look at the code or lnd.py! Reusable and extendable API.
  • No shitcoin bloat. Bitcoin only.