diff --git a/Core/Nostr/ThirdPartyRelays.php b/Core/Nostr/ThirdPartyRelays.php index 89aac91b8..510f01f90 100644 --- a/Core/Nostr/ThirdPartyRelays.php +++ b/Core/Nostr/ThirdPartyRelays.php @@ -74,7 +74,7 @@ protected function getClients(): array } $relays = $this->config->get('nostr')['relays'] ?? [ 'wss://nostr-relay.untethr.me', - 'wss://nostr.bitcoiner.social', + 'wss://offchain.pub', 'wss://nostr-relay.wlvs.space', 'wss://nostr-pub.wellorder.net' ]; diff --git a/settings.example.php b/settings.example.php index f5b400027..f44244c28 100644 --- a/settings.example.php +++ b/settings.example.php @@ -896,7 +896,7 @@ 'domain' => 'minds.io', 'relays' => [ 'wss://nostr-relay.untethr.me', - 'wss://nostr.bitcoiner.social', + 'wss://offchain.pub', 'wss://nostr-relay.wlvs.space', 'wss://nostr-pub.wellorder.net' ]