Coding Enthusiast

Results 47 comments of Coding Enthusiast

The latest release (v. 0.15.0.0) introduced a new option called `Search Space`. After filling all the boxes expand Advanced option and click `Start` button. Now you can move through the...

The current algorithm has to check all the variations of the WIF**note**. To know how many keys it checks you can compute 58x where `x` is the number of missing...

> I have a private key that starts with K and unfortunately 19 characters are missing from the end, what is the estimated time for you? The special case only...

@emanyaster Be careful who you trust and never send your private key to anyone specially when contacted privately through Email.

Knwon issues in AvaloniaUI https://github.com/AvaloniaUI/Avalonia/issues/3780, https://github.com/AvaloniaUI/Avalonia/issues/5111

> is it possible to have a pause/resume function so that in a case where it requires more time to process to be able to pause the process and resume...

FinderOuter does not _yet_ support altcoins. However I took a quick look at the "Binance Smart Chain" documentation and it seems like it is using the same method as bitcoin...

Some other variable must be wrong. Either some of the known 10 words or the derivation path or key index.

The Bech32 address (`bc1qr4...`) is using `m/84'/0'/0'/0/0` derivation path which means it is using an entirely different private and public key and consequently a hash than an altcoin's key at...

FinderOuter does not yet support altcoin recovery.