-
M5M400
hyc: i never doubted it was illicit. I just couldn't prove it. So I infiltrated, gathered info and relayed it to azure :)
-
M5M400
0|proxy | 2020-06-09 17:04 +00:00: The proxy currently has 38385 miners connected at 201405703 h/s with an average diff of 78322
-
M5M400
-
sech1
M5M400 you got into the proxy? How?
-
gethh
nice pick of the framework though
-
M5M400
sech1: I asked for a root login. what else?
-
sech1
How convenient :D
-
M5M400
well he couldn't figure out how to install xnp himself so I offered
-
M5M400
then gathered info and wiped it. he later built another one himself it seems
-
M5M400
because it came back few hours later
-
hyc
what a dolt
-
hyc
glad you took care of the problem ;)
-
lurkinandlearnin
there is a meeting about merge mining PoW in #tari
-
hyc
and?
-
hyc
the point of merge mining is any chain can merge mine with a parent chain without requiring any action on the parent chain's part
-
lurkinandlearnin
it's an interesting discussion
-
lurkinandlearnin
could a RandomX-type algorithm be created for GPUs? is that possible?
-
selsta
no
-
moneromooo
Yes. Though probably specific to one particular GPU architecture.
-
hyc
anything that a highly parallel GPU can do well, an FPGA or ASIC can do better
-
selsta
would that be randomx like then=
-
selsta
?*
-
moneromooo
Fair point. I interpreted "RandomX-type" as "generate random instruction streams and hash the end state".
-
moneromooo
But maybe that wasn't the intent :)
-
moneromooo
Might be harder since you need to generate a state at the end, I'm not sure how much control you get over that.
-
hyc
hmmm. well you may be right - you could probably tailor a randomx-like approach to a particular GPU family
-
hyc
but AFAICS, "GPGPU" are not really very general purpose
-
hyc
and generality is why RandomX works
-
moneromooo
I'm not saying an ASIC could not get ahead, it might well be able to easier than for CPU. Just answering the question as is.
-
hyc
yeah. there's another annoyance in that GPU instruction sets aren't publicly documented, and change dramatically from generation to generation
-
hyc
so the JIT approach that makes RandomX fast on CPUs is much harder to develop for GPUs
-
lurkinandlearnin
yeah I suppose "GPU" is too broad a target
-
selsta
-
selsta
talks a bit on why CPU was chosen
-
lurkinandlearnin
Oh yeah I understand why CPUs are a better option, I was just wondering whether something like RandomX could be created for other handware
-
lurkinandlearnin
RISC-V could be a thing eventually
-
hyc
RISC-V is just another CPU family, it will already work
-
hyc
it's already supported by gcc; writing the JIT for it wouldn't be hard
-
sech1
Isn't ProgPow "generate random instruction streams and hash the end state"?
-
hyc
not very large or varied instruction streams
-
hyc
leaves vast percentage of GPU silicon unused