diff --git a/README.md b/README.md index 16afeb5..c670421 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,5 @@ # SilentDragonLite -

- - MyHushTeam's Twitter - - follow on Twitter - - follow on Mastodon -

- SilentDragonLite is a lightwallet for HUSH ($HUSH) runs on Linux and Windows which does not require you to download the full blockchain. This is experimental software under active development! ![HushChat screenshot](hushchat-screenshot.png) @@ -46,9 +34,10 @@ Go to the [releases page](https://git.hush.is/hush/SilentDragonLite/releases) an #### Building on Linux -**Nothing below will work without rust. Check that your system has rustc 1.49. If not then you need to use [Rustup in Linux](https://rustup.rs/).** +**Nothing below will work without rust. Check that your system has rustc 1.49. If not then you need to use [Rustup in Linux](https://rustup.rs/).** + +An example of how to install Rust 1.49 with rustup is below: -##### Install Rust & Change Version ``` curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh Choose: 1) Proceed with installation (default) @@ -56,7 +45,9 @@ source $HOME/.cargo/env rustup install 1.49 rustup default 1.49 rustup -V -``` +``` + +**Nothing below will work without the Linux "build-essential" package. Check that your system has it installed. If not, and you're using a Ubuntu/Debian distro, then you can install with `apt install build-essential`.** Compiling can take some time, so be patient and wait for it to finish. It will take potentially a long time for slower systems. Be Patient and please report compiler problems! @@ -102,7 +93,7 @@ Windows 10: `C:\Users\%user\AppData\Roaming\silentdragonlite` ## Support -For support join us on [Telegram Support](https://hush.is/telegram_support), or our [Main Telegram](https://hush.is/telegram) or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam), or [file an issue](https://git.hush.is/hush/SilentDragonLite/issues). +For support join us on [Telegram Support](https://hush.is/telegram_support), or our [Main Telegram](https://hush.is/telegram), or toot at our [Mastodon](https://fosstodon.org/@myhushteam), or [file an issue](https://git.hush.is/hush/SilentDragonLite/issues). You can also subscribe to our channels on [PeerTube](https://videos.hush.is), on [YouTube](https://hush.is/yt), or on [Odyssee/LBRY](https://odysee.com/@MyHushTeam:3). diff --git a/DEVELOPING.md b/doc/win/DEVELOPING-Ubuntu-18-04.md similarity index 97% rename from DEVELOPING.md rename to doc/win/DEVELOPING-Ubuntu-18-04.md index a24b57c..fca6704 100644 --- a/DEVELOPING.md +++ b/doc/win/DEVELOPING-Ubuntu-18-04.md @@ -1,5 +1,5 @@ -## Crosscompile for Windows (only tested for Ubuntu 18.04) +## Crosscompile for Windows (only tested for Ubuntu 18.04) by DenioD ``` # build dependencies diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index de6b588..ade4ca2 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -841,7 +841,7 @@ void MainWindow::setupSettingsModal() { settings.cmbServer->addItem("https://lite.hush.land"); settings.cmbServer->addItem("https://devo.crabdance.com"); settings.cmbServer->addItem("https://lite.nyami.org"); - settings.cmbServer->addItem("https://poop.granitefone.me:9067"); + settings.cmbServer->addItem("https://poop.granitefone.me"); settings.cmbServer->addItem("https://lite.hushpool.is"); //settings.cmbServer->addItem("https://hush.leto.net:5420"); diff --git a/src/settings.cpp b/src/settings.cpp index bddd737..72c901c 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -297,7 +297,7 @@ QString Settings::getRandomServer() { "https://lite.hush.is", "https://devo.crabdance.com", "https://lite.nyami.org", - "https://poop.granitefone.me:9067", + "https://poop.granitefone.me", // These can be un-commented to test out how code deals with down servers //"https://thisisdown1.example.com", //"https://thisisdown2.example.com",