openoms
openoms
This is a receiver's privacy related request to prevent the Loop server knowing the destination of an offchain transaction. The receiver node could avoid exposing it's pubkey and the channel...
### Issue and Steps to Reproduce Experiencing a similar issue to #5250 trying to pay simple $5 invoice to a BTCPayServer of Lunanode. My CLN node has a single channel...
Few steps I needed to take on a 32bit Odroid: Upgrade python from 3.7.4: https://github.com/rootzoll/raspiblitz/tree/dev/alternative.platforms#python-upgrade used Pyhton v3.10.4 Install the latesr Rust and have it in the PATH (https://www.rust-lang.org/tools/install): ```...
Testing to send to a p2wpkh-p2sh (3...) address in SentinelX. The displayed address is correct, but the QR encoded in all caps. This leads to an `invalid address` error in...
Testing the v0.1.6 SentinelX APK on two Android phones with the latest updates: Oneplus 5T with the manufacturers OxygenOS and a Pixel3aXl with GrapheneOS. When going to: * `Track new`...
To test: ``` # for mainnet directory_nodes_list=$(curl -Ss \ https://raw.githubusercontent.com/JoinMarket-Org/joinmarket-clientserver/master/src/jmclient/configure.py \ | grep MAINNET -A1 | grep 'directory_nodes =' | awk -F'=' '{print $2}' | tr -d ' ' |...
The stats screen gets the uptime from the running python script: https://github.com/openoms/joininbox/blob/0e388a989826ef15c744f058ead8bfbd30acd270/scripts/info.stats.sh#L49-L50 not the API which Jam uses.
aims to fix #110, but no easy solution until the base image is Debian Bullseye
#### What Adding changes in Raspibolt as well because the user creation command in Raspiblitz was originating from here, but now needs to be changed. Changing the user creation in...