Omer Yacine
Omer Yacine
> I'd like to be able to make a script that could download lyrics and write them into mp3. Very neat idea, would love to see that.
@lujakob `curl -i towerurl.tld:9814/ping` Also for tor, you can use this: `curl -is --socks5-hostname 127.0.0.1:9050 toweronionaddress.onion:9814/ping` assuming you have a tor proxy daemon running on localhost:9050
> I tried curl -i 03b0a47228c8b36477002d745cf578a4db2b7c2ba2e2aee2c65419053e4375a1dd@satseye.slicksparks.ky:9814/ping and get You don't need the tower pubkey included to ping it. Also curl wouldn't interpret it the as intended anyways. The tower you...
Another timing? failure but in `retrier::tests::test_manage_retry_while_idle`: https://github.com/talaia-labs/rust-teos/actions/runs/5659276199/job/15332471299?pr=233
> Yeah, ok. What I was thinking that when the tower is abandoned and re-registered the reconnection attempt is different from a retry. Nope, the only piece of network related...
> I think I already answered your question above. :) My bad xD. > but afaik re-creating the connection to the tor socks proxy will result in requesting a new...
> IIRC if two subscriptions overlapped, the user was only supposed to be storing the latest receipt. However, I just tested this and two receipts were returned where receipt_a ranged...
To test the tower with postgresql DB, this docker compose script might be handy: ```yml version: '3.1' services: db: image: postgres restart: always ports: - 5432:5432 environment: POSTGRES_PASSWORD: pass POSTGRES_USER:...
> So you're basically saying that watchtowers only work for CLN, not LND? I beleive LND has their built-in 3rd party watchtower. The watchtower plugin (the one we are talking...
And would be so nice to have it integrated with [umbrel](https://umbrel.com). Seems like a lot of lightning nodes are running on umbrel, they would probably appreciate having a one-click-install watchtower...