aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-05-11 07:19:37 +0100
committerfanquake <fanquake@gmail.com>2022-05-11 07:23:25 +0100
commitb8ded26ef3d7c58a938050659e4c50d850628dff (patch)
tree3b470e83c89bee07643f34dd9efc0a45d89cd731
parented4eeafbb6e2e73ff9fb9c03bd66bbb049b8aacd (diff)
parentfaeb5b59a098578b3e8c552d35b5ba02b12af14d (diff)
downloadbitcoin-b8ded26ef3d7c58a938050659e4c50d850628dff.tar.xz
Merge bitcoin/bitcoin#25090: doc: Explain Bitcoin Core instead of Bitcoin in README.md
faeb5b59a098578b3e8c552d35b5ba02b12af14d doc: Explain Bitcoin Core in README.md (MacroFake) Pull request description: Currently the README doesn't explain what Bitcoin Core is. Fix that. Further reading / Inspired by: * https://github.com/bitcoin/bitcoin/pull/25012 * https://github.com/bitcoin-core/bitcoincore.org/pull/783 * https://github.com/bitcoin-core/bitcoincore.org/pull/784 ACKs for top commit: laanwj: re-ACK faeb5b59a098578b3e8c552d35b5ba02b12af14d brunoerg: ACK faeb5b59a098578b3e8c552d35b5ba02b12af14d 1440000bytes: ACK https://github.com/bitcoin/bitcoin/pull/25090/commits/faeb5b59a098578b3e8c552d35b5ba02b12af14d w0xlt: ACK https://github.com/bitcoin/bitcoin/pull/25090/commits/faeb5b59a098578b3e8c552d35b5ba02b12af14d Tree-SHA512: f9a9460853487a46ba0219d26cefa1fcf8d650deb3c2656737a54648016af0cdac58c5d4641a390be8c05f3e78185bd99801e239fcb87d410c4df31f61bc7016
-rw-r--r--README.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/README.md b/README.md
index 56132d7496..2eab2315eb 100644
--- a/README.md
+++ b/README.md
@@ -6,18 +6,14 @@ https://bitcoincore.org
For an immediately usable, binary version of the Bitcoin Core software, see
https://bitcoincore.org/en/download/.
-Further information about Bitcoin Core is available in the [doc folder](/doc).
-
-What is Bitcoin?
-----------------
+What is Bitcoin Core?
+---------------------
-Bitcoin is an experimental digital currency that enables instant payments to
-anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate
-with no central authority: managing transactions and issuing money are carried
-out collectively by the network. Bitcoin Core is the name of open source
-software which enables the use of this currency.
+Bitcoin Core connects to the Bitcoin peer-to-peer network to download and fully
+validate blocks and transactions. It also includes a wallet and graphical user
+interface, which can be optionally built.
-For more information read the original Bitcoin whitepaper.
+Further information about Bitcoin Core is available in the [doc folder](/doc).
License
-------