pull down to refresh
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 | bashreply
the script alone should restart services
reply
sorry, I ran the script, no luck
rebooted .. still no luck
Here is the updated log
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
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",
];
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