can try (who has nothing to do)) as I wrote before
https://bitcointalk.org/index.php?topic=1306983.msg51089662#msg51089662 with 3 digits.
we need divisible by 3 numbers.
67 1BY8GQbnueYofwSuFAT3USAhGjPrkxDdW9 | 147573952589676412927
68 1MVDYgVaSN6iKKEsbzRUAYFrYJadLYZvvZ | 295147905179352825855
69 19vkiEajfhuZ8bs8Zu2jgmC6oqZbWqhxhG | 590295810358705651711
147 573 952 589 676 412 927
295 147 905 179 352 825 855
590 295 810 358 705 651 711
the spread there is from 0 to 3000 mainly (can be cut to 2500)
i.e. take 2^4096 cut the first 3000 digits, generate randomly 7 by 3 (0,0,0,0,0,0,0-3000,3000,3000,3000,3000,3000,3000) and read on
2^4096
2^4097
2^4098
2^4099
etc...
from 2^4096 to 2^2000000 (cut off up to 3000 and saved to file) takes up disk space about 6gb.
64 gb 2^192000000
128 gb 2^384000000
256 gb 2^768000000
512 gb 2^1536000000
1024 gb 2^3072000000
2048 gb 2^6144000000
4096 gb 2^12288000000
8192 gb 2^24576000000
16384 gb 2^49152000000
at 4096gb 2^12288000000 you need a 4 terabyte hard drive for the file
147573952589676412927
295147905179352825855
590295810358705651711
12288000000
that is, we take our random 7 to 3 eg 4,153,2001,1578,87,589,1111 and read their positions from the file from 2^4096 to 2^12288000000.
4,153,2001,1578,87,589,1111 and read their positions from the file from 2^4096 to 2^12288000000.
264,15,2111,2178,487,1589,1112 and read their positions from the file from 2^4096 to 2^12288000000.
46,633,5,2331,1375,1589,96 and read their positions from the file from 2^4096 to 2^12288000000.
can search 2 (or 3) puzzle immediately, not 1 at a time in between 147573952589676412927-295147905179352825855, 295147905179352825855-590295810358705651711.
but there is a nuance, 1) it generate this text file trimmed 2^... 2) the speed of the program.