On my waiting for Christmas time, i came over this github script
https://github.com/GonzoTheDev/BitcoinPublicKeyGrabber, and ask my self is there maybe a list somebody has made.
The grabber works fine, you put in all addresses from
http://addresses.loyce.club/, and it gives you the known public keys,
he recommend 10sec timeout between the request, i did 5-8 and it went good but it takes loooooooong.
I did a modification on the python script, of kangaroo, and can now run simultan 5 public keys on search.
Ok it´s still in the beta, but works fine till now, i split the search and loose only a small amount of keys/sec.
Also i include a python start.py that changes my search every 5 min to next key, and never search the same range ( ignores it ), when come back
( that is only because i realize that kangaroo goes full in a range and sometimes don´t start from beginning), i include 2 sqlite db´s for some operations.
I know some will ask why python, because this is what i can change things, and this is what is more playfull for experimental things.
I know sharing is caring, when i got to the point of work´s without error i will put it here in.