No description
Find a file
2020-06-20 20:19:02 +01:00
images images: add payjoin menu 2020-06-20 19:30:01 +01:00
scripts start.scrip: fix RPCoverTor 2020-06-20 20:19:02 +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 updates 2020-06-20 19:20:11 +01:00
prepare_remote_node.md faq updates 2020-06-20 19:20:11 +01:00
README.md images: align horizontally 2020-06-20 19:32:40 +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: