No description
Find a file
2021-02-09 17:54:15 +00:00
images images: add payjoin menu 2020-06-20 19:30:01 +01:00
scripts install.signet: improve bitcoin core download 2021-02-09 17:54:15 +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: include pure debian image in preparations 2021-02-09 11:51:19 +00:00
FAQ.md readme: connecting to nitcoind RPC on a RoninDojo 2021-01-06 01:53:56 +00:00
prepare_remote_node.md improve RPC connectrion instructions 2021-01-19 22:46:07 +00:00
README.md readme: connecting to nitcoind RPC on a RoninDojo 2021-01-06 01:53:56 +00:00

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