From 796491923b48d03a7af8710b201c5d176e49cf81 Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Sat, 27 Jun 2020 22:12:17 +0200 Subject: [PATCH] add new Tor hidden service server --- README.md | 2 +- src/mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aadbe50..ccb24c5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ sudo apt install torsocks ``` ## Connection to our TOR onion service Server ``` -* Open SDL Edit->Settings->LightwalletServer->rnhk4pwlsbaqzx7wcqfy47lijf2opklstaukq35reiz5rn76crfqpjqd.onion:9067 +* Open SDL Edit->Settings->LightwalletServer->6onaaujm4ozaokzu.onion:80 * Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonLite ``` ## Note Management diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 84aa862..e1ceeed 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -841,7 +841,7 @@ void MainWindow::setupSettingsModal() { // List of default servers settings.cmbServer->addItem("https://lite.myhush.org"); - settings.cmbServer->addItem("rnhk4pwlsbaqzx7wcqfy47lijf2opklstaukq35reiz5rn76crfqpjqd.onion:9067"); + settings.cmbServer->addItem("6onaaujm4ozaokzu.onion:80"); // Load current values into the dialog