2023-08-13 15:21:31 +02:00
# ![RaspiBlitz](pictures/raspilogo_tile_400px.png)
2019-06-30 18:42:46 +02:00
2024-03-29 17:52:13 +01:00
_Build your own Bitcoin & Lightning Fullnode on a RaspberryPi with an optional Display._
2018-08-28 19:19:29 +02:00
2022-07-06 22:21:30 +02:00
![RaspiBlitz ](pictures/raspiblitz.jpg )
2018-07-14 13:58:12 +02:00
2024-03-29 18:15:38 +01:00
**The RaspiBlitz is a do-it-yourself Bitcoin & Lightning Fullnode running on a RaspberryPi 4& 5 with a nice display for easy setup & monitoring.**
2019-02-12 22:54:27 +01:00
2024-03-29 17:52:13 +01:00
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.
2019-02-12 22:37:14 +01:00
2024-03-29 17:52:13 +01:00
**Links to Quickstart your RaspiBlitz journey:**
2018-07-17 13:47:45 +02:00
2024-03-29 17:52:13 +01:00
- [Project Homepage: raspiblitz.org ](https://raspiblitz.org )
2024-03-29 18:15:38 +01:00
- [How to build & setup your own RaspiBlitz & Documentation ](https://docs.raspiblitz.org/docs/setup/intro )
2024-03-29 17:52:13 +01:00
- [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 )
2018-07-14 13:58:12 +02:00
2024-03-29 17:52:13 +01:00
**Additional Resources:**
2019-07-22 15:38:12 +02:00
2024-03-29 18:15:38 +01:00
- [ChangeLog ](CHANGES.md )
2024-03-29 17:52:13 +01:00
- [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 )
2024-03-29 18:15:38 +01:00
- [Workshop Tutorial ](https://docs.raspiblitz.org/docs/community/workshops )
2024-03-29 17:52:13 +01:00
- [Security Policy ](https://docs.raspiblitz.org/docs/security )
2024-03-29 18:15:38 +01:00
- [Alternative Platforms ](alternative.platforms/README.md )
- [Automated Builds ](ci/README.md )
2024-03-29 17:52:13 +01:00
- [MIT OpenSource License ](LICENSE )
2020-11-30 21:35:40 +01:00
2024-03-29 17:52:13 +01:00
**Developer Notes:**
2019-07-22 15:41:39 +02:00
2024-03-29 17:52:13 +01:00
This is main RaspiBlitz repo containing the **bash & python** scripts to build the RaspiBlitz software. It it complimented by the following side repos:
2019-02-18 17:57:33 +01:00
2024-03-29 18:15:38 +01:00
- [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)
2018-07-24 00:10:30 +02:00
2024-03-29 18:15:38 +01:00
To get started with RaspiBlitz Development check the [Community Development ](CONTRIBUTING.md ) notes.