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