gurnec / btcrecover

An open source Bitcoin wallet password and seed recovery tool designed for the case where you already know most of your password/seed, but need assistance in trying different possible combinations.
GNU General Public License v2.0
1.23k stars 657 forks source link

scrypt Windows step 2 #444

Open SanchezG1t opened 3 years ago

SanchezG1t commented 3 years ago

the link say 404 nofound Download this libsodium zip file, and extract it to a temporary location: https://download.libsodium.org/libsodium/releases/libsodium-1.0.16-msvc.zip

3rdIteration commented 2 years ago

Just use my updated fork here: https://github.com/3rdIteration/btcrecover

Installation is much simpler as it's all using Python3 and doesn't require external downloads like this.