From 1a7af9682c2bb42959d0a8e0c826477f1ee79c95 Mon Sep 17 00:00:00 2001 From: Duke Date: Sat, 10 Dec 2022 20:50:16 -0500 Subject: [PATCH] update lightwalletd server list --- src/mainwindow.cpp | 4 ++-- src/settings.cpp | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0b90432..0d39540 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -852,13 +852,13 @@ void MainWindow::setupSettingsModal() { // List of default servers settings.cmbServer->addItem("https://lite.hush.is"); + settings.cmbServer->addItem("https://lite2.hush.is"); settings.cmbServer->addItem("https://lite.hush.land"); settings.cmbServer->addItem("https://wtfistheinternet.hush.is"); - settings.cmbServer->addItem("https://lite.nyami.org"); settings.cmbServer->addItem("https://poop.granitefone.me"); settings.cmbServer->addItem("https://lite.hushpool.is"); + settings.cmbServer->addItem("https://lite2.hushpool.is"); - //settings.cmbServer->addItem("https://hush.leto.net:5420"); //TODO: seperate lists of https/Tor servers, only show user or attempt // connection to .onion if user has it enabled //settings.cmbServer->addItem("6onaaujm4ozaokzu.onion:80"); diff --git a/src/settings.cpp b/src/settings.cpp index c95bf8b..8248e37 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -295,8 +295,8 @@ QString Settings::getRandomServer() { // The more servers from different TLDs, the better QList servers = { "https://lite.hush.is", + "https://lite2.hush.is", "https://wtfistheinternet.hush.is", - "https://lite.nyami.org", "https://poop.granitefone.me", // These can be un-commented to test out how code deals with down servers //"https://thisisdown1.example.com", @@ -306,6 +306,7 @@ QString Settings::getRandomServer() { //"https://thisisdown5.example.com", "https://lite.hush.land", "https://lite.hushpool.is" + "https://lite2.hushpool.is" }; // we don't need cryptographic random-ness, but we want