Avatar
openoms
aac07d95089ce6adf08b9156d43c1a4ab594c6130b7dcb12ec199008c5819a2f
Bitcoin | Lightning | Blink | RaspiBlitz on RPi and more | Self-hosting | Enjoyer of Linux Desktops and GrapheneOS | building hardware at diynodes.com

For now both the LNaddress and zaps need a webserver, but why could in not get easier?

BOLT12 will help. See what else will come.

A self hosted LNaddress + Zap server could send all it's invoices through an LNproxy API to significantly improve receiver privacy on LN now.

Follow #[0] and try a live example at lnproxy.org

Would love to know if there is something similar already!

For faster and more reliable self sovereign zaps the LNaddress + Zap server can be set to communicate with the backing node over a VPN like Tailscale.

Updated this 5 minute guide with the option: https://github.com/openoms/bitcoin-tutorials/blob/master/nostr/ligess.md

https://void.cat/d/Ryp4iX6Kpv84emkzf96br.webp

#JoininBox v0.7.7 has a new option to use a custom change address when sending with or without a coinjoin

Existing features:

- one click install of #JoinMarket v0.9.9

- can start a pruned node within minutes

- signet option

- OS images for RPi and amd64 (bare metal or VM)

Link to the project: https://github.com/openoms/joininbox

It is also a part #Raspiblitz: https://github.com/rootzoll/raspiblitz/

General guidance about using JoinMarket: https://github.com/openoms/bitcoin-tutorials/blob/master/joinmarket/joinmarket_private_flow.md

https://void.cat/d/FVS7zyjHiPenHbMB9ufpf8.webp

https://void.cat/d/RNXja1bfHEA5NwHzjxSmuY.webp

Sounds good, should be able to do it on OpenWRT / DD-WRT as well. Will look into it, but still would enjoy the feature built into any social media or messaging app for it's simplicity.

Not easy on Android when I want my Tailscale / Wireguard to be on as well.

I'd really like to set a permanent Socks5 proxy for Amethyst (and other clients) just like seen in Signal and Telegram FOSS.

There are too many relays exposed to the IP addresses of their users.

#[0]

#[1]

With Amnezia this trust in the third party VPN providers is mitigated by the ability of anyone being able to provide a service for a cost of a VPN subscription for multiple people: https://en.amnezia.org/instruction.html

Yyou can have your own servers or friends you trust. The traffic is encrypted and using the public IPaddress of the rented server this way.

Renting a server (with a dedicated IP address) is still fairly easy without needing to be identified: https://bitcoin-vps.com/

#[4] sets it to 24h (144 blocks) for maximum compatibility.

Tor is slow, unreliable, started and funded by the CIA. VPNs are faster and often provide enough protection from 3rd parties (and less from the providers). The more alternatives there are the better.

It depends on the CLTV (CHECKLOCKTIMEVERIFY) value of the routed HTLC.

LND channels take 2016 blocks (2 weeks) max by default, but it needs to be lower with the cltv_delta value with every hop where it is routed.

https://github.com/lightningnetwork/lnd/blob/6e0a67d05bd375c4b39db53dc45df74157227a57/sample-lnd.conf#L378

Other implementations have the max value lower at 144.

@npub1p2psats79rypr8lpnl9t5qdekfp700x660qsgw284xvq4s09lqrqqk3m82sets it to 24h (144 blocks) for maximum compatibility.

That is just the tag which has been not reissued for the LND and Electrs bugfix releases.

The lates v1.8.0c is more recent.

Rolling updates and new RCs are in the dev branch.

Nothing better than getting it from your own node:

bitcoin-cli getblockhash 0 | xargs -I {} bitcoin-cli getblock {} 0 | xxd -r -p | hexdump -v -C

set the resolution and colors as you like.

Replying to Avatar openoms

I presume the protocol is this: https://github.com/getAlby/nips/blob/master/47.md

Is it planned to open a PR to the main nostr-protocol repo?

Do you know of any wallets supporting it yet or planning?

#[5] would be the first I presume