pull down to refresh

Pub seems to be crashing in a restart loop, likely unrelated to CLINK...

More detailed logs from Pub might explain why, let me know the output of this:

journalctl --user-unit lightning_pub -f

reply

Thanks

Looks like the node restarted while a payment was stuck and triggered a sanity checker that monitors db consistency, just pushed a fix for that edgecase... if you re-run the pub install script it should gracefully update and restart.

reply

should I

systemctl stop lnd and lightning\_pub?

and then run

wget -qO- https://deploy.lightning.pub | bash
reply

the script alone should restart services

reply
reply

good news, thats further along and a different issue

bad news is our relay is under DoS, but I just got a mitigation in place, relay is working now... will push a fix for this crash shortly... you'll need to re-run script again to update once I do... will keep you posted

reply

Thanks Justin, will wait

Was wondering which relays are setup in bxrd.app ; could not find the relay list in the bxrd settings

reply

will expose this in the UI soon so you can add others and see connection status

const DEFAULT_PUBLIC_RELAYS = [
    "wss://nos.lol",
    "wss://relay.damus.io",
    "wss://relay.primal.net",
    "wss://nostr.bitcoiner.social",
    "wss://relay.snort.social",
    "wss://relay.nostr.band",
    "wss://purplepag.es",
    "wss://nostr.mom",
    "wss://relay.ditto.pub",
    "wss://relay.mostr.pub",
    "wss://nostr-pub.wellorder.net",
    "wss://relay.bxrd.app",
    "wss://nostr.land",
    "wss://relay.momostr.pink",
    "wss://offchain.pub",
    "wss://nostr.oxtr.dev",
    "wss://relay.current.fyi",
    "wss://relay.nostr.bg",
    "wss://relayable.org",
    "wss://nostr.orangepill.dev",
    "wss://nostr.fmt.wiz.biz",
    "wss://brb.io",
    "wss://nostr.data.haus",
];