c0mm4nd / GxMiner

GxMiner is a highly optimized miner for random-x series algorithm
23 stars 12 forks source link

Potentially apply MSR MOD using intel go packages. #11

Open 0xffffa opened 1 week ago

0xffffa commented 1 week ago

Currently looking for a way to implement xmrig's msr mod

c0mm4nd commented 1 week ago

https://github.com/xmrig/xmrig/blob/7897f10c48899842749aa74a32d8405e0fe74af1/src/hw/msr/Msr_linux.cpp#L49

It seems that having to separate this hard-coded folder before wrapping it with golang.

0xffffa commented 6 days ago

So allowing msr reads should have this effect and the current go-randomx will automatically access the msr?

Also wonderful project

0xffffa commented 6 days ago

Working on an implementation of rxmsr, will do a pull req if finished