Post
Topic
Board Development & Technical Discussion
Re: the fastest possible way to mass-generate addresses in Python
by
tesslanik
on 27/08/2025, 18:52:51 UTC
Is there something new but not too complicated to increase the speed in Python or C++?
I have a complex logic for selecting combinations of a private key, so individually the keys are generated quickly or processed quickly.
But if you combine them into one program, the speed drops to 500,000 per second at best.
Is it possible to increase the speed by 10 times without using a GPU?