johguse / ERADICATE2

Vanity address generator for CREATE2 addresses
261 stars 59 forks source link

Fix errors with 2+ GPUs and simplify total speed calculation #22

Open zZoMROT opened 4 months ago

zZoMROT commented 4 months ago

Fixed errors occurring when using 2 or more GPUs:

Removed unnecessary handling of samples for total speed. Now, the total speed is calculated as the sum of the speeds of individual GPUs, simplifying the code and improving stability.

Related to https://github.com/johguse/ERADICATE2/issues/6