BlockchainCommons / BlockchainCommons/Learning-Bitcoin-from-the-Command-Line
Outdated instructions for compiling bitcoin core from source in Appendix II
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 3.4k
- Fork
- 817
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### 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.
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu với A2_0_Compiling_Bitcoin_from_Source.md và thay thế các tham chiếu đã lỗi thời đến autogen.sh, ./configure và install_db4.sh bằng workflow CMake và depends hiện tại của Bitcoin Core. Ghi lại các flag dành cho một node nhẹ NO_QT=1, NO_NATPMP=1, NO_UPNP=1 và NO_USDT=1, sau đó thêm các flag bitcoind cho một node signet được prune theo khuyến nghị của khóa học.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- cmake
- Lĩnh vực
- cli, documentation
- Loại issue
- Tài liệu
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Sôi nổi
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 72/100