BlockchainCommons / BlockchainCommons/Learning-Bitcoin-from-the-Command-Line
Outdated instructions for compiling bitcoin core from source in Appendix II
- 主要言語
- Jupyter Notebook
- スター
- 3.4k
- フォーク
- 818
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### Summary
The instructions in [Appendix II: Compiling Bitcoin from Source](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/8ea3dadc7ae5e3b62b7d6e329724c85f19102ae4/A2_0_Compiling_Bitcoin_from_Source.md) are out of date.
They reference scripts and build tools that have been removed in recent Bitcoin Core releases like `autogen.sh`, `./configure`, and `install_db4.sh`
### Proposed Changes
Update Appendix II to show instructions for current Bitcoin Core build process using `CMake` and the `depends` system,
Emphasize which flags to set for a lightweight node like `NO_QT=1 NO_NATPMP=1 NO_UPNP=1 NO_USDT=1`.
Emphasize which flags to pass to `bitcoind` to run a pruned signet node, as recommended by the course.
I would like to update this documentation and submit a PR, let me know if you're open to these changes.
コントリビューションガイド
調査の方向性
A2_0_Compiling_Bitcoin_from_Source.md から始め、autogen.sh、./configure、install_db4.sh への古い参照を、現在の Bitcoin Core の CMake および depends ワークフローに置き換えます。軽量ノード用のフラグ NO_QT=1、NO_NATPMP=1、NO_UPNP=1、NO_USDT=1 をドキュメント化し、その後、コースで推奨されている pruned signet ノード用の bitcoind フラグを追加します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cmake
- 領域
- cli, documentation
- issue の種類
- ドキュメント
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 72/100