https://github.com/raspiblitz/raspiblitz
Get your own Bitcoin & Lightning Node running - on a RaspberryPi with a nice LCD
https://github.com/raspiblitz/raspiblitz
Last synced: 7 months ago
JSON representation
Get your own Bitcoin & Lightning Node running - on a RaspberryPi with a nice LCD
- Host: GitHub
- URL: https://github.com/raspiblitz/raspiblitz
- Owner: raspiblitz
- License: mit
- Created: 2018-07-14T10:40:50.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2025-05-06T22:33:10.000Z (8 months ago)
- Last Synced: 2025-05-06T22:34:37.688Z (8 months ago)
- Language: Python
- Homepage:
- Size: 112 MB
- Stars: 2,525
- Watchers: 96
- Forks: 532
- Open Issues: 428
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-BTC-embedded - Raspiblitz
README
# 
_Build your own Bitcoin & Lightning Fullnode on a RaspberryPi with an optional Display._ ([API](https://github.com/fusion44/blitz_api)|[WebUI](https://github.com/raspiblitz/raspiblitz-web))

**The RaspiBlitz is a do-it-yourself Bitcoin & Lightning Fullnode running on a RaspberryPi 4&5 with a nice display for easy setup & monitoring.**
RaspiBlitz is mainly targeted for learning how to run your own node decentralized from home - because: Not your Node, Not your Rules. Discover & develop the open-source ecosystem of Bitcoin by becoming a full part of it.
**Links to Quickstart your RaspiBlitz journey:**
- [Project Homepage: raspiblitz.org](https://raspiblitz.org)
- [How to build & setup your own RaspiBlitz & Documentation](https://docs.raspiblitz.org/docs/setup/intro)
- [Download latest SD Card images](https://docs.raspiblitz.org/docs/setup/software-setup/download)
- [How to get Support](https://docs.raspiblitz.org/docs/community/support)
**Additional Resources:**
- [ChangeLog](CHANGES.md)
- [FAQ User](https://docs.raspiblitz.org/docs/faq)
- [FAQ Development](https://docs.raspiblitz.org/docs/faq/dev)
- [FAQ Core Lightning](https://docs.raspiblitz.org/docs/faq/cl)
- [Workshop Tutorial](https://docs.raspiblitz.org/docs/community/workshops)
- [Security Policy](https://docs.raspiblitz.org/docs/security)
- [Alternative Platforms](alternative.platforms/README.md)
- [Automated Builds](ci/README.md)
- [MIT OpenSource License](LICENSE)
**Developer Notes:**
This is main RaspiBlitz repo containing the **bash & python** scripts to build the RaspiBlitz software. It it complimented by the following side repos:
- [WebUI](https://github.com/raspiblitz/raspiblitz-web) (React & Tailwind)
- [API](https://github.com/fusion44/blitz_api) (Python FastAPI)
- [Documentation](https://github.com/raspiblitz/raspiblitz-docs) (Docusaurus)
To get started with RaspiBlitz Development check the [Community Development](CONTRIBUTING.md) notes.