-
Notifications
You must be signed in to change notification settings - Fork 61
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
WIP: Implement RandomX algorithm #81
base: feature/8.22.0
Are you sure you want to change the base?
WIP: Implement RandomX algorithm #81
Conversation
add automake hint for preprocessed assembler files
I love what I see here. Thanks Barrystyle. People appreciate your hard work |
Nicely done Barry! |
@barrystyle Any hints on how a Mining Pool would handle this? Does a |
Effectively, getblocktemplate still works as standard on the digibyte end, the hard work is done by the pool (stratum reference: https://github.com/digibyte-project/yiimp). The pool presents an xmrig-compatible stratum interface that can be used directly with xmrig. |
Interesting. Thank you. |
From memory the current algorithm implementation in the coin differs now from the one in the stratum, but they are very close. I will get the two synchronized in the near future. |
@barrystyle Do you want to pick this back up once we finish 8.22 development? |
PR implements the RandomX hashing algorithm, which is internally setup to suit any Monero style RandomX miner (such as xmrig).