{% include 'includes/head.html' %} {% include 'includes/logo_header.html' %}
{% include 'includes/message_display.html' %}
JoinMarket

Status
Ready
Actions
Versions
{% if is_jam_installed %} {% endif %}
JoinMarket {{joinmarket_version}}
JoininBox {{joininbox_version}}
JAM {{jam_version}}
{% if wallets is not none and wallets|length > 0 %}
Wallets
{% for wallet in wallets %} {% endfor %}
Wallet Actions
{{ wallet.name }} download

*These wallets are not your main lightning wallet. These have been created manually or via other applications.
**Wallet files may contain private keys and sensitive data. Be very cautious when downloading copies.
***Wallet files may be encrypted and require a password to use.


{% endif %}
Instructions to use Jam
  1. JoinMarket is a mixing wallet for Bitcoin that can be used with a web interface via Jam.
  2. To get started, you just need to install and enable Jam via the MyNode Marketplace.
  3. Once installed, click the Open Jam link above or the link on the Jam application page.
  4. Enjoy mixing your coins!
Instructions to use JoininBox
  1. JoinMarket is a mixing wallet for Bitcoin that can be used with a terminal interface via JoininBox.
  2. To get started, you need access to the Linux terminal of your MyNode device.
  3. Once you have terminal access, run the following command:
  4. Enter your MyNode password when prompted.
  5. The first time running JoininBox, it may install additional software.
  6. Remember to back up your seed phrases.
  7. Enjoy mixing your coins!
Instructions to use JoinMarket Python Scripts
  1. JoinMarket is a mixing wallet for Bitcoin that can be used with a terminal interface using Python scripts.
  2. To get started, you need access to the Linux terminal of your MyNode device.
  3. Once you have terminal access, run the following command:
  4. Enter your MyNode password when prompted.
  5. This will change your prompt and you will be running as the joinmarket user with access to the JoinMarket python scripts.
  6. Remember to back up your seed phrases.
  7. Enjoy mixing your coins!

Tips and Notes