Projects STRLCPY btcrecover Commits 3ed93b69
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    docs/INSTALL.md
    skipped 3 lines
    4 4   
    5 5  ### Wallet Installation Requirements ###
    6 6   
    7  -Locate your wallet type in the list below, and follow the instructions in the sections indicated for your wallet.
     7 +Locate your wallet type in the list below, and follow the instructions for only the sections listed next to your wallet.
    8 8   
    9 9  **Note** that for Armory wallets, you must have Armory 0.92.x or later installed on the computer where you run *btcrecover*.
    10 10   
    skipped 98 lines
    109 109   
    110 110   C:\Python27\Scripts\pip install pylibscrypt
    111 111   
    112  - 2. Download this libsodium zip file, and extract it to a temporary location: <https://download.libsodium.org/libsodium/releases/libsodium-1.0.13-msvc.zip>
     112 + 2. Download this libsodium zip file, and extract it to a temporary location: <https://download.libsodium.org/libsodium/releases/libsodium-1.0.16-msvc.zip>
    113 113   
    114 114   3. Find the correct `libsodium.dll` file from the extracted files, it will be located at one of these two paths:
    115 115   
    skipped 6 lines
    122 122   
    123 123   5. Download and install one of the two update packages below from Microsoft, either the 32-bit version or the 64-bit version (the second) to match the version of Python that you've installed.
    124 124  
    125  - * [Microsoft Visual C++ Redistributable for Visual Studio 2017 **32-bit**](https://go.microsoft.com/fwlink/?LinkId=746572)
    126  - * [Microsoft Visual C++ Redistributable for Visual Studio 2017 **64-bit**](https://go.microsoft.com/fwlink/?LinkId=746571)
     125 + * [Microsoft Visual C++ Redistributable for Visual Studio 2017 **32-bit**](https://go.microsoft.com/fwlink/?LinkId=746571)
     126 + * [Microsoft Visual C++ Redistributable for Visual Studio 2017 **64-bit**](https://go.microsoft.com/fwlink/?LinkId=746572)
    127 127   
    128 128  ##### Linux #####
    129 129   
    skipped 77 lines
Please wait...
Page is in error, reload to recover