Commit graph

20 commits

Author SHA1 Message Date
openoms
7a61e3b357
update JoinMarket to commit ce32baf, support for Python 3.12 / 3.13, modernize build (#178)
This PR updates JoinMarket to the latest tested commit with Python 3.12/3.13 support and addresses dialog display issues.

### Changes

#### JoinMarket Update
- Update to commit `ce32baf` (latest tested commit from master)
- Refactored install.joinmarket.sh to support both tag-based and commit-based installations
- Improved signature verification using verify.git.sh
- Updated menu.update.sh to display commit hash when using commit-based version

#### Python Support
- Added support for Python 3.12 and 3.13
- Changed version detection order to prefer newer Python versions (3.13 → 3.12 → 3.11 → 3.10 → 3.9 → 3.8)

#### Dialog Fixes
- **Fix border visibility**: Changed dialog border color from `(BLACK,BLACK,ON)` to `(CYAN,BLACK,ON)` in .dialogrc for better visibility
- **Terminal compatibility**: Added fallback for unknown terminal types (e.g., `xterm-ghostty`) by setting `TERM=xterm-256color` when `infocmp` fails
- **Fix box drawing characters**: Set `NCURSES_NO_UTF8_ACS=1` to fix dialog box rendering issues

#### Documentation
- Fixed typo in prepare_remote_node.md: "numbes" → "numbers"
2026-01-18 07:56:26 +01:00
openoms
56b06fafa4
chore: adapt to new path to bitcoin.conf in raspiblitz (#171) 2025-06-06 20:51:50 +02:00
openoms
709ea134dc
fix typos and add spelling (#136)
* chore: fix typos
* ci: add spelling gh action
* chore: fix false positives
2023-07-23 08:35:04 +02:00
openoms
7bd9344754
update tor.onion-service.sh reference 2022-03-31 07:41:16 +01:00
openoms
d9adf3010d
replace 'torify' with 'torsocks' 2021-10-03 00:37:34 +01:00
openoms
3831f057df
bitcoinrpc: create a remote wallet 'joininbox' 2021-02-14 13:10:38 +00:00
openoms
02db4d850b
improve notes on the remote connection 2021-02-14 11:55:48 +00:00
openoms
169e6bc6b3
improve RPC connectrion instructions 2021-01-19 22:46:07 +00:00
openoms
82e7e48f0b
improve instructions on connecting over LAN 2021-01-18 19:34:10 +00:00
openoms
08eb97c584
readme: connecting to nitcoind RPC on a RoninDojo 2021-01-06 01:53:56 +00:00
openoms
840afdf2f9
better instructions for preparing a remote node 2020-12-10 17:02:01 +00:00
openoms
6a9a7b09ff
prepare_remote_node: keep localhost entries 2020-09-15 09:18:29 +01:00
openoms
4f15046f9e
updated notes 2020-06-21 13:21:28 +01:00
openoms
597667b3fc
faq updates 2020-06-20 19:20:11 +01:00
openoms
2d9514023b
change user to 'joinmarket' 2020-03-18 11:01:32 +00:00
openoms
28cb887d6a
fix formatting 2020-02-28 07:06:04 +00:00
openoms
1c1ff61b5e readme update 2020-02-03 09:39:44 +00:00
openoms
07ffd01108 update FAQ 2020-02-03 08:46:27 +00:00
openoms
ebdafb74cc
add wallet.import.sh 2020-01-28 11:59:35 +00:00
openoms
bccec8d433
add how to prepare a remote node 2020-01-27 07:16:41 +00:00