Search/replace for dragonx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
SilentDragonXLite is a lightwallet for DRAGONX ($DRAGONX) runs on Linux and Windows which does not require you to download the full blockchain. This is experimental software under active development!
|
||||
|
||||
<img src="res/images/silentdragonlite.png" width="750">
|
||||
<img src="res/images/silentdragonxlite.png" width="750">
|
||||
|
||||
## PRIVACY NOTICE
|
||||
|
||||
@@ -28,7 +28,7 @@ Go to the [releases page](https://git.hush.is/dragonx/SilentDragonXLite/releases
|
||||
|
||||
### Option 2: Compile Release Yourself
|
||||
|
||||
* SilentDragonLite is written in C++ 14, and can be compiled with g++/clang++/visual c++.
|
||||
* SilentDragonXLite is written in C++ 14, and can be compiled with g++/clang++/visual c++.
|
||||
* It also depends on Qt5, which you can get from [here](https://www.qt.io/download) or we recommend installing using your Linux version's package manager (if available).
|
||||
* **You'll need Rust v1.49**, so install it via [Rustup in Linux](https://rustup.rs/). **If you use a version greater then 1.63, then it will not currently build** as seen in [Issue #89](https://git.hush.is/hush/SilentDragonLite/issues/89).
|
||||
|
||||
@@ -86,7 +86,7 @@ NOTE: Tor server is currently under maintenance.
|
||||
|
||||
```
|
||||
* Open SDL Edit->Settings->LightwalletServer->nope.onion:80
|
||||
* Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonLite
|
||||
* Open the folder of SDL in a Terminal -> Enter: TORSOCKS_LOG_LEVEL=1 torsocks -i ./SilentDragonXLite
|
||||
```
|
||||
### Note Management
|
||||
SilentDragonXLite does automatic note and utxo management, which means it doesn't allow you to manually select which address to send outgoing transactions from. It follows these principles:
|
||||
|
||||
Reference in New Issue
Block a user