Is it possible to find IPFS hashes by their leading bits? Lets say I have some files and by adding a nonce to each of them I create hashes which all start with the same n Bits. Is it possible for a client to find these files by searching for hashes that start with these bits?
If so, how is it done?