openoms
openoms
> @openoms adding the node in question to the list of skip probe peers doesn't work? It wouldn't be an effective solution since now any CLN and already any Eclair...
Update: poncho v0.2.0 is out and managed to pay successfully to a hosted channel with BBW. The fee was grossly overestimated, but the difference was returned. So don't need to...
Second this. Monitoring a BTCPay wallet is not possible due the large number of empty addresses generated. Would need a custom setting to increase the number of addresses to look...
I am monitoring 5 accounts of a JoinMarket wallet with a few hundred addresses each (few gaps only) backed by Fulcrum. It works ok on my Pixel 3a. Don't think...
Sending a transaction in the CLI without coinjoin (direct send) there is already a question if want to broadcast. in the case when want to send to a lightning channel...
Very good idea to implement this in some form! I wonder if it would make sense to have the option to make the `min_tx_fee` setting dynamic, just like it is...
Just to note that tested on aarch64 and it works but need to use the system-side packages for PySide2 and PyQt5 as pip doesn't have those on arm: https://github.com/openoms/joininbox/blob/dbb4b945101ab48b4f5461ffc8bdeccc5951c0b8/scripts/install.joinmarket.sh#L100
On Debian 11 amd64 I got: ``` (jmvenv) $ pip install "PySide2>=5.14" ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory ``` To...
The sendpayment.py or Coinjoins tab already only spends the unfrozen coins so the behaviour is there, just not shown in the GUI. Freezing is the way to use coin control...
Example aim: spend two coins out of 10 in a mixdepth. Current behaviour: Coins tab: freeze 8 coins by selecting - right clicking - and choosing `freeze` Coinjoin tab -...