mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-10-10 11:22:35 +02:00
added 3 new relays and removed older ones
This commit is contained in:
@@ -53,14 +53,21 @@ String defaultServerUrl = "wss://relay.damus.io";
|
|||||||
const String relayNostrInfo = 'wss://relay.nostr.info';
|
const String relayNostrInfo = 'wss://relay.nostr.info';
|
||||||
|
|
||||||
Set<String> gListRelayUrls1 = { defaultServerUrl,
|
Set<String> gListRelayUrls1 = { defaultServerUrl,
|
||||||
relayNostrInfo,
|
//relayNostrInfo,
|
||||||
"wss://nostr-2.zebedee.cloud",
|
//"wss://nostr-2.zebedee.cloud",
|
||||||
"wss://nostr.semisol.dev",
|
"wss://nostr.semisol.dev",
|
||||||
"wss://nostr.coinos.io",
|
//"wss://nostr.coinos.io",
|
||||||
|
"wss://nostr-relay.wlvs.space",
|
||||||
"wss://nostr-relay.digitalmob.ro",
|
"wss://nostr-relay.digitalmob.ro",
|
||||||
"wss://nostr.drss.io",
|
"wss://nostr.drss.io",
|
||||||
"wss://nostr.radixrat.com",
|
"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 = {
|
Set<String> gListRelayUrls2 = {
|
||||||
|
@@ -12,4 +12,4 @@ channel=test99
|
|||||||
message=""
|
message=""
|
||||||
message=$message'\n' ; for line in `cowsay hi` ; do message=$message"${line} \n" ; done
|
message=$message'\n' ; for line in `cowsay hi` ; do message=$message"${line} \n" ; done
|
||||||
echo $message
|
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`
|
Reference in New Issue
Block a user