SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6de3b5a85e4752211e146cf1f717bd3ad69142de
parent 8a76ce33c75c5e85aa77194d9b155e71127b5fac
Author: Nick <nicholas.w.farrow@gmail.com>
Date:   Sun, 10 Jan 2021 21:48:15 +1100

Grammatical errors fixed
Diffstat:
MREADME.md | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -8,15 +8,16 @@ Currently, BTCPyment only provides donation buttons, but we plan to soon extend BTCPyment makes donation buttons simple; using Python and Javascript to talk to your own Bitcoin node, with an easy iframe embed install. BTCPyment uses RPC to generate new addresses from your Bitcoin node, and monitors the payment status with your own copy of the blockchain. Soon, we hope to support lightning payments as well as function as a payment processor for a variety of web shops (woocommerce, shopify). # Features -* Lightweight, Python and Javascript talk to your own Bitcoin node via websockets and SSH. -* Direct peer-to-peer payments without any middleman. No KYC, and greater privacy than donation systems with reused Bitcoin addresses. +* Talk to your own Bitcoin node via RPC and SSH. Bitcoin core, or any other node software that supports RPC calls. +* Lightweight - Python and Javascript websockets. +* Direct peer-to-peer payments without any middleman. No KYC, and greater privacy than donation systems wher Bitcoin addresses are reused multiple times. * Natively supports all bitcoind node features (e.g. segwit) through RPC. * QR codes, user chooses the minimum payment confirmations and payment expiry duration. * Highly extendable, just take a look at the code! Optional code execution upon payment. * No shitcoin bloat. Bitcoin only. # Installation (short!) -BTCPyment requires you to have a server host on, and a connection to a Bitcoin node. If you don't have one, you should [install one](https://bitcoincore.org/en/download/). +You require a server to host an instance of BTCPyment on, and a connection to a Bitcoin node. If you don't have a Bitcoin node, you should [install one](https://bitcoincore.org/en/download/). ### Install Clone and install dependencies ```