You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luke Childs 99828b5368 Remove dphys-swapfile 5 years ago
.github/workflows Add UMBREL_OS_VERSION to tagged releases (#87) 5 years ago
export-image Remove pi-gen leftovers (#68) 5 years ago
export-noobs Umbrel box 5 years ago
scripts Remove pi-gen leftovers (#68) 5 years ago
stage0 Upgrade to 64-bit Umbrel OS (#43) 5 years ago
stage1 Disable UAS for 152d:1561 chipset (#102) 5 years ago
stage2 Remove dphys-swapfile 5 years ago
.gitignore Umbrel box 5 years ago
LICENSE Initial commit 5 years ago
README.md Remove legacy documentation (#85) 5 years ago
build.sh Install Umbrel from a custom repo (#88) 5 years ago
config Install Umbrel v0.2.3 (#100) 5 years ago
depends Upgrade to 64-bit Umbrel OS (#43) 5 years ago

README.md

Umbrel OS

Version Docker Build Chat

Twitter Reddit

☂️ OS

Umbrel OS is the operating system of Umbrel Bitcoin and Lightning node. It's based on Raspberry Pi OS (formerly Raspbian) and uses pi-gen for customization.

🚀 Getting started

Umbrel OS currently supports Raspberry Pi 3 and 4. If you'd like to run it on any other hardware, please create an issue or drop us a message in our community chat. We'll gladly consider your request.

Instructions:

  1. Download the latest release of Umbrel OS, or build the image from source.
  2. Use an image flasher such as Balena Etcher to flash the image to a microSD card.
  3. Put the microSD card in your Raspberry Pi, attach an external SSD or HDD (to USB 3 port), connect the Pi to your router with an ethernet cable.
  4. Turn on the Pi and open http://umbrel.local from any device connected to the same network (it might take a while for it to be accessible).

⚠️ All data on the external hard drive will be erased on first boot.

If you're running Umbrel OS on Bitcoin mainnet (default), the external SSD or HDD should be at least 500 GB in size (we recommend 1 TB+) so it can store the whole Bitcoin blockchain. If you do not have access to a large drive, Umbrel OS will still work by automatically enabling pruning, although you will lose access to some features.

💻 SSH

SSH is enabled by default and you can use the following credentials to login to your Umbrel node.

  • Hostname: umbrel.local
  • User: umbrel
  • Password: moneyprintergobrrr

🛠 Build Umbrel OS from source

Don't trust. Verify.

Step 1. Clone this repo

git clone https://github.com/getumbrel/umbrel-os.git

Step 2. Switch to repo's directory

cd umbrel-os

Step 3. BUIDL!

sudo ./build.sh

After the build completes (it can take a looooooong time), the image will be inside deploy/ directory.

🔧 Advanced

Config variables

The config file has system defaults which are used when building the image and for automated builds.

  • UMBREL_VERSION - To install the specific Umbrel version.

  • GITHUB_USERNAME - To automatically login to your Umbrel without typing a password.

Other Raspbian-related stuff can be found in Raspbian's documentation which is still applicable.


️ Don't be too reckless

Umbrel is still in an early stage and things are expected to break every now and then. We DO NOT recommend running it on mainnet with real money just yet, unless you want to be really #reckless.

❤️ Contributing

We welcome and appreciate new contributions!

If you're a developer looking to help but not sure where to begin, check out these issues that have specifically been marked as being friendly to new contributors.

If you're looking for a bigger challenge, before opening a pull request please create an issue or join our community chat to get feedback, discuss the best way to tackle the challenge, and to ensure that there's no duplication of work.


License

getumbrel.com