Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Sep 25, 2020
1 parent 05dc423 commit f95c839
Showing 1 changed file with 5 additions and 14 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

0 comments on commit f95c839

Please sign in to comment.