From ba32344eb23d0e6253e2939287a5df001d6ebc7f Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Fri, 1 Nov 2019 12:26:58 -0700 Subject: [PATCH 1/5] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6260847..d232f6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ -Zecwallet-Lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash +Zecwallet-Lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash. + +**Zecwallet-Lite is currently in beta** + + +## Privacy +* While all the keys and transaction detection happens on the client, the server can learn what blocks contain your shielded transactions. +* The server also learns other metadata about you like your ip address etc... +* Also remember that t-addresses don't provide any privacy protection. + + +### Note Management +Zecwallet-Lite 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: +* Defaults to sending shielded transactions, even if you're sending to a transparent address +* Sapling funds need at least 5 confirmations before they can be spent +* Can select funds from multiple shielded addresses in the same transaction +* Will automatically shield your transparent funds at the first opportunity + * When sending an outgoing transaction to a shielded address, Zecwallet-Lite can decide to use the transaction to additionally shield your transparent funds (i.e., send your transparent funds to your own shielded address in the same transaction) ## Compiling from source * ZecWallet is written in C++ 14, and can be compiled with g++/clang++/visual c++. From 0bbe7ec39cad9fe64023bccfc3ee2c7ce6f37121 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Fri, 1 Nov 2019 12:29:30 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d232f6d..74e7ad2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -Zecwallet-Lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash. - **Zecwallet-Lite is currently in beta** +Zecwallet-Lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash. It has full support for all Zcash features: +- Send + Receive fully shileded transactions +- Supports transparent addresses and transactions +- Full support for incoming and outgoing memos +- Fully encrypt your private keys, using viewkeys to sync the blockchain + ## Privacy * While all the keys and transaction detection happens on the client, the server can learn what blocks contain your shielded transactions. From 9590b531e0ff05e67310e125044aa0f0110c4883 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Thu, 7 Nov 2019 10:29:35 -0800 Subject: [PATCH 3/5] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 74e7ad2..a72f907 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -**Zecwallet-Lite is currently in beta** - Zecwallet-Lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash. It has full support for all Zcash features: - Send + Receive fully shileded transactions - Supports transparent addresses and transactions From 2cc39a9c79ac3a921f2bb3a4b820679d7bf600f8 Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Thu, 7 Nov 2019 10:31:01 -0800 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a72f907..215d45d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Zecwallet-Lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash. It has full support for all Zcash features: -- Send + Receive fully shileded transactions +- Send + Receive fully shielded transactions - Supports transparent addresses and transactions - Full support for incoming and outgoing memos - Fully encrypt your private keys, using viewkeys to sync the blockchain From ff84078e9571a5b4f3a850e81a1e0accc5eb7b7f Mon Sep 17 00:00:00 2001 From: adityapk00 <31996805+adityapk00@users.noreply.github.com> Date: Thu, 7 Nov 2019 10:31:48 -0800 Subject: [PATCH 5/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 215d45d..52b1077 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Zecwallet-Lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash. - Full support for incoming and outgoing memos - Fully encrypt your private keys, using viewkeys to sync the blockchain +## Download +Download compiled binaries from our [release page](https://github.com/adityapk00/zecwallet-lite/releases) ## Privacy * While all the keys and transaction detection happens on the client, the server can learn what blocks contain your shielded transactions.