Browse Source

Replace github link to git link

master
gilardh 4 years ago
parent
commit
e98ab231d6
  1. 4
      README.md

4
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](https://git.hush.is/hush/silentdragonlite-cli) and [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.git
cargo build --release
./target/release/silentdragonlite-cli
```

Loading…
Cancel
Save