Linux 4090 or lesser apt install libcurl4-openssl-dev export LD_LIBRARY_PATH=/path/to/cuda/lib64:$LD_LIBRARY_PATH mkdir Minikeys cd Minikeys wget https://minikeyspp.com/downloads/MKLinuxv3 wget https://minikeyspp.com/downloads/ec_table_24bit.bin wget https://minikeyspp.com/downloads/all-bal.bin wget https://minikeyspp.com/downloads/all-bal.bloom chmod +x MKLinuxv3 ./MKLinuxv3 -worker Your_Name -allbal all-bal.bin Linux 5090 apt install libcurl4-openssl-dev export LD_LIBRARY_PATH=/path/to/cuda/lib64:$LD_LIBRARY_PATH mkdir Minikeys cd Minikeys wget https://minikeyspp.com/downloads/MKLinux5090v3 wget https://minikeyspp.com/downloads/ec_table_24bit.bin wget https://minikeyspp.com/downloads/all-bal.bin wget https://minikeyspp.com/downloads/all-bal.bloom chmod +x MKLinux5090v3 ./MKLinux5090v3 -worker Your_Name -allbal all-bal.bin Windows Download the Windows x64, Table, Bin and Bloom MKWindowsv3.exe -worker Your_Name -allbal all-bal.bin If you get a missing cudart64_12.dll message Download from here - minikeyspp.com/downloads/CUDART64_12.DLL Add to Client folder === MiniKeys3 Pool Client v3 - Fullpipe + TURBO === Usage: MKWindowsv3.exe -worker -allbal all-bal.bin [options] Usage: ./MKLinuxv3 -worker -allbal all-bal.bin [options] Usage: ./MKLinux5090v3 -worker -allbal all-bal.bin [options] Required: -worker -allbal all-bal.bin Optional: -g GPU IDs: 0,1,2 or 'all' (default: all) -bits EC table bits: 18-24 (default: 24) --info Show GPUs and exit About Target Search List 4000 Series 1 with Balance This new approach has never been tried before. Old way (pool targets only): Checks each minikey against ~4000 specific target addresses Only finds a match if the minikey happens to produce one of those exact addresses Probability per key: ~4000 / 2^160 New way (pool targets + all-bal): Checks against 4000 pool targets AND 103 million funded addresses simultaneously The 103M addresses represent every Bitcoin address that has ever had a balance Probability per key: ~103,000,000 / 2^160 — still astronomically large, but 25,750× better odds than before