3rd Iteration
3rd Iteration
Closed due to inactivity
This is an issue with listpass and the inability of your system to display all characters. I just verified this with an actual wallet file and a single %U generates...
If you want to do the implementation and bring a PR, then that would be great. if you don't want to wait then you can directly sponsor it yourself.
> I didn't know how it worked still don't I need help to recover my wallet I'm lost when it comes to computers every time I get close something or....
You would need to re-work the deterministic password generation algo for this, as it currently runs on a single thread. (Both for the ETA generation and actually running the recovery)...
You need to re-read what I posted. This isn't just about the ETA functionality...
Read my initial comment again. When running the recovery, the seed/password generator only runs on a single tread. (Even though the hashing and checking is multi threaded)
Just bring a PR. It will also need to consider the --typos arguments and expanding wildcards correctly, so you should add some tests that demonstrate this. Guide on how to...
Thanks for the report, fixed a few modules that were impacted by this :)
This is very useful for basic tokenlists, but this doesn't take arguments, wildcards or anchors into consideration. (So should check if any of these are present and fall-back to manual...