From 04fb89f3697f9ac39bc56fcb82c7bb3939260a05 Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Tue, 17 Jan 2023 14:00:28 +0530 Subject: [PATCH] added 3 new relays and removed older ones --- lib/settings.dart | 15 +++++++++++---- scripts/announce.sh | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/lib/settings.dart b/lib/settings.dart index ee7ebda..0ffc6b2 100644 --- a/lib/settings.dart +++ b/lib/settings.dart @@ -53,14 +53,21 @@ String defaultServerUrl = "wss://relay.damus.io"; const String relayNostrInfo = 'wss://relay.nostr.info'; Set gListRelayUrls1 = { defaultServerUrl, - relayNostrInfo, - "wss://nostr-2.zebedee.cloud", + //relayNostrInfo, + //"wss://nostr-2.zebedee.cloud", "wss://nostr.semisol.dev", - "wss://nostr.coinos.io", + //"wss://nostr.coinos.io", + "wss://nostr-relay.wlvs.space", "wss://nostr-relay.digitalmob.ro", "wss://nostr.drss.io", "wss://nostr.radixrat.com", - "wss://relay.nostr.ch" + "wss://relay.nostr.ch", + + // added on 17 jan 2023 after testing using test_servers.sh + "wss://nostr.rdfriedl.com", + "wss://nostr-pub.wellorder.net", + "wss://nostrrelay.com" + }; Set gListRelayUrls2 = { diff --git a/scripts/announce.sh b/scripts/announce.sh index b46e9c7..36e563e 100644 --- a/scripts/announce.sh +++ b/scripts/announce.sh @@ -12,4 +12,4 @@ channel=test99 message="" message=$message'\n' ; for line in `cowsay hi` ; do message=$message"${line} \n" ; done echo $message -# { echo -e "3\n1\n${channel}\nHello, this is a random test.\nx\nx\nx" ; cat /dev/stdin; } | ./nostr_console_ubuntu_x64 --prikey=`openssl rand -hex 32` \ No newline at end of file +{ echo -e "3\n1\n${channel}\nHello, this is a random test.\nx\nx\nx" ; cat /dev/stdin; } | ./nostr_console --prikey=`openssl rand -hex 32` \ No newline at end of file