joininbox/README.md

2.7 KiB

JoininBox

A terminal based graphical menu for JoinMarket.

Build a dedicated JoinMarket Box remotely connected to a full node

Tested environments for JoininBox

  • Debian Buster X86_64 desktop
  • Hardkernel Odroid XU4 running 32 bit Armbian Buster
  • Hardkernel Odroid C4 running 64bit Armbian Focal and Buster
  • Raspberry Pi Zero, 3 and 4 running Raspberry OS (32 bit Buster)

Connected to Bitcoin Core

  • running locally
  • on RaspiBlitz over LAN or Tor
  • on RoninDojo over Tor

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
    # inspect the script
    cat build_joininbox.sh
    # run
    sudo bash build_joininbox.sh
    
  • 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
    the default password is: joininbox - will be prompted to change it on the first start


More info

Forums