added 3 new relays and removed older ones

This commit is contained in:
Vishal
2023-01-17 14:00:28 +05:30
parent 439d3944e9
commit 04fb89f369
2 changed files with 12 additions and 5 deletions

View File

@@ -53,14 +53,21 @@ String defaultServerUrl = "wss://relay.damus.io";
const String relayNostrInfo = 'wss://relay.nostr.info';
Set<String> 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<String> gListRelayUrls2 = {

View File

@@ -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`
{ 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`