No description
Find a file
2020-06-20 16:01:00 +01:00
images readme: update pics and menu titles 2020-06-15 21:39:56 +01:00
scripts set.password: change password for pi 2020-06-20 16:00:18 +01:00
.gitignore add and update scripts 2020-01-22 22:24:21 +00:00
build_joininbox.md improve startup and fix paths 2020-04-14 13:43:11 +01:00
build_joininbox.sh build: add reference to raspiblitz build_sdcard.sh 2020-06-20 15:35:50 +01:00
build_menu_on_raspiblitz.sh move cli greeting to menu 2020-06-19 12:40:50 +01:00
FAQ.md FAQ: use Raspberry OS with Desktop 2020-06-20 16:01:00 +01:00
prepare_remote_node.md change user to 'joinmarket' 2020-03-18 11:01:32 +00:00
README.md readme, faq: update login info 2020-06-20 14:36:03 +01:00

JoininBox

A terminal based menu and helper UI for JoinMarket.

Install the JoininBox menu on a RaspiBlitz v1.5+

  • Run the script in the RaspiBlitz terminal (will install JoinMarket if not active already):
    # 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

  • Test environments:
    • Hardkernel Odroid XU4 running Armbian
    • Raspberry Pi 3 and 4 running Raspbian
    • Debian Buster desktop
    • 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 JoininBox

  • Continue to work as the root user or change with:
    $ sudo su

  • Run the build script:

    # download
    wget https://raw.githubusercontent.com/openoms/joininbox/master/build_joininbox.sh
    # run (installing Tor also)
    sudo bash build_joininbox.sh --with-tor
    
  • start the JoininBox menu by changing to the joinmarket user in the terminal:
    $ sudo su joinmarket
    or
    log in with ssh to:
    joinmarket@LAN_IP_ADDRESS


More info:

Forums: