From b929d060d9a450318479c4077ddd9208318667ce Mon Sep 17 00:00:00 2001 From: ravaga Date: Fri, 12 Jul 2024 16:30:59 +0400 Subject: [PATCH 1/4] updated testnet builds Signed-off-by: ravaga --- docs/build/testnet-resources/testnet-builds.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/build/testnet-resources/testnet-builds.md b/docs/build/testnet-resources/testnet-builds.md index e99c31b..ec29a37 100644 --- a/docs/build/testnet-resources/testnet-builds.md +++ b/docs/build/testnet-resources/testnet-builds.md @@ -4,26 +4,26 @@ A list of builds for the current Zano testnet ### Windows -INST: https://build.zano.org/builds/zano-win-x64-release-testnet-v2.0.0.317[db1dedb]-installer.exe +INST: https://build.zano.org/builds/zano-win-x64-release-testnet-v2.0.0.333[59ea013]-installer.exe -sha256: 536b4ea69d78f3d8a1f930fa5cd71dd78bfb0807af840eee93c34a1f9e7e16bd6 +sha256: c63615511f8f57698198d8db80b9ef234e64aa6175c41d713deb7b7d502bd354 -ZIP: https://build.zano.org/builds/zano-win-x64-release-testnet-v2.0.0.317[db1dedb].zip +ZIP: https://build.zano.org/builds/zano-win-x64-release-testnet-v2.0.0.333[59ea013].zip -sha256: 8b3e0b3f9c81c26801f47db64f87de2797ce7076eaa8bbc68d59e55b201bd791 +sha256: 7592fa145ea565571a18c6a1f503b9aecb4019a0f277dff53c97d445b16e9b66 ### MacOs -https://build.zano.org/builds/zano-macos-x64-release-testnet-v2.0.0.317[db1dedb].dmg +https://build.zano.org/builds/zano-macos-x64-release-testnet-v2.0.0.333[59ea013].dmg -sha256: 4b824f1bba01510bc04d7a3a4c5a0e17c43bb4d5845efae8c2765ca37876bca0 +sha256: 61f121f0907d84974475ab24586a56964bb2f6489631273646b06989edbfd4a9 ### Linux -https://build.zano.org/builds/zano-linux-x64-release-testnet-devtools-v2.0.0.317[db1dedb].AppImage +https://build.zano.org/builds/zano-linux-x64-release-testnet-devtools-v2.0.0.333[59ea013].AppImage -sha256: 6abb491e7dfbe1dc6b1c753d295b766834474fe95e6c66528d42e213fd1bb7bb +sha256: a2fe0d5f2538202a2fcf6055068438ac5d5c2131104f81796a971dc75d6c0f46 ``` -updated at 2024-05-30 20:27:00 +updated at 2024-07-12 16:30:00 ``` From 4860bfefb19fe7636c0e5cbb389666821da255f1 Mon Sep 17 00:00:00 2001 From: ravaga Date: Mon, 15 Jul 2024 21:38:30 +0400 Subject: [PATCH 2/4] link fix Signed-off-by: ravaga --- docs/use/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use/overview.md b/docs/use/overview.md index 8b81ae2..5cd6f9b 100644 --- a/docs/use/overview.md +++ b/docs/use/overview.md @@ -6,6 +6,6 @@ sidebar_position: 1 Here, you'll find an array of tools and resources designed to enhance your experience within the Zano ecosystem. Whether you're new to Zano or have been a part of our community for a while, this guide offers insights and detailed instructions to help you navigate our platform with ease. -Begin with the basics in our [Wallets Guides](wallets/overview). Explore unique functionalities like [Aliases](aliases) or understand the benefits of [Auditable Wallets](auditable-wallets-faq). If you're keen on deepening your Zano knowledge, delve into [Deeplinks](deeplinks) or the secure mechanisms behind [Escrow Contracts](escrow-contracts). +Begin with the basics in our [Wallets Guides](/docs/use/wallets/overview). Explore unique functionalities like [Aliases](aliases) or understand the benefits of [Auditable Wallets](auditable-wallets-faq). If you're keen on deepening your Zano knowledge, delve into [Deeplinks](deeplinks) or the secure mechanisms behind [Escrow Contracts](escrow-contracts). And if you ever run into challenges, our [Reporting Issues](reporting-issues) section is here to help. Dive in, and make the most of what Zano has to offer. From 36cde5af94cbc30a6e9d325aab6eb6b17e1346ad Mon Sep 17 00:00:00 2001 From: ravaga Date: Wed, 17 Jul 2024 22:38:32 +0400 Subject: [PATCH 3/4] seed phrases Signed-off-by: ravaga --- docs/use/seed-phrase.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/use/seed-phrase.md diff --git a/docs/use/seed-phrase.md b/docs/use/seed-phrase.md new file mode 100644 index 0000000..9769111 --- /dev/null +++ b/docs/use/seed-phrase.md @@ -0,0 +1,41 @@ +# Understanding Seed Phrases and Passphrases in Zano + +## Seed Phrase + +### Generation + +- When you create a new wallet, the wallet software generates a large random number. +- This number is then converted into a sequence of words using a standardized deterministic algorithm. +- The sequence of words (seed phrase) is displayed to you. It’s crucial to write it down and keep it secure, as anyone with access to this phrase can control your funds. + +### Function + +- The seed phrase is a human-readable representation of your private keys. It can be used to regenerate your wallet and access your funds. +- It serves as a backup. If your device or file is lost, stolen, or damaged, you can use the seed phrase to restore your wallet on another device. + +## Passphrase + +### Adding a Passphrase + +- When setting up your wallet, you have the option to add an additional passphrase (in Zano it is called Secured Seed). +- This passphrase can be any string of characters you choose. Unlike the seed phrase, which is generated by the wallet, the passphrase is chosen by you. + +### Security Enhancement + +- The passphrase is combined with the seed phrase to create a new, more secure key. This new key is used to generate your wallet’s addresses and private keys. +- Without the passphrase, even if someone obtains your seed phrase, they won’t be able to access your funds. + +### Usage + +- Every time you restore your wallet, you will need to enter both the seed phrase and the passphrase. +- If you forget the passphrase, you won’t be able to access your wallet, even with the seed phrase. Therefore, it’s essential to remember or securely store the passphrase. + +## Benefits + +- **Enhanced Security:** The passphrase acts as a second factor of authentication, making it significantly harder for someone to steal your funds. +- **Privacy:** Even if someone sees your seed phrase, they cannot access your wallet without the passphrase. + +## Risks + +- **Loss of Passphrase:** If you forget or lose the passphrase, you will be permanently locked out of your wallet. +- **Complexity:** Managing an additional passphrase can be cumbersome and may lead to user errors if not handled properly. From ec114e8cca4d028718a3d63035c1b913ca2935db Mon Sep 17 00:00:00 2001 From: ravaga Date: Wed, 17 Jul 2024 22:44:47 +0400 Subject: [PATCH 4/4] added text Signed-off-by: ravaga --- docs/use/seed-phrase.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/use/seed-phrase.md b/docs/use/seed-phrase.md index 9769111..e531457 100644 --- a/docs/use/seed-phrase.md +++ b/docs/use/seed-phrase.md @@ -1,5 +1,10 @@ # Understanding Seed Phrases and Passphrases in Zano +A **seed phrase** (also known as a recovery phrase or mnemonic phrase) is a set of words generated by your wallet that gives you access to the funds associated with that wallet. In Zano, a seed phrase consists of 24 to 26 words chosen from a standardized list of 1626 words. This phrase is all you need to recover your funds if you lose access to your wallet. + +A **passphrase** is an additional layer of security that can be added to your seed phrase. When used together, the seed phrase and passphrase create a two-factor authentication system for accessing your wallet. +Here’s a detailed explanation of how a seed phrase secured with a passphrase works: + ## Seed Phrase ### Generation