replaced damus relay with snort relay

This commit is contained in:
Vishal 2023-01-29 03:25:00 +05:30
parent b198e77732
commit 15712c015c
4 changed files with 20 additions and 15 deletions

View File

@ -49,12 +49,10 @@ int gHoursDefaultPrint = 6; // print latest given hours only
// global counters of total events read or processed
int numFileEvents = 0, numFilePosts = 0, numUserPosts = 0, numFeedPosts = 0, numOtherPosts = 0;
String defaultServerUrl = "wss://relay.damus.io";
const String relayNostrInfo = 'wss://relay.nostr.info';
String defaultServerUrl = "wss://relay.snort.social";
Set<String> gListRelayUrls1 = { defaultServerUrl,
//relayNostrInfo,
//"wss://nostr-2.zebedee.cloud",
//'wss://relay.nostr.info'
"wss://nostr.coinos.io",
"wss://nostr-relay.wlvs.space",
"wss://nostr.radixrat.com",

View File

@ -3,6 +3,8 @@ description: A multi-platform nostr client built for terminal/console
version: 0.3.5-beta
homepage: https://github.com/vishalxl/nostr_console
# 0.3.6
#
# 0.3.5
# fix for crash in issue #70

View File

@ -1,9 +1,23 @@
nostr_servers=(
"wss://relay.damus.io"
"wss://nostr.coinos.io"
"wss://nostr-relay.wlvs.space"
"wss://nostr.radixrat.com"
"wss://relay.nostr.ch"
"wss://nostr.rdfriedl.com"
"wss://nostr-pub.wellorder.net"
"wss://relay.nostr.scot"
"wss://nos.lol"
"wss://knostr.neutrine.com"
"wss://relay.snort.social"
"wss://nostr.mom"
"wss://relay.nostr.info"
"wss://nostr.openchain.fr"
"wss://nostr.drss.io"
"wss://nostr.delo.software"
"wss://nostr.rdfriedl.com"
"wss://nostr.zaprite.io"
"wss://sg.qemura.xyz"
@ -14,20 +28,14 @@ nostr_servers=(
"wss://nostr.satsophone.tk"
"wss://relay.oldcity-bitcoiners.info"
"wss://relay.damus.io"
"wss://nostr.swiss-enigma.ch"
"wss://relay.nostr.info"
"wss://nostr-2.zebedee.cloud"
"wss://nostr.zebedee.cloud"
"wss://nostr.semisol.dev"
"wss://nostr.onsats.org"
"wss://nostr-relay.wlvs.space"
"wss://nostr-relay.digitalmob.ro"
"wss://nostr.coinos.io"
"wss://relay.nostr.ch"
"wss://nostr-pub.wellorder.net"
"wss://nostr.radixrat.com"
"wss://nostr.bitcoiner.social"
"wss://relay.valireum.net"
@ -44,9 +52,6 @@ nostr_servers=(
"wss://nostr.mwmdev.com"
"wss://nostr.sandwich.farm"
"wss://knostr.neutrine.com"
"wss://nos.lol"
"wss://relay.nostr.scot"
"wss://brb.io"
)

View File

@ -2,7 +2,7 @@
source ./configfile.cfg
limit=100000
limit=10000
numHours=1
echo -e "Requesting all events in last $numHours hours with a limit of $limit by executing the following command for each:"