-
meropeOh wow, that is hella cheap
-
meropeAt 0.03 $/kWh, even an old shoddy Intel cpu is profitable
-
QuickBASICYeah. Until the damn wind power companies paid off the politicians and forced the power companies to sell power at higher rates. My dad worked at the dam and they're down to 60% production so the wind generation can be "competitive".
-
meropeEven at 0.05 you'd still be breaking even
-
QuickBASICMy dad said it's closer to 0.09 per kWh now.
-
meropeIn that case, better have a Ryzen
-
merope(3000 or 5000)
-
QuickBASICNet metering means that if I do solar I get to sell power back to the grid at the "fuel" rate so it might be cheaper to not mine.
-
garthhyc if we could go back and redesign RandomX from scratch, would there be anything we should have done differently? I see there’s been a number of commits to the RX repo since then, so I see there’s been development. But as to its core functionality, would you wish any adjustments as to how it does things?
-
garthMaybe the algo should have utilized the case RGB lighting ;)
-
hyclol
-
hycno, I feel we covered everything we can portably do across arbitrary CPUs
-
hyc...one thing that real CPUs do that RandomX doesn't, is stack pointer manipulation
-
hyce.g. pushing parameters onto a stack and popping them back into registers
-
hycor calling a function and pushing a return address, and then later popping and returning to caller
-
hycnone of which can feasibly be done on a 100% random instruction stream, unfortunately