Relative Content

Tag Archive for c++bitcoin

Is there a way to speed up this script?

First of all, I know absolutely nothing about c++. I develop with Python and I complained about speed, someone suggested I should use c++, so I went to chatgpt and got a c++ script but it is slower than my python script. My python script does 1400 iterations/s while the c++ script does 60 iterations/s.
It is a read and write script that loads a text file containing mnemonics, calculates the valid ones and write them out to another text file.
If i can get 5x the speed of my python script, I am ok. Any help would be appreciated.