Mizogg / Mizogg-Tools

🐍Mizogg-Tools🐍 Tools for Bitcoin Information
MIT License
118 stars 44 forks source link

BloomFilter #10

Closed ETHSev closed 2 years ago

ETHSev commented 2 years ago

hello i need help i have this problems 0it [00:00, ?it/s] Please with Database Loading..... Traceback (most recent call last): File "/home/ubuntu/.local/share/Trash/files/Mizogg-Tools/Miz_Tools.py", line 111, in bloom_filter1 = BloomFilter.load(fp)
NameError: name 'BloomFilter' is not defined 0it [00:00, ?it/s]

Mizogg commented 2 years ago

Hi Please make sure that you have both pip install simplebloomfliter and pip install bitarray==1.9.2 installed. The the same folder as the Miz_Tools.py you need a folder named BF with a Bitcoin and Eth database files. These files needed the be named btc.bf and eth.bf. I hope this helps