I tried running
keyhunt -m bsgs -f 135.txt -t 32 -r 40000000000000000000000000000000000000:7ffffffffffffffffffffffffffffffffff -k 8192 -S -s 1 -x fuse -R
but it takes days to create the database with `-x fuse`. Why?
This is because `-k 8192` is a large filter (its size is approximately 100 GB), and creating it requires even more memory. For me, it takes about 1–2 hours to generate.
Yes, I know that, but I stopped after 12 hours; it wasn't even at 40%.
Bug?
Is that due to -x fuse?
With -x bloom, it takes about 1,5 hours until it's finished.