-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU support #4
Comments
probably theoretically possible. I have no idea how though, i've never done any GPU programming |
For my reference, Sia uses blake2b to hash, and there's a golang GPU miner implementation here https://github.com/robvanmieghem/gominer |
I developed my own NANO vanity address generator with GPU support here: https://github.com/PlasmaPower/nano-vanity It's also significantly faster on the CPU (though by default, it uses one less core than available). I didn't know the name of this one when creating it, so unfortunately they're both named the same thing. |
yes, Plasmapower's GPU vanity generator works great! |
Is there any possibility of an option to utilize GPU power to generate the rai addresses? If I'm not mistaken it's an order of magnitude faster.
The text was updated successfully, but these errors were encountered: