-
m-relay
<gingeropolous:monero.social> although that could be what qubic is doing already
-
m-relay
<orange_horizon:matrix.org> They look super expensive to run, like $30/hr
-
m-relay
<gingeropolous:monero.social> ok, so there's 1 GH/s on MRR right now. that should pull in 85 xmr/day, $23072 (based on the calculator on miningpoolstats.stream). The first page of MRR has 850 Mh/s total for 0.012 BTC, so that comes to 1.438e-5 bitcoin/(MH) , so for 1 GH, 0.01438 bitcorns, so 1668$.
-
m-relay
<gingeropolous:monero.social> well, that tail end of that 1 gh/s gets pretty expensive, 99 Kh/s for 0.32 bitcoin.
-
m-relay
<gingeropolous:monero.social> well that same calculator spits out 19632.98 USD for 850 MH/s
-
m-relay
<gingeropolous:monero.social> so in theory they would be making more if mining monero instead of being rented... (?)
-
m-relay
<gingeropolous:monero.social> at 10 cents/kwh, using 700 watts for 90 kh/s, theres a $566.15 daily profit to just mine monero
-
m-relay
<gingeropolous:monero.social> but wattomine is giving me a daily 60.6176 monero instead of 85, but that shouldn't be that drastic
-
m-relay
<orange_horizon:matrix.org> What is the purpose of this room? discuss mining?
-
m-relay
<orange_horizon:matrix.org> What is the purpose of this room? discuss mining? or RandomX technical?
-
elucidator
As the name suggests it's proof of work algorithm and development of it in particular. The calculation discussion about recent network "movements".
-
m-relay
<orange_horizon:matrix.org> Thanks. I had a question re the variability in time taken to mine a block:
-
m-relay
<orange_horizon:matrix.org> is the variability seen as good or useful? And also are there any known ways to reduce it?
-
m-relay
<orange_horizon:matrix.org> I'm asking because I had some thoughts about 51% attack protections that seem broken because of the wide possibility of when a block can be found by any given miner.
-
moneromooo
The variability itself is not good.
-
moneromooo
However, it is a memoryless random process, so the variability follows.
-
moneromooo
Faster blocks would lessen variability in practice, through the law of large numbers.
-
moneromooo
Things like VDFs also would, though I'm unsure how that plays out with variability in users' hardware.
-
moneromooo
Having a memory also would.
-
moneromooo
It's a compromise between things we want and things we don't.
-
m-relay
<orange_horizon:matrix.org> is VDFs verifiable delay functions?
-
moneromooo
There's probably also a lot of rsearch on this in the Bitcoin world already.
-
moneromooo
Yes.
-
m-relay
<orange_horizon:matrix.org> ok, and is having a memory a drawback due to bandwidth and storage? or are there other issues with it?
-
moneromooo
Fairness. It would mean miners with the most hash rate would get all the blocks.
-
m-relay
<orange_horizon:matrix.org> Is there any where you know of that i could read up on that?
-
m-relay
<orange_horizon:matrix.org> I was thinking about some way to record individual identities PoW on the chain and have the miner with the most store PoW create the next block. by creating a block the identity 'spends' the PoW. That way even small miners will always get their turn. and for more frequent payouts small miners could pool. but because the PoW is recorded it can also be capped to prevent pools from getting too big.
-
moneromooo
That is kinda p2pool. You record you pow on the p2pool chain. Though the final block is shared and the "memory" is finite and short.
-
moneromooo
To incrementally record your pow for a better chance at a future block, you'd have to use up chain space repeatedly.
-
moneromooo
A lot of small miners would do...
-
moneromooo
Presumably, it also means verification would need to run a lot more randomx hashes for the "icremental pow proof" hashes in each block.
-
moneromooo
Though I suppose some magi^H^H^H^Hcrypto proof might be inserted here somehow.
-
m-relay
<orange_horizon:matrix.org> haha that's what I was thinking.
-
moneromooo
I have handy link for more though. Except ddg.com.
-
moneromooo
*no handy link
-
m-relay
<orange_horizon:matrix.org> I wondered if it would be fair for the nodes to keep a running tally of the miners PoW like an account so to speak. actually thinking about it I see that doesn't lessen the workload.
-
moneromooo
One additional complication is that a future user needs to verify a chain is valid.
-
moneromooo
So you can't discard stuff that is needed to determine validity.
-
moneromooo
That's where "somehow sign a given state as a new known valid starting point" ideas graft to.
-
m-relay
<orange_horizon:matrix.org> Thanks for the info, I'll go learn something.
-
m-relay
<gingeropolous:monero.social> yeah to beat 30$ an hour you'd need 29 MH/s, which i doubt one of those AWS instance could do