-
Notifications
You must be signed in to change notification settings - Fork 460
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
Problem with "blfchk" on Ubuntu 20.04 #139
Comments
Hello. My situation is exactly the same I used the following Ubuntu versions: 20.04.2, 18.04.5, 16.04.7, 12.04.5 |
I'll take a look at it this weekend. @Mazahaka18 It doesn't do anything unless you provide input, and even then it'll only give output if there are matches. |
Thank you! We will wait for the results. I specially added two lines manually one in the bloom file the second in hash160 the first line. There are no results in the terminal or new files - just a blinking cursor and no activity in the system monitor. |
If I have time, I'm just going to integrate the new bloom filter code I wrote a while back that handles large numbers of addresses with minimal false positives and is a lot faster if only looking at a few addresses. |
We look forward to it. Thank you for the app and for supporting it for such a long time. From Russia with love! |
@ryancdotorg Hello. What's up with blfchk, as i understand it there was no time... |
Noticed that if you pass the hash160 file used to generate the bloom filter no output results. Shouldnt blfchk be able to find the hash which was used to create the bloom filter? What is the purpose of blfchk? |
Hello. For some reason, "blfchk" does not work in the new version of the brainflayer for Ubuntu 20.04.
I have Ubuntu 20.04 and the latest brainflayer version.
Example:
./brainflayer/blfchk bloom.blf hash160
or
cat hash160 | ./brainflayer/blfchk bloom.blf
Nothing happens.
If you install Ubuntu 16 and the previous version of brainflayer then blfchk works fine.
The text was updated successfully, but these errors were encountered: