Coding-Enthusiast / FinderOuter

Easy to use bitcoin recovery tool to fix damaged private key, mini-private key, address, BIP38 encrypted key, mnemonic (seed phrase), BIP-32 derivation path, Armory backups, recover passwords and more
MIT License
283 stars 108 forks source link

No clear instruction on how to run on Mac OS #32

Closed drnick30 closed 2 years ago

drnick30 commented 2 years ago

I can't seem to figure out how to run this on Mac OS, bearing in mind that I have zero knowledge on this.

I downloaded the binary file, ran terminal at the folder and used this command: dotnet FinderOuter

I get this error: Could not execute because the specified command or file was not found. Possible reasons for this include:

Coding-Enthusiast commented 2 years ago

If you are compiling the project yourself (have .net installed) you can run it by using dotnet FinderOuter but if you are downloading the binaries I provided (don't need installed .net) you should run it by using ./FinderOuter.
I don't have Mac OS to test but it seems like similar to Linux you need to provide execute permissions before running .net applications, and the command is different: sudo chmod +x FinderOuter