-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find Example Wallets #149
Comments
Just checked your example. Everything works.
In which operating system did you save the file "Example.hex"? If in Windows, then in the text file there is an invisible backspace character "\r" that needs to be removed.
|
your solution is true but the wrong place is phraselist.txt, not example.hex :) I applied the code you provided in the phraselist file and found a result. Thanks :) Note: If OS System Windows Notepad++ Settings must like this |
There is some other solution for this because at the beginning it worked well for me but as I was using it and testing it I stopped finding the example wallets that I had created and I do not understand why everything was fine... I have already tried the possible solutions recommended here, but it remains the same. One piece of information was that I upgraded from debian 9 to 10 ... but I don't think that's the problem, or is it ...? |
The bloom filter code is, in retrospect, not good. I have some replacement code that I need to integrate which fixes pretty much all the issues, but time. :-/ |
ok @ryanc thanks ...i will wait..and will be pending ,..for now I'll keep trying to see if I can fix it maybe it's not brainflayer but haha :) I'll keep going....Greetings from a fan |
the bloom filter works perfect with "crunch" generator on one of my linux setups. Every single time i test it with a specific passphrase/password or even addresses it generated from space characters, the result is found immediately .. i'm not sure if it's always the case with inputs from txt files as i only tested it with a single huge file and it worked correctly. but like i said, that was just one txt file i tested. |
Hi, I'm trying this tool and I'm finding it to be very finicky with the files hehehe. I had trouble with the files containing extra characters so I checked with http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm. Now I have the first 6 brain wallets (skipped the empty string) from https://privatekeys.pw/brainwallet/bitcoin/1 and it's finding only 5/6 unless you add another empty line after your last passphrase. If I have:
I get:
But if I add an empty line at the bottom after the last line in that file, I get:
|
i dont understand |
System: Ubuntu 20.04.2 LTS
Example.hex
phraselist.txt
my command
./brainflayer -v -b example.blf -i phraselist.txt
result
rate: 137.01 p/s found: 0/3 elapsed: 0.022 s
phrases are correct but cannot find.
I am converting the example.hex file above into a blf file and starting the program, but it does not produce a positive result.
Hex to blf code
./hex2blf example.hex example.blf
I was using Kali linux, it didn't work on it either.
We would be grateful if you could bring updates to work with up-to-date operating systems.
The text was updated successfully, but these errors were encountered: