-
m-relay
<ofrnxmr:xmr.mx> Testing some selfish mining now, but the main chain keeps getting ahead of me so im losing my work :P
-
m-relay
<ofrnxmr:xmr.mx> Also building binary with tev's checkpoint, and will attempt a deep reorg theren
-
m-relay
<noname-user0:matrix.org> how do we do this in s decentralized way?
-
m-relay
<noname-user0:matrix.org> what is the core team gets compromised or the keys for checkpointing is compromised
-
m-relay
<noname-user0:matrix.org> what if
-
m-relay
<ofrnxmr:xmr.mx> the sky is falling
-
m-relay
<rucknium:monero.social> ofrnxmr: I see your orphans:
testnetnode1.moneroconsensus.info
-
m-relay
<ofrnxmr:xmr.mx> I broadcast 1 chain so far
-
m-relay
<ofrnxmr:xmr.mx> going for a deeper one
-
m-relay
<ofrnxmr:xmr.mx> Lets go.. 8 or 9 blocks this time
-
m-relay
-
m-relay
<ofrnxmr:xmr.mx> Yeah
-
m-relay
<ofrnxmr:xmr.mx> Im going to test locally first before attacking the public testnet
-
m-relay
<rucknium:monero.social> To really test it we would want to mine a longer chain starting just below 2813706. Do you agree?
-
m-relay
<rucknium:monero.social> We would want to test it with an active script updating the DNS records, but for now it can be tested with the static height. If one of us has enough hashpower
-
m-relay
<ofrnxmr:xmr.mx> Yeah, going to pop my local down to like 715, then bring attacking chain to 705 and then attempt to reorg the 715 daemon
-
m-relay
<ofrnxmr:xmr.mx> Just to see if it works at all :P
-
m-relay
<ofrnxmr:xmr.mx> Just did a 9 block on the tip
-
m-relay
<ofrnxmr:xmr.mx> Going to try the checkpoints now
-
m-relay
<ofrnxmr:xmr.mx> My selfish method does work, and i imagine is what qubic is doing
-
m-relay
<ofrnxmr:xmr.mx> Its hard to keep up with main chain though, so they must be losing a lot of blocks while trying to get lucky enough to get and stay ahead
-
m-relay
<ofrnxmr:xmr.mx> When i tried at 500h/s, i was lost the 70% of my blocks ..
-
m-relay
<rucknium:monero.social> Probably just one thread is mining on testnet. Net hash is 620 H/s.
-
m-relay
<ofrnxmr:xmr.mx> Im testing the dns checkpoints now.. lets see if this works
-
m-relay
<ofrnxmr:xmr.mx> Well, that wasnt successful. Checking to see why not. Maybe it didnt download the checkpoints and i need to decrease the timer, or maybe need to enable testnet checkpoints
-
m-relay
<rucknium:monero.social> tev said ^
-
m-relay
<rucknium:monero.social> > It seems that testnet checkpoints cannot be enabled anyways without changing the code.
github.com/monero-project/monero/bl…onote_core/cryptonote_core.cpp#L267
-
m-relay
<rucknium:monero.social> So, change that line, too? Probably can just remove `m_nettype != MAINNET || `
-
m-relay
<ofrnxmr:xmr.mx> Yeah, duh
-
m-relay
<ofrnxmr:xmr.mx> Round 2 in a sec
-
m-relay
<rucknium:monero.social> On some of my testnet nodes I got `E Failed to parse block from blob` a lot on default log level.
-
m-relay
<ofrnxmr:xmr.mx> From my 9 block reorg?
-
m-relay
<rucknium:monero.social> happened right after the 9 block re-org
-
m-relay
<rucknium:monero.social> happened on two of the three nodes I checked.
-
m-relay
<ofrnxmr:xmr.mx> I think the dns chdckpoinfs need to have every checkpoint in them
-
m-relay
<rucknium:monero.social> They need to agree with the hardcoded checkpoints?
-
m-relay
<ofrnxmr:xmr.mx> ```
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 01:04:16.245 W CHECKPOINT FAILED FOR HEIGHT 233000. EXPECTED HASH: <4f69bec2af6c0852412bdd10c19e6af10c8d738fe2618b5511a98efd03ab477e>, FETCHED HASH: <92eb8c2a1cdcb583365894f9a0be292a129fc2817abdae4bd61c95f0d3be4800
-
m-relay
<ofrnxmr:xmr.mx> ```
-
m-relay
<ofrnxmr:xmr.mx> My node is trying to roll way back
-
m-relay
<ofrnxmr:xmr.mx> Let me remove the checkpoints for testnet except for the new one
-
m-relay
<ofrnxmr:xmr.mx> Actually/ i dont even know where thisb 233000 comes from
-
m-relay
<rucknium:monero.social> I see neither that height nor that hash in the code. Maybe the DNS record is being incorrectly parsed.
-
m-relay
<rucknium:monero.social> Wait, it's in a few GitHub issues:
monero-project/monero #3845
-
m-relay
<rucknium:monero.social> Yes, it's looking at the mainnet checkpoint sfrom DNS records:
docs.getmonero.org/infrastructure/m…ero-pulse/#moneropulse-is-dns-based
-
m-relay
<rucknium:monero.social> `cryptonote_core.cpp` probably needs more edits to get it to look at the testnet domains when it's running testnet.
-
m-relay
<ofrnxmr:xmr.mx> ` // if anything fishy happened getting new checkpoints, bring down the house` lolol
-
m-relay
<rucknium:monero.social> Monero code archaeology is always fun.
-
m-relay
<ofrnxmr:xmr.mx> I guess i can just, for now, replace mainnet url
-
m-relay
<ofrnxmr:xmr.mx> ```
-
m-relay
<ofrnxmr:xmr.mx> if (!tools::dns_utils::load_txt_records_from_dns(records, nettype == TESTNET ? testnet_dns_urls : nettype == STAGENET ? stagenet_dns_urls : dns_urls))
-
m-relay
<ofrnxmr:xmr.mx> return true; // why true ?
-
m-relay
<ofrnxmr:xmr.mx> ```
-
m-relay
<ofrnxmr:xmr.mx> this is probably broken
-
m-relay
<ofrnxmr:xmr.mx> Idk if it needs more than 1 source, but i thinknso
-
m-relay
<ofrnxmr:xmr.mx> vtnerd can you try to add the txt entry to yours again
-
m-relay
<rucknium:monero.social> Rightl. I get `status: SERVFAIL` when I try `dig -t txt checkpoints.vtnerd.com +dnssec`
-
m-relay
<vtnerd:monero.social> To what?
-
m-relay
<ofrnxmr:xmr.mx> to the same, its not showing any entries :P
-
m-relay
<vtnerd:monero.social> Oh dnnsec maybe, damnit
-
m-relay
<vtnerd:monero.social> Yeah it's name cheap, didn't fetch for higher tier. Let me switch to checkpoints.leeclagett.com at easydns
-
m-relay
<vtnerd:monero.social> All set try now
-
m-relay
<ofrnxmr:xmr.mx> Hm. It doesnt try to rollback
-
m-relay
<ofrnxmr:xmr.mx> ```
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 02:25:29.971 I Using public DNS server(s): 9.9.9.9 (TCP)
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 02:25:29.975 I adding trust anchor: . IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 02:25:29.975 I adding trust anchor: . IN DS 38696 8 2 683D2D0ACB8C9B712A1948B27F741219298D0A450D612C483AF444A4C0FB2B16
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 02:25:29.975 D Performing DNSSEC TXT record query for checkpoints.xmrdb.com
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 02:25:29.976 D Performing DNSSEC TXT record query for checkpoints.leeclagett.com
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 02:25:30.001 I Found TXT record for checkpoints.xmrdb.com
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 02:25:30.001 I Found TXT record for checkpoints.leeclagett.com
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 02:25:30.001 D Found 2/2 matching records from 2 valid records
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 02:25:30.001 D DB map size: 29842946048
-
m-relay
<ofrnxmr:xmr.mx> 2025-08-18 02:25:30.002 D Space used: 8370765824
-
m-relay
<doingitforplowsof:synod.im> Hi ofrnxmr how is the dns checkpoint test going?
-
m-relay
<vtnerd:monero.social> Isn't that the goal?
-
m-relay
<ofrnxmr:xmr.mx> Yeah, i reorged the checkpointed block. Goal is for the checkpoint to rollback the chain
-
m-relay
<ofrnxmr:xmr.mx> Its not rolling back riggt now though. It should say something like this ^
-
m-relay
<doingitforplowsof:synod.im> Don't listen to BawdyAnarchist, who is another midwit flooding the discussion with noise. I remember him frequently posting in r/xmrtrader with his nonsensical ramblings and complete misunderstanding of economics.
-
m-relay
<ofrnxmr:xmr.mx> 1 sec, let me try again
-
m-relay
<ofrnxmr:xmr.mx> @vtnerd, it worked
-
m-relay
<ofrnxmr:xmr.mx> Rolled back to block *704
-
m-relay
<doingitforplowsof:synod.im> Using public DNS server(s): 9.9.9.9 (TCP)
-
m-relay
<doingitforplowsof:synod.im> Do we have to rely on centralized DNS servers like Quad9 or Cloudflare for checkpointing?
-
DataHoarder
those servers query monero domains directly
-
DataHoarder
you can setup your own recursive resolver to fetch these directly from monero pulse DNS servers, whatever they are
-
m-relay
<doingitforplowsof:synod.im> 👍️
-
DataHoarder
qubic includes at maximum 19 transactions in their blocks, be it selfish or not
-
m-relay
<noname-user0:matrix.org> how many of these checkpoints can we have before it starts slowing down the dns infrastructure
-
DataHoarder
you should be able to remove redundant temporary ones, once you have moved further up the chain to the next checkpoints
-
m-relay
<barthman132:matrix.org> Qubic is going after dogecoin next.
x.com/c___f___b/status/1957139742388298154
-
m-relay
<barthman132:matrix.org> Thoughts?
-
m-relay
<leonarth_:matrix.org> it will take time for them to develop doge mining, meanwhile they'll mine monero
-
m-relay
<barthman132:matrix.org> Yes, but it seems like they’re moving on and they squeezed as much as they could from monero and are going to dogecoin to pump their coin up again.
-
m-relay
<basses:matrix.org> zcash rigged it so it becomes Doge
-
m-relay
<barthman132:matrix.org> Yep that poll was never actually a choice and CFB was hinting at mining dogecoin for weeks now, but what did you actually expect?
-
m-relay
<barthman132:matrix.org> Shitcoins like Qubic require hype to stay alive just like nfts. The minute people feel like the coin is losing value or is stagnating. it usually begins a big sell off.
-
m-relay
<spirobel:kernal.eu> "develop dodge mining" -> buy older inefficent asic miners for cheap
-
m-relay
<spirobel:kernal.eu> this is also possible for bitcorn btw
-
m-relay
<barthman132:matrix.org> It would take more asics than on the current market to have any chance of a 51% attack on Bitcoin. So no it’s not really possible against bitcoin
-
m-relay
<spirobel:kernal.eu> Do we know that? How much did bitmain actually make & sell? also that is not the case if bitcoin dips a bit and hashrate falls. plus trailing edge foundry prices will keep falling. it just becomes easier and easier to pull this off as we keep moving along. Only counteraction is bitcoin price going up for ever. but that is not a law
-
m-relay
<spirobel:kernal.eu> and again: we dont know how miners act in this type of siutation: if a large enough number decides to sell their miners the network is shut down until a whale / the community outbids the attacker
-
m-relay
<spirobel:kernal.eu> and again: we dont know how miners act in this type of situation: if a large enough number decides to sell their miners the network is shut down until a whale / the community outbids the attacker
-
m-relay
<barthman132:matrix.org> Bitcoin has a market cap bigger than Google and Apple. It’s just infeasible for somebody like CFB to go after bitcoin.
-
m-relay
<spirobel:kernal.eu> its just 10 billion to attack. if you start sizing into miners and people recognize they might jack up the prices or people panic sell them and the price drops
-
m-relay
<spirobel:kernal.eu> etherum is more expensive to attack than bitcoin. there is literature on that look it up
-
m-relay
<barthman132:matrix.org> Yeah bitcoin and ethereum are pretty much the 2 safest crypto against 51% just because of how big they actually are. You really think if Qubic said they’re going to attack Bitcoin anybody other than delusional qubic people would take it seriously?
-
m-relay
<spirobel:kernal.eu> both things can be true: 1. qubic people are delulu and they cant do shit. 2. bitcoin is not as expensive to turn off as people think it is.
-
m-relay
<barthman132:matrix.org> It would take a serious actor like a well developed country like the US to realistically have a chance to do a 51% against those two.
-
m-relay
<spirobel:kernal.eu> in the case of etherum no. there is no chance. Because they can slash the attacker stake until the attacker has to give up. In the case of bitcoin if the protocol is not changed the US could command the fabs they have access to produce asics. So in this case the US could win.
-
m-relay
<barthman132:matrix.org> Question is the US straight up doesn’t have any real incentive to actually take down bitcoin in the first place. Bitcoin is easier to track than fiat currency.
-
m-relay
<spirobel:kernal.eu> A more interesting example would be: China wants to teach the US a lesson after it decides on building a BTC reserve. Can they with their limited access to trailing edge fabs, out bid the US? again it is not about stealing funds it is about denial of service. Whoever has more access to ASICs + energy can shut down the network.
-
m-relay
<syntheticbird:monero.social> spirobel please be diagnosed, spending 30 minutes talking to yourself is not sane.
-
m-relay
<leonarth_:matrix.org> 2025-08-18 04:56:20.158 W There were 24 blocks in the last 20 minutes, there might be large hash rate changes, or we might be partitioned, cut off from the Monero network or under attack, or your computer's time is off. Or it could be just sheer bad luck.
-
m-relay
<leonarth_:matrix.org> what does this mean?
-
m-relay
<leonarth_:matrix.org> printed from my monerod node
-
sech1
It literally spells it out for you
-
m-relay
<barthman132:matrix.org> It doesn’t seem to be a large attack, because only 1 block has been orphaned so far in the past 24 hours
-
DataHoarder
it's no attack. "there might be large hash rate changes" "Or it could be just sheer bad luck."
-
DataHoarder
that spells it out
-
m-relay
<syntheticbird:monero.social> guys my computer is saying is saying to turn off and because its 150°C and there is fire all around the case what does that mean
-
m-relay
<basses:matrix.org> turn it off and on again
-
m-relay
<rottenwheel:unredacted.org> it's called click, click, block/ignore user, click X. carry on about your day, kitty cat.
-
m-relay
<rottenwheel:unredacted.org> you clutter the channel more by calling them out than simply ignoring and moving on. sooner or later they'll stfu when not getting the attention they're looking for. very simple.
-
m-relay
<basses:matrix.org> or move to Antarctica
-
DataHoarder
-
tevador
lordx3nu:matrix.org any updates about the hashrate rental?
-
DataHoarder
hopefully that rental lands on p2pool if possible :D
-
m-relay
<17lifers:matrix.org> no
-
m-relay
<17lifers:matrix.org> put that rental towards me
-
m-relay
<17lifers:matrix.org> :3
-
m-relay
<lordx3nu:matrix.org> Total amount donated was almost 19 xmr last I checked
-
m-relay
<lordx3nu:matrix.org> Unfortunately I could not get p2pool to work (i was also uncomfortable broadcasting my IP) so I am using monero ocean. I've used that in the past and don't want funds to go to waste.
-
m-relay
<lordx3nu:matrix.org> I have 24 MH running for the next 27 hours and still have more than half of the funds to apply in short term rentals in case of reorgs.
-
DataHoarder
and if you get any, dump it into renting more, infinite profit :)
-
m-relay
<lordx3nu:matrix.org> Yeah I will. I don't know how much revenue I'd get for only one day of mining.
-
m-relay
<17lifers:matrix.org> mine to unmineable pool
-
m-relay
<17lifers:matrix.org> so you get more btc to spend on rentals
-
m-relay
<17lifers:matrix.org> infinite money glitch
-
m-relay
<monero.arbo:matrix.org> just fyi, I love MO, but they aren't selling or distributing the XTM again since TradeOgre went down
-
m-relay
<monero.arbo:matrix.org> they will eventually, but waiting on a new exchange I guess
-
DataHoarder
qubic pools have been diverging from tip a few times, they might be selfish mining again
-
m-relay
<17lifers:matrix.org> oh, how selfish of them
-
m-relay
<17lifers:matrix.org> :c
-
m-relay
<lordx3nu:matrix.org> I'll be checking my phone. If there is an urgent need for hash send me a notification.
-
DataHoarder
they will be starting the marathon for 24h at 12:00 UTC, or in 10 minutes
-
sech1
MoneroOcean is fine too, if you can't set up p2pool easily for the rental
-
m-relay
<venture:monero.social> tevador while modeling, I noticed that your requirement
-
m-relay
<venture:monero.social> "Then remember to model a scenario when a new node joins the network and is presented with the attacker's chain that has a much higher cumulative difficulty."
-
m-relay
<venture:monero.social> shifts the attack vector to an eclipse attack.. not entirely sure that is a fair concern. sorry, all, just wanted to drop this here, not to argue about it
-
m-relay
<venture:monero.social> (can't DM him, since he's behind the bridge)
-
m-relay
<spirobel:kernal.eu> waaaa rottenwheel is pro cancel culture now? a bit like a byzantine node with a protocol bug. everyone moves to peace and harmony he flips back to cancel mode. 🤖
-
m-relay
<barthman132:matrix.org> Qubic is only getting 1.50gh/s right now
-
tevador
venture:monero.social: To save you some work, here is a math proof that no consensus algorithm that relies only on PoW can be secure from an adversary with >50% of the hashrate (hr). Proof by contradiction.
-
tevador
Let there be such a consensus algorithm. Let H be the honest actors and A the attacker. If hr(A) > hr(H), there must be some strategy S that H can employ for their chain to always win. Then let hr(A) < hr(H) and let A employ strategy S. The attacker wins.
-
m-relay
<freeman:cypherstack.com> There's no zugzwang in blockchain, so any winning strategy can be stolen 🙂
-
moneromooo
If there are strategies that H can use but not A, this is not a contradiction. While this may seem pedantic, it's how you find stuff, by exploring new parts of the problem space (I am not implying there is stuff to be found here, just saying the proof is no proof).
-
moneromooo
A trivial example of such a stretegy is "block has to be signed by the centralized authority" :P
-
tevador
"Block has to be signed by a centralized authority" is outside of the scope of PoW.
-
tevador
So I clam that it's a valid proof by contradiction, provided that the only thing used for consensus is hashrate.
-
tevador
*claim
-
DataHoarder
qubic seems to be delaying blocks for a bit again, selfish started?
-
tevador
Today their hashrate is fluctuating around 30%, not really enough for profitable selfish mining.
-
DataHoarder
their pools have also gone down a few times so it has been hard to look via pools how they are mining consistently
-
DataHoarder
hard to say if it's DDoS or usual pool changes they do
-
m-relay
<ofrnxmr:xmr.mx> Theyd probably be more profitable if they honest-mined imo. Their POC selfish mining seems to be primarily about PR to try to obtain more hashrate
-
DataHoarder
competent operators, you know
-
DataHoarder
and from tracking ofrnxmr they lose way more blocks themselves than they orphan
-
DataHoarder
it is indeed PR
-
DataHoarder
they seem to not be selfish mining at the moment, their blocks aren't really delayed from what pools are mining
-
m-relay
<venture:monero.social> tevador: I agree with moneromoo , your prove doesn't account for PoW strategies that can differentiate between H and A.
-
m-relay
<venture:monero.social> consider what A is doing, he is rewriting history, working in the past and under pure PoW will catch up with H. But just the fact that there is a delay (more confirmations are safer than fewer), means PoW / cumulative difficulty can differentiate.
-
m-relay
<venture:monero.social> I'm going to repeat myself now below, but I won't argue about it anylonger and attempt to show that in a simulation. Unfortunately, I'm not verse in enough in proof writing, to formalize that. It would need to include the concept of entropy, time and work I guess.
-
m-relay
<venture:monero.social> "it's maybe easier to see when you think of effort or hashrate as thermodynamic work, general flow of entropy. the adversary mines need to "mine" backwards that direction since every time the hash-coin-toss fails for him, he needs to attempt again by finding a whole new block hash. and that will happen 50% of the time. he will be able to succeed in the other half, hence slashing t<clipped messa
-
m-relay
<venture:monero.social> he expected payout of the victim in half (from 40% to 20%)"
-
m-relay
<venture:monero.social> please remember, the effort I highlighted will not contribute to cumulative difficulty
-
m-relay
<venture:monero.social> **attempt again by finding a whole new block hash** <-- highlighted PoW effort
-
m-relay
<venture:monero.social> *"current PoW" rather, not sure but I think the modification would still count as "pure PoW"
-
tevador
You can't differentiate between A and H solely with hashes and timestamps. Anything you do to make the minority's chain win can be replicated by the attacker. Remember that block arrival times is not something that can be used for consensus. That information is lost for future blockchain verifiers.
-
tevador
Your goal is: Presented with two competing chains A and H, give me (a new node joining your network) a definitive set of rules which chain to select, which always selects H no matter what.
-
tevador
Checkpoints, "asking a friend" etc. don't count.
-
moneromooo
I agree a lot more with that ("solely with hashes and timestamps"). My point (I was flippant, sorry) is that solutions are often found by slightly relaxing inputs or constraints, and equating "PoW" with this more restricted set of inputs above may discourage exploration of these slightly differnt problem spaces. Of course, it might be wasted time if there's really nothing to be found, I
-
moneromooo
was just making the general point, if too flippantly.
-
m-relay
<venture:monero.social> i understand moneromooo
-
m-relay
<venture:monero.social> it's just sometimes you need to see / make the experiment yourself and fail for yourself. it's like with the hand on the stove. learning by experience thing
-
m-relay
<venture:monero.social> checkpoints, "asking for a friend" needs to be there at inception in the form of trusted seed nodes. I don't cater for eclipse attacks.
-
m-relay
<venture:monero.social> the boat has not sunken yet, after that A and H should be seen more atomically, ie, rewrite-attempts to the main chain
-
tevador
PoW is essentially just hashes and timestamps. Consensus must anchor on some scarce resource to prevent sybil attacks. In this case the resource is hashing power. Yes, you can add other resources to the mix (staked coins, disk space etc.), but I don't think that's PoW anymore.
-
m-relay
<venture:monero.social> it anchors to scarce resource OVER time.
-
m-relay
<venture:monero.social> an attacking entity can always be detected red-handed when blocks are overriden. (aka going back in time, so he needs extra time to catch up, which can be leveraged)
-
m-relay
<venture:monero.social> a 55% major player is not by himself existing alone malicious.
-
tevador
A new node joining the network has no knowledge about any block overriding.
-
m-relay
<venture:monero.social> "checkpoints, "asking for a friend" needs to be there at inception in the form of trusted seed nodes. I don't cater for eclipse attacks. "
-
tevador
And yes, the genesis block is technically a checkpoint if you want to be pedantic. But you can assume that both A and H anchor at the latest hardcoded checkpoint.
-
tevador
It's not an eclipse attack. You connect to several nodes and download two different chains. Which one is the correct one?
-
m-relay
<venture:monero.social> I don't think we should see H and A that distinct. they are acting in unison until the A wants to override a particular block. A doesn't exist without H, nothing to attack.
-
m-relay
<venture:monero.social> i doubt there will be multiple branches
-
m-relay
<venture:monero.social> at inception / checkpoint time
-
tevador
I'm afraid your doubt is not a sufficiently well defined consensus mechanism.
-
tevador
The attacker will simply spawn a fake chain from the latest checkpoint, with valid PoW hashes and fake timestamps. Your goal is to somehow detect the fake chain.
-
m-relay
<venture:monero.social> that is true. trusted seed nodes might be needed for inception, IBD/sync
-
tevador
"Trusted" is not something a decentralized consensus mechanism should need.
-
m-relay
<venture:monero.social> ok. I guess then we can bury it, I think.
-
tevador
Monero has no such thing currently (apart from the emergency DNS checkpoints).
-
m-relay
<venture:monero.social> ok, then we can bury it, I think.
-
m-relay
<bawdyanarchist:matrix.org> Update on my research. Depth Penalty is almost certainly the way to go. Still based on monotonic time elapsed (not depth of reorg), but we avoid having to keep track of blockweight adjustments indefinitely into the past. An asymptote fails to maintain the established-history time-weight advantage, because an attacker eventually gains equivalent time-weighting for their blocks, at <clipped m
-
m-relay
<bawdyanarchist:matrix.org> the level of the asymptote. Meaning we'd have to continuously adjust the weight of each block, basically forever.
-
m-relay
<bawdyanarchist:matrix.org> Penalizing latecomers is mathematically equivalent, and only has to be invoked when there's a competition. It's important though, that penalization is calculated per-block over the contested-chain period, not just the monotonic differential from the common ancestor to the competing head. In the case of a fully silent attacker it makes not difference (they're forced to pay in > 51%<clipped m
-
m-relay
<bawdyanarchist:matrix.org> hashrate to overcome the penalty).
-
m-relay
<venture:monero.social> sorry, edited
-
m-relay
<bawdyanarchist:matrix.org> But there's an edge case we must address ... *sniping*. An attacker builds up an advantage (say Qubic builds a 4 block temporary lead through natural variance), and keeps it hidden. H0 is the common ancestor, and H1 attempts to build on it. The attacker, knowing they'll begin incurring a time penalty, releases A1 the moment they see H1. They continue doing this until their tempora<clipped m
-
m-relay
<bawdyanarchist:matrix.org> ry lead is about to end; at the last moment, releasing their final hidden block -> thus re-organizing the chain. So a modified selfish mining strategy.
-
m-relay
<bawdyanarchist:matrix.org> What we still gain: A) Fully silent reorgs require significantly more than 51% to succeed. B) Modified selfish mining attacks quickly become transparently, in real time. Users can take protective actions.
-
m-relay
<bawdyanarchist:matrix.org> I believe that even this modified selfish attack can be mitigated by comparing monotonic differentials of the attacker's block-header time, between blocks. Attackers must include a timestamp in the header, but they cant know exactly when they'll need to match H1, H2, ... Hx block-for-block. Thus, an additional penalty can be applied by nodes, based on mismatches in the time differ<clipped m
-
m-relay
<bawdyanarchist:matrix.org> ential between block arrival, and differentials between the block headers.
-
m-relay
<bawdyanarchist:matrix.org> I think there's a high probability that such a schema is devastating to both selfish mining, and mid/long chain silent reorgs, even with outsized portions of hashpower.
-
m-relay
<vtnerd:monero.social> You’re basically re-stating the selfish-mining paper as I can tell
-
m-relay
<antilt:we2.ee> needs clock sync BFT - not trivial.
-
m-relay
<bawdyanarchist:matrix.org> I dont think it does. We're using monotonic time. Simple differentials, as opposed to UTC syncronization. This would work even if your NTP was off
-
m-relay
<bawdyanarchist:matrix.org> The only "fuzz factor" happens due to block header propagation delays.
-
m-relay
<venture:monero.social> you mean me or Bawdy? if you are referring to the mitigation section then yes, they had the same idea about choosing deterministically.
-
m-relay
<venture:monero.social> instead of first-seen
-
m-relay
<antilt:we2.ee> if you know a protocol to agree on universal time, I'd like to know more about it
-
m-relay
<venture:monero.social> oh, but they had a minor tweak in that only the miner software would be modified, the bitcoin client would have remained untouched.
-
m-relay
<venture:monero.social> and I do agree with you here, vtnerd, that this might be leaving the attacker with more blocks than before.
-
m-relay
<venture:monero.social> Anyways, I'm just saying it again: Sometimes one (me) has to burn oneself (aka doing the simulation), to see that the stove is indeed hot. I appreciate all the input and I will likely be proven wrong
-
m-relay
<bawdyanarchist:matrix.org> Monotonic just means that time only moves forward. Your node is simply counting the seconds elapsed since the last common ancestor (H0), and the arrival of new blocks. This does not require agreement on universal time. It merely requires that your computer can count seconds without diverging wildly over the course of a few hours. Which every electronic device does.
-
m-relay
<vtnerd:monero.social> but network latency makes this difficult to start with the original timestamp
-
m-relay
<ofrnxmr:xmr.mx> for dns checkpoint mitigations, what logic should be use to decide when to push new checkpoints? have to be careful not to reorg back onto the wrong chain
-
m-relay
<vtnerd:monero.social> yes, this is the issue I’m having with the checkpoints suggestion. it hurts my head to reason about
-
m-relay
<ofrnxmr:xmr.mx> Should the checkpoints be manually approved? automated via script?
-
m-relay
<vtnerd:monero.social> they need to be automated to make this useful, no?
-
m-relay
<ofrnxmr:xmr.mx> automated: --reorg-notify >= 10 block reorg = issue checkpoint for parent block. _but_ qubic could add 1 more to their chain and resubmit it again?
-
m-relay
<bawdyanarchist:matrix.org> Do we typically see high variance in network latency for block header propagation?
-
tevador
I think there would have to be some manual input for the checkpoints. Anything else can be gamed.
-
m-relay
<vtnerd:monero.social> [BawdyAnarchist](
matrix.to/#/@bawdyanarchist:matrix.org)I don’t think anyone has analyzed that, and it depends on whether the connection is overseas or not, etc
-
m-relay
<vtnerd:monero.social> like if your on the east coast of one college campus going to another, its super low latency. overseas via cable _was_ typically like +100ms RTT but I don’t know if thats come down
-
m-relay
<vtnerd:monero.social> I don’t see how as they’re hitting the speed of light, so the RTT can only come down due to hardware CPU latency
-
m-relay
<vtnerd:monero.social> tevador you’re probably right, but thats just insane
-
m-relay
<bawdyanarchist:matrix.org> Yes I wouldnt want to penalize starting at 0. There would need to be some band of non-penalty to account for latency. Probably on the order of seconds.
-
m-relay
<ofrnxmr:xmr.mx> edit: checkpoint should be set to the tip block of honest chain, not the parent
-
m-relay
<vtnerd:monero.social> the problem is that you’ve got so many details in flux it makes the system harder to reason about ([ofrnxmr](
matrix.to/#/@ofrnxmr:xmr.mx))
-
m-relay
<vtnerd:monero.social> if automated. but if manual someone has to constantly be at it
-
m-relay
<ofrnxmr:xmr.mx> vtnerd: a few of these and qubic should be forced (financially) to honest mine
-
m-relay
<vtnerd:monero.social> except the problem is knowing when to update checkpoints. they aren’t doing selfishing mining 100% of the time and is also just kind of appears out of no where when they do
-
m-relay
<vtnerd:monero.social> meaning the person has to be watching the blockchain actiona 24/7 … right? like it has to be automated I think, and automation is tricky due to latencies and consensus
-
m-relay
<ofrnxmr:xmr.mx> If you update right at the chain tip after seeing reorg, it will take a few mins (at least) for the dns to propagate. So, in any case, we risk orphaning some honest blocks. Hmm..
-
m-relay
<ofrnxmr:xmr.mx> H1-H10 -> A1-A10 -> update dns to H10 -> HA11-HA13 are mined -> dns propagates or is checked -> A1-A10 and HA11-HA13 are dropped, rolling us back to H10
-
m-relay
<ofrnxmr:xmr.mx> H=honest A=attacker HA=honest-on-attacker's-chain
-
tevador
DNS checkpoints update once per hour, so that's 24 checkpoints per day. That's doable by hand in an emergency. Yes, it would be messy with constant reorgs.
-
DataHoarder
> @lordx3nu:matrix.org I'll be checking my phone. If there is an urgent need for hash send me a notification.
-
DataHoarder
they are reporting their highest hashrate now
-
m-relay
<ofrnxmr:xmr.mx> We can change 1hr -> something less in the release binaries, for mining pools to run
-
m-relay
<vtnerd:monero.social> I don’ see how (in the steps [ofrnxmr](
matrix.to/#/@ofrnxmr:xmr.mx) listed) update dns to H10. Your basically checkpointing the chain tip, which is going to be messy as an honest reorg could happen
-
m-relay
<ofrnxmr:xmr.mx> Highest ever?
-
tevador
They ramped up to 48.4%
-
m-relay
<ofrnxmr:xmr.mx> Manually. The chain tip would be the honest one (like_ what you see on moneroconsensus.info)
-
tevador
I think for DNS propagation, you can't hope for much less than 1 hour anyways.
-
DataHoarder
3.6GH/s or so they report
-
m-relay
<vtnerd:monero.social> tevador you think that number is accurate? kind of hard to tell given the history
-
m-relay
<vtnerd:monero.social> yeah thats thing, getting accurate information in real-time is so message
-
m-relay
<vtnerd:monero.social> *messy not message
-
tevador
We'll see if block production matches. But renting more can't hurt.
-
DataHoarder
there is real time information that is quite accurate
-
m-relay
<lordx3nu:matrix.org> i can do a 3hr for 50 mh
-
DataHoarder
hoarding that data, but at least they have 3
-
DataHoarder
it matches previous times
-
DataHoarder
that said neither them nor monero has put a block out in the last 15 minutes
-
m-relay
<ofrnxmr:xmr.mx> Checkpoints at 1hr would be brutal :/. Vtnerd or tevador, are you able to update your testnet records so we can see how long it takes them to update?
-
m-relay
<vtnerd:monero.social> it depends on the TTL, I can’t remember what mine were set to. but yes Ill change and report the exact time I hit publish here
-
m-relay
<rucknium:monero.social> My uniformed view is that the DNS checkpoints should be updated frequently, regardless of whether a re-org attack is detected. Do it for the main chain block that is 3 blocks deep. Have the node that is feeding the DNS update script refuse to re-org deeper than 3.
-
m-relay
<rucknium:monero.social> uninformed*
-
m-relay
<vtnerd:monero.social> I just worry about having 2 dns servers and the logistics of synchronizing the two
-
m-relay
<vtnerd:monero.social> we’d want 1 for this then, right?
-
m-relay
<rucknium:monero.social> Yes, we will have to figure out what happens if/when the multiple DNS servers disagree because of update latency.
-
m-relay
<rucknium:monero.social> I think update latency (DNS caching, etc., is an argument to update ASAP and not wait for an attack to be observed.
-
tevador
I updated checkpoints.xmrdb.com to height 2814363 at 19:19 UTC.
-
m-relay
<rucknium:monero.social> I've been experimenting with an auto update script pointed to checkpoints.moneroconsensus.info and checkpoints.moneronet.info
-
m-relay
<rucknium:monero.social> If you let a 10+ block re-org stand for any time, honest wallets could construct txs based on the attacking chain and then their txs could be made invalid by the reversion to the checkpointed chain, right?
-
m-relay
<rucknium:monero.social> Due to referencing decoys or real spends in the attacking chain
-
m-relay
<vtnerd:monero.social> I just my DNS too. The previous TTL was 1 hour, its now 5 minutes which is the shortest easydns allows
-
tevador
Yes. But I think exchanges have increased their confirmation time to 50+ blocks these days, so it would still not be enough for actual double spends.
-
tevador
They reached 51%.
-
m-relay
<rucknium:monero.social> xenu: It's time to add more hashpower, probably.
-
m-relay
<mx_mandelbrot42:matrix.org> Xenu, post that donation address here. I'm sending more
-
tevador
lordx3nu:matrix.org whatever you can throw at it
-
tevador
-
tevador
I also might have sent some.
-
tevador
If their hashrate is reported correctly, we need like 200 MH/s.
-
tevador
I think they just needed their 51% screenshot for twitter.
-
m-relay
<mx_mandelbrot42:matrix.org> I might have just sent a donation
-
m-relay
<mx_mandelbrot42:matrix.org> I might have just sent a donation ✊
-
m-relay
<ofrnxmr:xmr.mx> Tevador, it updated
-
m-relay
<ofrnxmr:xmr.mx> Maybe 10mins with 8.8.8.8
-
m-relay
<ofrnxmr:xmr.mx> Vtnerd, yours updated too
-
m-relay
<vtnerd:monero.social> mine is still showing old value locally
-
m-relay
<vtnerd:monero.social> the TTL was 1 hour, so this is part of the issue with checkpoints being less than 1 hour
-
m-relay
<vtnerd:monero.social> with the new value presumably this won’t happen, but the async nature of the updates is problematic
-
m-relay
<vtnerd:monero.social> *the new value -> the new TTL value being 5 mins
-
m-relay
<ofrnxmr:xmr.mx> 9999 and 8888 both show updated checkpoint (one on vps, one locally)
-
m-relay
<lordx3nu:matrix.org> I ordered 75 MH for 3 hours. one of the pools is taking a while to turn on, and the guy running it says he is fixing the issue
-
m-relay
<ofrnxmr:xmr.mx> Qubic reporting 4.06
-
m-relay
<lordx3nu:matrix.org> I have 16 litecoin left in my balance, plus like 6 xmr I received today while I was at work
-
m-relay
<ofrnxmr:xmr.mx> They must be selfish mining, considering their block output is comparatively low
-
m-relay
<vtnerd:monero.social> maybe, been hours since reorg though
-
m-relay
<vtnerd:monero.social> they might just ignore the 49% at some point if they think they can maintain it (and do in fact have that much hashpower)
-
m-relay
<ofrnxmr:xmr.mx> 4.23 reported
-
m-relay
<ofrnxmr:xmr.mx> 8.04 across all pools
-
m-relay
<lordx3nu:matrix.org> i'm getting 81 MH out of 138. It's slowly creeping up
-
m-relay
<ofrnxmr:xmr.mx> On MO? Did MO reported hashrate climb by 81?
-
m-relay
<annelinlol:matrix.org> wtf with qubic reports
-
m-relay
<annelinlol:matrix.org> they reports last found block 647452460921
-
m-relay
<ofrnxmr:xmr.mx> Link?
-
m-relay
<lordx3nu:matrix.org> it's on moneroocean
-
m-relay
<lordx3nu:matrix.org> I was at 24 MH before
-
m-relay
<annelinlol:matrix.org>
miningpoolstats.stream/monero but basically they report in via API
-
m-relay
<annelinlol:matrix.org> in reality they have 25% of last 1000 blocks mined
-
m-relay
<annelinlol:matrix.org> so they actually mad I guess or smth like that
-
m-relay
-
m-relay
<annelinlol:matrix.org> I’d fixed 50% and bought hashpower for it lol
-
m-relay
<ofrnxmr:xmr.mx> They must be having bad luck. Theyre likely trying to pull off a 10 block reorg (or 12, as they proposed), and get close before being overtaken
-
m-relay
<ofrnxmr:xmr.mx> Otherwise they should ~50% of recent blocks
-
m-relay
<annelinlol:matrix.org> their hashrate isn't real anyway
-
m-relay
<ofrnxmr:xmr.mx> They juat hit 4/5 blocks. The hashrate is real btw, just not consistent
-
m-relay
<annelinlol:matrix.org> have you guys guesses where did they get the hashrate out of the air?
-
m-relay
<annelinlol:matrix.org> in past years, EU was shut down biggest botnet that mined Monero and it was only ~1 GH/s
-
m-relay
<annelinlol:matrix.org> so with current price they should have free electricity to get at least some economical sense
-
m-relay
<annelinlol:matrix.org> I can't get it.
-
m-relay
<annelinlol:matrix.org> if they have unlimited resources, why not buy more power and conclude actual 51%?
-
m-relay
<annelinlol:matrix.org> if they haven't, how do they continue operating it without any economical sense?
-
m-relay
<annelinlol:matrix.org> their fullnode is actually EFI application that have full control of target machine, you can power it off only by putting cable out of outlet
-
m-relay
<annelinlol:matrix.org> I just can't see that many people have free machine with 1TB RAM
-
m-relay
<annelinlol:matrix.org> I just can't see that many people have free bare metal machine with 1TB RAM
-
m-relay
<annelinlol:matrix.org> I just can't see that many people have free bare metal machine with 1TB RAM
-
m-relay
<annelinlol:matrix.org> whereas XMR you can mine on any toaster
-
m-relay
<vtnerd:monero.social> Wait what? Why? Everything about this is so confusing
-
m-relay
-
m-relay
<annelinlol:matrix.org> 2TB RAM, sorry.
-
tokr
I'll risk it and call Q liars, to few blocks on public chain and not consistent with any sane selfish mining strat, anyone disagree ?
-
m-relay_
<annelinlol:matrix.org> Monero itself should be at least 500+ to be profitable in some countries, not in the EU.
-
m-relay_
<annelinlol:matrix.org> Monero itself should be at least 500+ to be profitable in some countries, not in the EU.
-
m-relay_
<annelinlol:matrix.org> that's why most of miners don't sell XMR instantly, but Qubic do.
-
m-relay_
<annelinlol:matrix.org> their CEO does an exitscam every crypto season, in 2017s it was NXT, in 2020s it was IOTA, so now its qubic
-
m-relay_
<annelinlol:matrix.org> their CEO does an exitscam every crypto season, in 2017s it was NXT, in 2020s it was IOTA, so now its qubic
-
m-relay_
<annelinlol:matrix.org> literally botnet
-
m-relay_
<rucknium:monero.social> I set TTL to 60 seconds, which some DNS servers might not like.
-
m-relay_
<ravfx:xmr.mx> yep, moneronet is still censored
-
m-relay_
<ravfx:xmr.mx> Maybe they censor everything new that have monero in it to "protect us"
-
m-relay_
<syntheticbird:monero.social> NSFC - Not safe for child
-
DataHoarder
TTL of 5m is probably respected more than 60s
-
m-relay_
<vtnerd:monero.social> easydns has a lower limit of 5m best I can tell. otherwise its probably too much load on the server
-
m-relay_
<vtnerd:monero.social> so its probably common that 60s is too low
-
m-relay_
<ravfx:xmr.mx> moneroconsensus.info have 10800
-
m-relay_
<rucknium:monero.social> Thanks. I will set it to 5m going forward
-
m-relay_
<ofrnxmr:xmr.mx> I did a small reorg, will try for a 9 block one
-
m-relay_
<rucknium:monero.social> RavFX: AFAIK the TXT records can be set at a different TTL than the A records, which is what I have done.
-
m-relay_
<ravfx:xmr.mx> yeah true. I just don't have hope for Quad9 considering they block the main domains A even if they have big TTL
-
m-relay_
<ravfx:xmr.mx> And a lot of people are parroting to use 9.9.9.9
-
m-relay_
<ofrnxmr:xmr.mx> (i also changed dns checkpoints to check every 120 seconds btw)
-
m-relay_
<ofrnxmr:xmr.mx> Will do 9 blocks at height 2814426
-
tevador
I restarted all my mainnet nodes with --enforce-dns-checkpointing.
-
m-relay_
<annelinlol:matrix.org> meanwhile XMR 276
-
m-relay_
<rucknium:monero.social> I'm now filling TXT records of `checkpoints.townforgepool.net` and `checkpoints.townforger.net` with tetsnet rolling checkpoints. Quad9 doesn't ban them. It will take a while for all 10 TXT records to fill.
-
m-relay_
<testtank:matrix.org> What’s address where can I send some neros to rent hashpower? Gonna send some when I get home
-
m-relay_
<lowdegree:matrix.org>
miningrigrentals.com
-
m-relay_
-
m-relay_
<vtnerd:monero.social> 447d29b8j8DiBe8vVCgw6d6DQYmYdULL3PSxoqtdKjAPBaU32okTH622enuhtVHknzJWGBQZZSCLH1fNhgh8wdKDTqG9HgW
-
m-relay_
<lordx3nu:matrix.org> 🫡
-
m-relay_
<vtnerd:monero.social> It's run by xenu:
-
m-relay_
<vtnerd:monero.social> Or wait did you want to do it yourself? That's another question entirely
-
m-relay_
<vtnerd:monero.social> Not to crap on xenu, but just make sure when renting hashrate,,etc, they're not just taking your money without actually running the algorithm. It's dicey for sure
-
m-relay_
<lordx3nu:matrix.org> yeah
-
m-relay_
<vtnerd:monero.social> guys, I saw an alternative block 35 minutes ago, and the blockrate is really low right now
-
m-relay_
<vtnerd:monero.social> or rather my node saw it, and Im reporting it no
-
DataHoarder
id?
-
m-relay_
<vtnerd:monero.social> e3c61eff13ceed28ed764a3037f24d21eee2eebf50a5bbe7f8c74982bdbda4f4
-
DataHoarder
lemme see
-
DataHoarder
I cannot find this one on my nodes, height?
-
m-relay_
<vtnerd:monero.social> 3480792
-
m-relay_
<gingeropolous:monero.social> yeah xmrchain is showing 20 mins since last block
-
m-relay_
<lordx3nu:matrix.org> oh boy
-
DataHoarder
I have 028d3ed62a466eaac75c5b2733948f36a98a818cd185b0977ddfe03f8f8ef070 there
-
m-relay_
<vtnerd:monero.social> yes, so do I, but someone sent me an alternative block
-
DataHoarder
pool api data shows qubic is mining on 3480799
-
DataHoarder
so they are at tip
-
DataHoarder
you can probably export it via get_block vtnerd
-
DataHoarder
save the hex somewhere for further inspection
-
m-relay_
<vtnerd:monero.social> my block did not relay, as per our node code to not re-relay unless it gets reorg to main chain
-
DataHoarder
block came in finally :D
-
m-relay_
<gingeropolous:monero.social> and xmrchain says its 13 minutes old
-
m-relay_
<vtnerd:monero.social> as an fyi, boog maybe? suggested we change this rule for alternative chain relaying
-
DataHoarder
that'd be necessary for all the above selection mechanisms
-
m-relay_
<vtnerd:monero.social> DataHoarder: can. you print block hex in the daemon? I think you can only print tx hex
-
DataHoarder
-
m-relay_
<boog900:monero.social> Supportxmr not updating timestamps for templates?
-
DataHoarder
you want result->blob
-
DataHoarder
or if you mean the command line, hmm
-
DataHoarder
don't know that one well
-
m-relay_
<ofrnxmr:xmr.mx> Rucknium my reorg attempt failed for unknown reasons. Will try again. The checkpointed node blocked my attacking node
-
m-relay_
<vtnerd:monero.social> oh right, gotta curl it up I guess
-
DataHoarder
it has equivalent stuff to rpc
-
m-relay_
-
m-relay_
<monerobull:matrix.org> this is a bit silly
-
yetanotherminer
This image is not IRC friendly
-
m-relay_
<vtnerd:monero.social> it shows qubic hashrate at 54.2% and the next pool at 14.3%
-
m-relay_
<monerobull:matrix.org> but more importantly, qubic with 28 blocks, the next one with 27
-
m-relay_
<vtnerd:monero.social> right but thats 28/100 so who knows whats going on
-
m-relay_
<monerobull:matrix.org> they are reporting a bullshit hashrate
-
m-relay_
<monerobull:matrix.org> but its so brazenly bullshit
-
m-relay_
<monerobull:matrix.org> their own pool is even more insane, showing something stupid like 75% of network hash
-
m-relay_
<vtnerd:monero.social> oh right I see you were on my side lol
-
yetanotherminer
They are either having very bad luck or selfish mining or faking
-
m-relay_
<barthman132:matrix.org> It’s so strange how is their hashrate so high, but their blocks actually went down from 33 to 28
-
m-relay_
<lordx3nu:matrix.org> the problem is they might be attempting a major reorg
-
m-relay_
<monerobull:matrix.org> hm lets see, either they nearly doubled their hashrate or they just started reporting bs numbers again
-
m-relay_
<monerobull:matrix.org> they are still mining regular blocks at their regular ~30% rate
-
m-relay_
<lordx3nu:matrix.org> yeah
-
m-relay_
<monerobull:matrix.org> the reported numbers are just plain bs
-
yetanotherminer
Their pool does not account for their own hashrate as lart
-
m-relay_
<lordx3nu:matrix.org> it was scary a few hours ago but so far it does seem like it was faked
-
yetanotherminer
As part of net hash*
-
yetanotherminer
So it shows that misleading 74%
-
m-relay_
<monerobull:matrix.org> one look at moneroconsensus tells you that the numbers are fake
-
yetanotherminer
Or it’s selfish mining?
-
m-relay_
<barthman132:matrix.org> Yeah there’s no way they actually have that number
-
m-relay_
<monerobull:matrix.org> nah miner
-
m-relay_
-
m-relay_
<monerobull:matrix.org> i think they just added a 2x multiplier on their reported hash lmao
-
DataHoarder
currently their pools api show they are mining on monero tip
-
DataHoarder
usually this shows elsewhere higher or lower if selfish
-
DataHoarder
or we see block delays several minutes before they abandon or submit
-
m-relay_
<monerobull:matrix.org> they have the same hash as before
-
m-relay_
<vtnerd:monero.social> oh and as a follow-up, iirc the selfish-mining paper says to relay first unpublish block in chain under certain conditions
-
m-relay_
<vtnerd:monero.social> thus I was worried that I was first to see a massive reorg
-
m-relay_
<vtnerd:monero.social> *not iirc, just re-read it, thats what it says to do
-
yetanotherminer
does it make sense to bother miningpoolstats admin with that? At this points it should avoid reporting their hashrate and just report based on blocks found
-
m-relay_
<vtnerd:monero.social> even blocks found it messy because they kept jumpg on/off mining monero
-
m-relay_
<vtnerd:monero.social> *is messy
-
DataHoarder
00:07:24 <m-relay_> <vtnerd:monero.social> thus I was worried that I was first to see a massive reorg
-
DataHoarder
I was asking for the hex to see who it was yeah
-
DataHoarder
we can decode them
-
m-relay_
<vtnerd:monero.social> you want the whole thing? I got it
-
m-relay_
<vtnerd:monero.social> pastebin of (your) choice
-
DataHoarder
debian, privatebin works
-
DataHoarder
if it was on the new irc bridge you could just post it, it'd make a paste for relevant parts :D
-
m-relay_
<vtnerd:monero.social> do you want the metadata that came with that blob or just the blob? its matter of leaking stuff to debian
-
DataHoarder
no need
-
DataHoarder
just the hex blob
-
m-relay_
<barthman132:matrix.org> Qubic back down to 1.82gh/s
-
m-relay_
-
m-relay_
-
DataHoarder
lemme see
-
m-relay_
<ofrnxmr:xmr.mx> People on irc cant see screenshots
-
DataHoarder
bridge one of these days :)
-
DataHoarder
just ... priorities
-
DataHoarder
they claimed hashrate was wrong, it's going down now
-
m-relay_
<barthman132:matrix.org> At least we have confirmation that they do lie about their hashrate
-
DataHoarder
not a know one from any entity, vtnerd. here's tx extra nonce 0000000000000002ed3c3123f000000000000000000000000000000000000000
-
DataHoarder
you'd have to match against recent blocks found by pools and see if any is similar
-
m-relay_
<ofrnxmr:xmr.mx> Datahoarder: regarsing screenshots, its on the homeserver
-
m-relay_
<vtnerd:monero.social> look for patterns in nonce behavior you mean to compare against this?
-
m-relay_
<ofrnxmr:xmr.mx> Could be reenabled
-
DataHoarder
if it gets re-enabled (requiring signatures) that would just work
-
DataHoarder
yeah vtnerd
-
DataHoarder
the new one proxies the auth to any target server fine
-
m-relay_
<vtnerd:monero.social> DataHoarder: is it worth doing you think? the only thing gained is that we learn which pool produced the block but not so much info global sense
-
DataHoarder
nah. I see some low level blocks happen at times when old peers connect to you for syncing up
-
m-relay_
<vtnerd:monero.social> or worse we learn nothing because it was some weird solo miner doing something
-
DataHoarder
you won't believe what cursed monerod we find people on p2pool are connected two
-
DataHoarder
to*
-
m-relay_
<vtnerd:monero.social> yeah Ive seen it happen before, it was just the timing of the block throughput had me going “oh here we go"
-
DataHoarder
we see their txs drop to 0 as they selfish mine so they are disconnected from the network
-
m-relay_
<tuxsudo:nitro.chat> Seems like this isn't a reasonable thing, given they were mining almost ~2GH/s of their hashrate with regular blocks, right?
-
m-relay_
<tuxsudo:nitro.chat> And now they are reporting much lower hashrate, so if they wanted to show it was real, they could have done it.
-
m-relay_
<tuxsudo:nitro.chat> Monerod still reporting ~5.48GH/s, which makes me think they just made their API suddenly report over double 😂
-
sech1
monerod is reporting an estimate over the last 720 blocks
-
sech1
calculated from the network difficulty
-
m-relay_
<rucknium:monero.social> ofrnxmr: I just did a 16-block re-org on testnet. What happened to your node with the checkpoints enabled?
-
m-relay_
<rucknium:monero.social> Maybe you can package your changes into a raw patch. Are you on master or release?
-
m-relay_
<ofrnxmr:xmr.mx> Master
-
m-relay_
<ofrnxmr:xmr.mx> Lets see
-
m-relay_
<ofrnxmr:xmr.mx> Kk
-
m-relay_
<rucknium:monero.social> I'm on release. I don't know if applying your raw patch directly would work, but I could at least do it manually if I see a raw patch.
-
m-relay_
<ofrnxmr:xmr.mx> I think it will work, not many/any changes to these files to conflict
-
m-relay_
<ofrnxmr:xmr.mx> ```
-
m-relay_
<ofrnxmr:xmr.mx> 2025-08-18 23:29:57.327 D Skipping prepare blocks. New blocks don't belong to chain. [1614/1832]
-
m-relay_
<ofrnxmr:xmr.mx> 2025-08-18 23:29:57.327 E Block with id: <db513bdb9db15c2864c41b4a4e4948ae42ac7fa3e4586783faf980c432ec5c60>
-
m-relay_
<ofrnxmr:xmr.mx> 2025-08-18 23:29:57.327 E can't be accepted for alternative chain, block height: 2814465
-
m-relay_
<ofrnxmr:xmr.mx> 2025-08-18 23:29:57.327 E blockchain height: 2814481 2025-08-18 23:29:57.327 W dropping connections to 155.138.134.171:28080
-
m-relay_
<ofrnxmr:xmr.mx> ```
-
m-relay_
<ofrnxmr:xmr.mx> Is this it?
-
m-relay_
<ofrnxmr:xmr.mx> Looks like same thing that happened when i tried it
-
m-relay_
<rucknium:monero.social> For the re-org, I set `--keep-alt-blocks --offline` on the node, then mined to it through xmrig. Then exited and started again without the `--offline`. I don't know if the `-keep-alt-blocks` is necessary.
-
m-relay_
<ofrnxmr:xmr.mx> It also banned everyone
-
m-relay_
<rucknium:monero.social> What does `status` say?