joininbox icon indicating copy to clipboard operation
joininbox copied to clipboard

A terminal based graphical menu for JoinMarket

Results 27 joininbox issues
Sort by recently updated
recently updated
newest added

Related to the work of @hashes4merkle in https://github.com/rootzoll/raspiblitz/issues/2842 and discussed in https://github.com/rootzoll/raspiblitz/issues/3053 - [x] building the arm64-rpi image in docker with https://github.com/mkaczanowski/packer-builder-arm - [x] moved the packer scripts out of...

Done in https://github.com/openoms/joininbox/pull/89 There is one issue where the sha256sum of the image did not match the image: https://github.com/openoms/joininbox/actions/runs/2770754146/attempts/1 ``` sha256sum -c joininbox-arm64-rpi.img.sha256 joininbox-arm64-rpi.img: FAILED sha256sum: WARNING: 1 computed checksum...

Using VirtualBox 6.1 in #89 headless = true nested_virt=true ``` Building packer image... virtualbox-iso.joininbox-amd64: output will be in this color. ==> virtualbox-iso.joininbox-amd64: Cannot find "Default Guest Additions ISO" in vboxmanage...

- [ ] edit the signet bitcoin.conf from CONFIG is signet is default - [ ] connect to raspiblitz signet node is present #72 - [ ] switch onion directory_nodes...

Labeling addresses comes very handy from time to time. It is not so handy if one needs to re-dicover the CLI command everytime :D Add a new option to Wallet...

Tumbler script being a powerful tool to boost privacy I think it would be great to have it in the joininbox. Is there any plans to be added? Thank you

New item in the tools menu: Sign a message with an external address of a specified mixdepth. Input: Wallet, Mixdepth, Textmessage Output: Signature, Address

documentation

Currently considered highly unsecure since cannot protect from physical theft. The unencrypted password can be extracted from storage if stored in plaintext leading to risking all the funds. Can consider...

The JoinMarket `sendpayment.py` is already capable of paying an arbitrary amount with a coinjoin with multiple participants to any address (SEND option). Can simulate the SW Stonewall function with: https://github.com/kristapsk/bitcoin-scripts...