From 2024a3e85ccf22e9ba1d3f88fca9788db603e349 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 19 Nov 2020 21:50:11 -0500 Subject: [PATCH 1/6] Update links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 571452c..e975bdd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Run `silentdragonlite-cli help` to see a list of all commands. * Also remember that t-addresses don't provide any privacy protection. ## Notes: -* If you want to run your own server, please see [SilentDragonLite-cli lightwalletd](https://github.com/MyHush/lightwalletd), and then run `./silentdragonlite-cli --server http://127.0.0.1:9069`. You might also need to pass `--dangerous` if you are using a self-signed TLS certificate. +* If you want to run your own server, please see [SilentDragonLite-cli lightwalletd](https://git.hush.is/hush/lightwalletd), and then run `./silentdragonlite-cli --server http://127.0.0.1:9069`. You might also need to pass `--dangerous` if you are using a self-signed TLS certificate. * The log file is in `~/.silentdragonlite/silentdragonlite-cli.debug.log`. Wallet is stored in `~/.silentdragonlite/silentdragonlite-cli.dat` @@ -48,7 +48,7 @@ silentdragonlite does automatic note and utxo management, which means it doesn't * Run `rustup update` to get the latest version of Rust if you already have it installed ``` -git clone https://github.com/MyHush/silentdragonlite-cli.git +git clone https://git.hush.is/hush/silentdragonlite-cli cargo build --release ./target/release/silentdragonlite-cli ``` @@ -64,4 +64,4 @@ Here are some CLI arguments you can pass to `silentdragonlite-cli`. Please run ` ### Support -For support or other questions, join us on [Discord](https://myhush.org/discord), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram](http://myhush.org/telegram) or [file an issue](https://github.com/MyHush/silentdragonlite-cli/issues). +For support or other questions, join us on [Telegram](https://hush.is/telegram), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram Support](https://hush.is/telegram_support) or [file an issue](https://git.hush.is/hush/silentdragonlite-cli/issues). From 8eca2628004396f72e56d34ba604c5982b40a053 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Wed, 10 Feb 2021 22:09:18 -0500 Subject: [PATCH 2/6] minor README.md updates --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e975bdd..0fd7794 100644 --- a/README.md +++ b/README.md @@ -47,21 +47,23 @@ silentdragonlite does automatic note and utxo management, which means it doesn't * Rust v1.37 or higher. * Run `rustup update` to get the latest version of Rust if you already have it installed -``` +```shell script git clone https://git.hush.is/hush/silentdragonlite-cli cargo build --release ./target/release/silentdragonlite-cli ``` ## Options -Here are some CLI arguments you can pass to `silentdragonlite-cli`. Please run `silentdragonlite-cli --help` for the full list. +Here are some CLI arguments you can pass to silentdragonlite-cli. Please run silentdragonlite-cli --help for the full list. * `--server`: Connect to a custom SilentDragonLite lightwalletd server. * Example: `./silentdragonlite-cli --server 127.0.0.1:9069` + * Example: `./silentdragonlite-cli --server lite.hush.is` * `--seed`: Restore a wallet from a seed phrase. Note that this will fail if there is an existing wallet. Delete (or move) any existing wallet to restore from the 24-word seed phrase * Example: `./silentdragonlite-cli --seed "twenty four words seed phrase"` * `--recover`: Attempt to recover the seed phrase from a corrupted wallet - +* `-n, --nosync`: By default, Silentdragonlite-cli will sync the wallet at startup, so use this option to prevent the automatic sync at startup + ### Support For support or other questions, join us on [Telegram](https://hush.is/telegram), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram Support](https://hush.is/telegram_support) or [file an issue](https://git.hush.is/hush/silentdragonlite-cli/issues). From b5063ade9d2c6576e3844a29b1fef24dc11a196f Mon Sep 17 00:00:00 2001 From: jahway603 Date: Wed, 10 Feb 2021 22:21:34 -0500 Subject: [PATCH 3/6] minor edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fd7794..f02e59a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ cargo build --release ``` ## Options -Here are some CLI arguments you can pass to silentdragonlite-cli. Please run silentdragonlite-cli --help for the full list. +Here are some CLI arguments you can pass to `silentdragonlite-cli`. Please run `silentdragonlite-cli --help` for the full list. * `--server`: Connect to a custom SilentDragonLite lightwalletd server. * Example: `./silentdragonlite-cli --server 127.0.0.1:9069` From 43108f7f80f39100867c0450d741961669680cc7 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 18 Feb 2021 22:11:53 -0500 Subject: [PATCH 4/6] updated links to git.hush.is --- lib/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b61970d..95388cc 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -42,34 +42,34 @@ webpki = "0.21.0" webpki-roots = "0.18.0" [dependencies.bellman] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false features = ["groth16"] [dependencies.pairing] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" [dependencies.zcash_client_backend] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false [dependencies.zcash_primitives] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false features = ["transparent-inputs"] [dependencies.zcash_proofs] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false [dependencies.ff] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" features = ["ff_derive"] From 5544a08ddca8c25b6d7a461030a93710f87fd465 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 18 Feb 2021 22:15:11 -0500 Subject: [PATCH 5/6] minor README.md update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f02e59a..0b842b0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ silentdragonlite does automatic note and utxo management, which means it doesn't ```shell script git clone https://git.hush.is/hush/silentdragonlite-cli +cd silentdragonlite-cli cargo build --release ./target/release/silentdragonlite-cli ``` From d81a2c2d1efd80c83859e8ac598fa24cf6c06099 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 22 Feb 2021 07:22:24 +0000 Subject: [PATCH 6/6] Update 'README.md' --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0b842b0..1a59986 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,8 @@ Here are some CLI arguments you can pass to `silentdragonlite-cli`. Please run ` ### Support For support or other questions, join us on [Telegram](https://hush.is/telegram), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram Support](https://hush.is/telegram_support) or [file an issue](https://git.hush.is/hush/silentdragonlite-cli/issues). + + +## License + +GPLv3 or later