No description
Find a file
2021-02-15 09:01:45 +00:00
images images: add payjoin menu 2020-06-20 19:30:01 +01:00
scripts generateJMconfig: always fill raspiblitz settings 2021-02-15 09:01:45 +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 match build script version with release 0.2 2021-02-15 08:58:11 +00:00
FAQ.md FAQ: add signet and public order book links 2021-02-15 08:58:51 +00:00
prepare_remote_node.md bitcoinrpc: create a remote wallet 'joininbox' 2021-02-14 13:10:38 +00:00
README.md restructure readme 2021-02-15 09:01:31 +00:00

JoininBox

A minimalistic, security focused linux environment for JoinMarket with a terminal based graphical menu.

Features

  • Send transactions with improved privacy using CoinJoin and PayJoin
  • Run the Yield Generator as a service and earn fees for providing liquidity
  • Use the JoinMarket-QT GUI remotely over SSH
  • Signet support to test for free

Connect to a Bitcoin Core node

  • Try signet locally
  • Connect remotely to a
    • RaspiBlitz over LAN or Tor
    • RoninDojo over LAN or Tor
  • Run locally as part of the RaspiBlitz SERVICES
  • (Soon: run a pruned node locally on JoininBox)

Required Hardware

Set up JoininBox on Linux

Tested environments

Install JoininBox

  • Start 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