From 191677ebbb6db18480c7c50d9cff13c6e366cea4 Mon Sep 17 00:00:00 2001 From: Nicolas Schteinschraber Date: Wed, 24 Dec 2025 12:48:26 -0300 Subject: [PATCH] Fix links in UsageExamples.md for recovery examples Updated links in the UsageExamples.md file to reflect new paths for various examples related to seed and password recovery. --- docs/Usage_Examples/UsageExamples.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Usage_Examples/UsageExamples.md b/docs/Usage_Examples/UsageExamples.md index d7ed6868..855a0dec 100644 --- a/docs/Usage_Examples/UsageExamples.md +++ b/docs/Usage_Examples/UsageExamples.md @@ -12,21 +12,21 @@ The commands given can be pretty much copy/pasted as-is to allow you to recreate [Basic Seed Recoveries](basic_seed_recoveries.md) (Demonstrates the basic commands that you would use for a recovery with various types of wallets) -[Descrambling 12 word BIP39 Seeds](Example_Descrambling_a_12_word_seed.md) (Demonstrates Using a TokenList for unscramblng seeds for Electrum Legacy, Electrum Segwit, BIP39 Bitcoin and BIP39 Ethereum) +[Descrambling 12 word BIP39 Seeds](2020-05-02_Descrambling_a_12_word_seed/Example_Descrambling_a_12_word_seed.md) (Demonstrates Using a TokenList for unscramblng seeds for Electrum Legacy, Electrum Segwit, BIP39 Bitcoin and BIP39 Ethereum) -[Multi-Device Descrambling 12 word Seed with Extra words](Example_multi_device_descrambling_12_word_seed_with_extras.md) (Demonstrates "Required" Anchors, "Positional" Anchors and Spreading Work Accross Multiple Devices) +[Multi-Device Descrambling 12 word Seed with Extra words](2020-05-23_multi_device_descrambling_12_word_seed_with_extras/Example_multi_device_descrambling_12_word_seed_with_extras.md) (Demonstrates "Required" Anchors, "Positional" Anchors and Spreading Work Accross Multiple Devices) -[Grouping words together in tokenlist based seed recoveries](example_seed_tokenlist_tokenblocks.md) (Demonstrates descrambling a 24 word seed where there several groups of words known to follow one another, but the position of these groups within the seed is unknown) +[Grouping words together in tokenlist based seed recoveries](2022-04-02_Seed_Tokenlist_TokenBlocks/example_seed_tokenlist_tokenblocks.md) (Demonstrates descrambling a 24 word seed where there several groups of words known to follow one another, but the position of these groups within the seed is unknown) -[Checking Swapped Words](example_checking_swapped_seed_words.md) (Demonstrates seed recovery where there have been two word swaps applied to words within the mnemonic) +[Checking Swapped Words](2023-04-29_Checking_Swapped_Seed_Words/example_checking_swapped_seed_words.md) (Demonstrates seed recovery where there have been two word swaps applied to words within the mnemonic) ## Password Recovery [Basic Password Recoveries](basic_password_recoveries.md) (Demonstrates the basic commands that you would use for a recovery with various types of wallets) -[Recovering Blockchain.com Wallet Passwords](Example_Recovering_Blockchain_Wallet_Passwords.md) (Demonstrates recovering Blockchain.com wallet, using an Extract script, tokenLists, passwordlists and different types or typos) +[Recovering Blockchain.com Wallet Passwords](2020-05-08_Recovering_Blockchain_Wallet_Passwords/Example_Recovering_Blockchain_Wallet_Passwords.md) (Demonstrates recovering Blockchain.com wallet, using an Extract script, tokenLists, passwordlists and different types or typos) -[Multi-GPU Accelerated Recovery using Vast.ai](Example_Multi-GPU_with_vastai.md) (Demonstrates use of the vast.ai service with wallet extracts and also arguments required for mutli-gpu accelerated recovery of Blockchain.com and Bitcoin Core Wallets) +[Multi-GPU Accelerated Recovery using Vast.ai](2020-10-06_Multi-GPU_with_vastai/Example_Multi-GPU_with_vastai.md) (Demonstrates use of the vast.ai service with wallet extracts and also arguments required for mutli-gpu accelerated recovery of Blockchain.com and Bitcoin Core Wallets) ## AddressDB Creation