No description
Find a file
2021-01-05 09:22:08 +00:00
images images: add payjoin menu 2020-06-20 19:30:01 +01:00
scripts connections: minimise queries 2021-01-05 02:00:23 +00:00
.gitignore add and update scripts 2020-01-22 22:24:21 +00:00
build_joininbox.md update joinmarket to v0.6.3.1 2020-07-01 12:05:10 +01:00
build_joininbox.sh build: update script description 2021-01-05 09:22:08 +00:00
FAQ.md FAQ: use curl to download and import PGP key 2020-12-02 09:52:44 +00:00
prepare_remote_node.md better instructions for preparing a remote node 2020-12-10 17:02:01 +00:00
README.md readme: add link to video demonstration 2020-11-27 22:00:51 +00:00

JoininBox

A terminal based graphical menu for JoinMarket.

Build a dedicated JoinMarket Box remotely connected to a full node

  • Test environments:
    • 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)
    • Debian Buster X86_64 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
    # 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