-
Notifications
You must be signed in to change notification settings - Fork 507
Refactored the About page, added a brief mission statement from Linux Foundation #587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-metadata | ||
*.swp | ||
*.swo |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
||
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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. There was a problem hiding this comment. Choose a reason for hiding this commentThe 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). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wouldn't call this section "Getting started" There was a problem hiding this comment. Choose a reason for hiding this commentThe 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?) |
||
|
There was a problem hiding this comment.
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"?
There was a problem hiding this comment.
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?