Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
_site
.sass-cache
.jekyll-metadata
*.swp
*.swo
8 changes: 6 additions & 2 deletions _posts/en/pages/2016-01-01-about.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ version: 1
redirect_from:
- /zh_TW/about/
---

Bitcoin Core is an [open source](https://opensource.org/) project which maintains and releases Bitcoin client software called "Bitcoin Core".

It is a direct descendant of the original Bitcoin software client released by Satoshi Nakamoto after he published the famous [Bitcoin whitepaper](/bitcoin.pdf).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is Satoshi Nakamoto confirmed to be singular male, i.e. "he"?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe he presented this way. Yes. And I can probably find that reference, if it's important. But I would politely suggest that since 'he' wasn't a change I submitted, perhaps that's not germane to the PR?


Bitcoin Core consists of both "full-node" software for fully validating the blockchain as well as a bitcoin wallet. The project also currently maintains related software such as the cryptography library [libsecp256k1](https://github.com/bitcoin/secp256k1) and others located at [GitHub](https://github.com/bitcoin).
## Our Mission
Bitcoin Core supports the creation of a sustainable Bitcoin ecosystem by providing code and resources to the Bitcoin environment. Working together, Bitcoin Core, and its users, form the most ambitious and successful investment in the deployment of blockchain technology.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, this reads to me like a strong, but empty (as in no meaning) statement with buzzwords such as "blockchain technology", that are commonly associated with ICOs.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're not incorrect. I'm happy to add additional meaning, but that gets political. In my experience, less is more on these things. The target demographic is not the highly specialized. And, I would suggest that the intent here is to convey the existence of a purpose, to those who can't read the code, and who would be inclined towards cynicism.


Anyone can [contribute to Bitcoin Core](/en/contribute/).

## Getting Started
Bitcoin Core consists of both "full-node" software for fully validating the blockchain as well as a bitcoin wallet. The project also currently maintains related software such as the cryptography library [libsecp256k1](https://github.com/bitcoin/secp256k1) and others located at [GitHub](https://github.com/bitcoin).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't call this section "Getting started"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I can change that. any suggestions? Here's a few: "Our Software", "To Learn More", "Additional Projects", "Additional Repositories",... (need more?)