diff --git a/README.md b/README.md index 0aeb844..c7a986d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ Go to the [releases page](https://git.hush.is/hush/SilentDragonLite/releases) an sudo apt-get -y install qt5-default qt5-qmake libqt5websockets5-dev qtcreator git clone https://git.hush.is/hush/SilentDragonLite cd SilentDragonLite +# sometimes have to build the translations before building the binary +./build.sh linguist # the next step will take potentially a long time for slower systems # Be Patient and please report compiler problems! ./build.sh @@ -68,6 +70,9 @@ sudo apt update sudo apt install torsocks ``` #### Connection to our TOR onion service Server + +NOTE: Tor server is currently under maintenance. + ``` * Open SDL Edit->Settings->LightwalletServer->6onaaujm4ozaokzu.onion:80 * Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonLite diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 558f370..6e6ba29 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -841,8 +841,8 @@ void MainWindow::setupSettingsModal() { // List of default servers settings.cmbServer->addItem("https://lite.hush.is"); settings.cmbServer->addItem("https://bies.xyz"); - settings.cmbServer->addItem("https://miodrag.zone:9876"); - settings.cmbServer->addItem("https://hush.leto.net:5420"); + settings.cmbServer->addItem("https://devo.crabdance.com"); + //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");