Releases: openoms/joininbox
v0.6.2 - Don't lose even dust!
- update to JoinMarket v0.9.3
- add instructions to open the QT GUI on the localhost if running standalone
1ea49f3 update joinmarket to v0.9.3
f5d1d57 update FAQ and PSBT menu title
1635807 FAQ: simplify sample bitcoin.conf
d630b3b localip: use hostname -I to simplify
c58ceca add Ubuntu as a tested environment
d9adf30 replace 'torify' with 'torsocks'
721ea38 instruction to open the QT GUI on the localhost
v0.6.1
- update to JoinMarket v0.9.2
- easier connection to external Bitcoin Core
- use
--txfee=1001for 1 sat/byte sends - refactoring and text output improvements
dbb4b94 joinmarket update to v0.9.2
b267de5 improve script outputs
3441d62 extend errorOnInstall message
7b17d81 install: fix JMCOMMIT option
219c349 move functions to info.stats.sh
3bb17f7 FAQ: add IRC server settings
81bc345 functions: set all 3 IRC servers to Tor
fcea7e4 update the release notes
0552171 RESCAN: improve instructions
cb445d3 CONNECT: fix recording connection details
422ed15 stats: include 0 fee coinjoins (by my_input_count)
59f6d49 use trap to ensure tempfiles are deleted on exit
4ddfc13 use --txfee=1001 for 1 sat/byte
2521452 default for sendpayment is 8-10 Makers in the CJ
v0.6.0 - Fidelity Bonds with JoinMarket v0.9.1
- update to JoinMarket v0.9.1
- new menu options:
TIMELOCK- Create a Fidelity Bond address
SHOWSEED- Shows the wallet recovery seed
INCREASEGAP- Increase the gap limit - display all previously selected options in the
SENDdialog - added Bitcoin Core release signing key fallback link
- PGP verification of the downloaded JoinMarket source code
- systemd config improvement with
KillMode=control-group
8975421 update screenshots for v0.6.0
4656100 TIMELOCK option in MAKER for Fidelity Bonds
6b2085c add SHOWSEED and INCREASEGAP to the WALLET menu
a280c7e update joinmarket to v0.9.1
ec8d94b always display selected options in the SEND dialog
ab7c9e4 Tor: reload only with -sighup , spelling fixes
a62d000 JoinMarket update to v0.9.0 with tag verification
dfc006e menu.wallet.sh: use GEN function
8f49af6 add Bitcoin Core release signing key fallback link
e06969b default to KillMode=control-group in services
13697dc readme: update links and screenshots for v0.5.0
v0.5.0 - JoinMarket v0.8.3 tested and verified
- update JoinMarket to v0.8.3
- automatic PGP verification of the git tag on install
- option to disable the ssh login with the joinmarket user
- updated FAQ with ssh hardening options including 2FA
- new commands - thanks to @nyxnor
newnym: start a new Tor circuit and verify the change of identitytorthistx: start new Tor circuit if broadcasting through an exit node
3bdddf4 PGP verify the git tag in installJoinMarket
7f13c69 add option to disable ssh access for joinmarket
fda5e21 build: deny root login via ssh
57f4d34 FAQ: add instructions to set 2FA for ssh
259fceb update FAQ with ssh hardening options
e15c71b update readme with ToC
876ef89 update joinmarket to v0.8.3
d293c02 newnym only if an exit node is involved
22fd8e4 move file tor.newnym.py
b82c20a calling py script with user debian-tor
b3af7da Update _commands.sh
f25f6a0 Create tor.newnym.py
v0.4.1 - Hardened systemd services
v0.4.0 - Quickstart with JoinMarket
New features:
- START menu with the first steps to get started with JoinMarket
- CJFINDER in TOOLS - scan the chain for JoinMarket coinjoins and SNICKER candidates
- CHECKTXN in TOOLS - CLI transaction explorer using the bitcoin-scripts from @kristapsk
- UTXOS in WALLET - list all coins in the wallet
- SHUTDOWN, RESTART and back to BLITZ from the main menu
Updates:
- Bitcoin Core v0.21.1
- Specter Desktop v1.3.1
- C-lightning (CLI only) v0.10.0
Fixes:
- check for a lockfile before wallet actions
- avoid menu loops
- myNode compatibility improvements - @tehelsper
Commits since the last release:
10cbd2a v0.4.0 screenshots in readme
fbb892d show more output about the lockfile
79ee578 check for lockfile before wallet actions
3300af3 updateJoininBox: always set to TAG
63a67dd switch aliases to ~/_aliases.sh
562e349 checkRPCwallet before related scripts
8ca1319 CJFINDER: list the found txn details
bf1512c specter update to v1.3.1
1981e1d adapt tools to remote RPC connection
4a37336 SCANJM: improve instructions to explore the txns
eb3aa18 add SCANJM to use snicker-finder.py -j
8398457 add CLI transaction explorer CHECKTXN
6b03cbe return to the menu if shutdown/reboot canceled
8ffb6c5 menu formatting
3300a1d menu formatting
637cfe8 add SHUTDOWN, RESTART and back to BLITZ
397a427 add DISPLAY option to the Quickstart menu
1b3dc44 avoid menu loops on Cancel and ESC
f3cc5ea WALLET and YG menu refactoring
e3c7af2 add START option to Quickstart with JoinMarket
c811c2c add UTXOS option to the wallet menu (showutxos)
4f24a59 ask to update bitcoin core on version mismatch
8a8c770 fix bitcoin binary checksum check
83930c6 bitcoin: update to v0.21.1 from bitcoincore.org
19440e9 lnd: improve sphinx connection guidance
0f2fde3 clightning update to v0.10.0
f927849 Simplify config options when running within myNode (#44)
7672813 FAQ formatting
d7ed43c lnd: fix tor config and sphinx pairing
e189a5a lnd: activate the watchtower by default
ea4811c update donation links
c6d8b45 lnd: add tor selftest and torinstance options
5b12386 update version to v0.8.2 in manual instructions
c1de832 exit 1 if cd fails
v0.3.4 - PayJoin for the Win
- selectable miner fee in the menu when sending a payjoin
- LND install script to run a private node
RaspiBlitz integration:
- pair the parallel 2nd node to Sphinx, BoS, ThunderHub, BTCPay - see: https://github.com/rootzoll/raspiblitz/issues/2073
Standalone:
- ElectRS install scritpt to be used with a local disk (requires a non-pruned node) - FAQ
369c883 payjoin: extend dialog window to content
68289cb add txfee choice when sending a payjoin
5d5f761 add electrs setup script for a local disk
b6305f2 run an LND node for private donations and to connect to Sphinx chat on the RaspiBlitz (#41)
bf34747 lnd: addNodeToBos option
8c5f490 FAQ: notes on how to mount an external drive
c2a73c7 fix scipy install on armv7l with 2GB RAM
181d5fd build: fix the install of pip3 and setuptools
v0.3.3 - Standalone startup improvements
- fix the snapshot download and verification
- show startup menu on the first standalone run with UPDATE option
- edit the bitcoin.conf from the menu (CONFIG -> BTCCONF)
- add LND install script with multiple node support (CLI only)
7f207cf update README.md and clean files
c532554 Merge pull request #40 from openoms/dev-v0.3.3
7d1ccfe (origin/dev-v0.3.3, dev-v0.3.3) FAQ: Armbian image verification
344949f add CLI only LND install
32c4791 clightning: clean script
c13a8c5 format startup menu
7058151 improve startup and expand filesystem on armbian
144df6a fix the snapshot download and verification
1bb8452 menu formatting
a7cbebc add startup menu and BTCCONF to CONFIG
c1a6254 FAQ: add Pruned node notes
0a6a190 display the correct segwit activation blockheight
v0.3.2 - Maker bot nickname display
- show the Maker IRC bot nickname on the RaspiBlitz info screen
- Add PGP verification instructions for Windows
- Fix a missing dependency to unzip the pruned chain snapshot
A special thanks to the first time contributor:
@m00ninite
and everyone helping with testing and providing feedback!
974e3ec stats: fit the 3.5" inch LCD
44652c7 build: add unzip, remove script version
d1edaa9 Merge pull request #37 from m00ninite/master
2d63793 Improve yg nickname detection; show nick on info screen
d4d7439 install unzip to extract the snapshot
6dc50e1 add PGP verification instructions for Windows
882b56b fix clightning APPDATADIR for the raspiblitz
v0.3.1 - Free Open Source Software
Changes:
- add the open source MIT software licence explicitly allowing to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the JoininBox software and documentation - fix starting with a pruned node installation
SDcard image release for the Raspberry Pi 4:
- Download links:
- PGP verification: https://github.com/openoms/joininbox/blob/master/FAQ.md#verify-the-downloaded-the-image
- process: https://github.com/openoms/joininbox/blob/master/FAQ.md#build-the-sdcard-image
- build log: https://gist.github.com/openoms/0447d5e578486305ddc0848bb46f65ca
82d2e6b add the MIT licence
24423bb improve image build and verification instructions
6fdc391 adapt the height of dialog boxes dynamically
cb97a9e fix paths for bitcoin core installation