BlockchainCommons / BlockchainCommons/Learning-Bitcoin-from-the-Command-Line
Outdated instructions for compiling bitcoin core from source in Appendix II
- Langage dominant
- Jupyter Notebook
- Étoiles
- 3.4k
- Forks
- 818
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### 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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par A2_0_Compiling_Bitcoin_from_Source.md et remplacez les références obsolètes à autogen.sh, ./configure et install_db4.sh par le workflow actuel de CMake et depends de Bitcoin Core. Documentez les flags pour un nœud léger NO_QT=1, NO_NATPMP=1, NO_UPNP=1 et NO_USDT=1, puis ajoutez les flags de bitcoind pour un nœud signet élagué, comme recommandé par le cours.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- cmake
- Domaine
- cli, documentation
- Type d'issue
- Documentation
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- Active
- Clarté
- Plutôt claire
- Accessibilité débutants
- 72/100