Skip to content

Commit

Permalink
Merge pull request #14 from openoms/armv6l
Browse files Browse the repository at this point in the history
New build script to add RPi Zero
  • Loading branch information
openoms authored Sep 25, 2020
2 parents 07cbcc4 + f95c839 commit 07d1e01
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 121 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,17 @@ A terminal based graphical menu for JoinMarket.
<img width="400" src="/images/menu.payjoin.png">
</p>

## Install the JoininBox menu on a RaspiBlitz v1.5+
* Run the script in the RaspiBlitz terminal (will install JoinMarket if not active already):
```bash
# download
wget https://raw.githubusercontent.com/openoms/joininbox/master/build_menu_on_raspiblitz.sh
# run
bash build_menu_on_raspiblitz.sh
```

## Build a dedicated JoinMarket Box remotely connected to a full node

<p align="left">
<img width="400" src="/images/joininbox.jpeg">
</p>

* Test environments:
* Hardkernel Odroid XU4 running Armbian
* Raspberry Pi 3 and 4 running Raspbian
* Hardkernel Odroid XU4 running Armbian (32 bit)
* Raspberry Pi Zero, 3 and 4 running Raspberry OS (32 bit)
* Debian Buster desktop
* Connected to a RaspiBlitz 1.4 (any Bitcoin Core node can work, including previous RaspiBlitz versions)
* Connected to a RaspiBlitz >1.4 (any Bitcoin Core node can work, including previous RaspiBlitz versions)

### Install and set up the base image
* [Set up Armbian on the Hardkernel Odroid XU4](https://github.com/openoms/joininbox/blob/master/FAQ.md#set-up-armbian-on-the-hardkernel-odroid-xu4)
Expand All @@ -44,8 +35,8 @@ A terminal based graphical menu for JoinMarket.
```bash
# download
wget https://raw.githubusercontent.com/openoms/joininbox/master/build_joininbox.sh
# run (installing Tor also)
sudo bash build_joininbox.sh --with-tor
# run
sudo bash build_joininbox.sh
```

* start the JoininBox menu by changing to the `joinmarket` user in the terminal:
Expand Down
Loading

0 comments on commit 07d1e01

Please sign in to comment.