05:43:23 kuno website is down 07:33:04 Theyre on telegram, will FWD 07:33:35 FiatDemise is an admin there* 09:24:33 Radanne is the Kuno admin, I sent him a message in a Telegram group. I just volunteer as a content moderator there. 09:25:36 This is the Kuno X account: https://x.com/annemedia_web 09:28:15 He replied and is looking into it. 10:03:40 Site is up. 15:27:09 Someone(s) doing a lot of high-input consolidation txs again. `estimated 19 block (38 minutes) backlog` is what I see. 15:35:37 Looks like the consolidation txs are paying high fees, too. 3rd tier fees (out of 4 tiers). 15:36:20 are we starting to count at 1 or 0 ? 15:38:22 Counting from zero is Stockholm Syndrome. 15:39:39 Any bets on how big theyll push blocksize? 15:39:46 1MiB 15:39:49 obviously 15:39:51 they are making txs above the size limit wallet 2 will as well it seems. 15:40:06 31 block backlog on high now 15:40:25 boog900: I saw that. Maybe when blocks are larger, wallet2 will make bigger txs? 15:40:29 Any of them appear here? https://mini.p2pool.observer/sweeps 15:40:49 the 100 kb is hard coded I thought. 15:41:09 https://matrix.monero.social/_matrix/media/v1/download/xmr.mx/uiYgFumoZjdisAXsTZMVBArC 15:41:14 it's mooning! 15:41:20 https://matrix.monero.social/_matrix/media/v1/download/monero.social/YvAVsbrxAKzQLfroqMEWtOqh 15:41:47 (151 in tx to sweep 0.07 xmr xD ) 15:42:18 150kb is the limit 15:42:35 100kb is some magic number that tobtoht knows more about than i do 15:42:41 by consensus, yes, not wallet2 tho 15:43:01 https://matrix.monero.social/_matrix/media/v1/download/xmr.mx/vTScWmzRhWgXkvraqCUqoRfI 15:43:07 https://xmrchain.net/tx/c7fb4defc177d5ea6b736b2eb4424648c470812d7ea45ad4a4e23a99aa1b38b1 15:43:17 189 input 15:44:04 no panic guys 15:44:10 its just Lazarus 15:44:34 and if my calculations are correct they are going to sell everything in btc and we're going back to 200$ 15:44:37 We can branch master soon 🥳 15:45:00 With new tx-relay optimization 15:45:22 Maybe we can get the new auto-fee in there too 15:45:50 https://github.com/monero-project/monero/pull/9847 15:46:07 ofrnAI: 15:46:08 https://github.com/monero-project/monero/blob/c2e3835223943732cd9f293d4e85da3a7b837a0e/src/wallet/wallet2.cpp#L11626 15:46:10 https://github.com/monero-project/monero/blob/c2e3835223943732cd9f293d4e85da3a7b837a0e/src/wallet/wallet2.cpp#L111 15:48:33 boog900: I don't fully understand that. It looks like it might adjust depending on block size. 15:48:45 I need to see magic numbers 15:48:54 it's just used as a target limit, so it could go a little over I think 28 kb has to have been created by a modified wallet 15:49:48 It used to, idk about now 15:51:44 15mb now, sars, we are being spammed 15:51:47 if you search for `TX_WEIGHT_TARGET` you'll see it's called with the output from `get_upper_transaction_weight_limit` the output depends on the current HF, for the current HF it outputs a little under 150 kb, which is then passed into `TX_WEIGHT_TARGET` which multiples by `2/3`: ~100kb 15:51:49 lfg 15:52:06 Stressnet: rookie numbers 15:52:34 the tx size limit is constant, it doesn't change, only across HFs. 15:52:35 At 100mb we start to have problems with unrestricted rpc 15:52:55 Also large peer counts will start to fall behind 15:52:58 I loved making consolidation txs on stressnet because they would slam nodes the hardest. Fast to produce, slow to be consumed. 15:53:36 So simply building by deleting the 2/3 can bypass this 15:53:46 Required careful management of outputs, of course. 15:53:47 62 blocks on high now, 21.3 mb 15:54:00 This = 100kb 15:54:59 28mb 15:55:03 pretty much 15:55:27 Bitcoiner are fru because xmr geep going up so they got to spam it 😂 15:56:23 I hope they bought enough xmr first 15:58:01 wasn't the last spam around this time last year 🤔 15:58:14 like early march yeah 15:58:51 At least this time we got worth adversaries. The skids DoSing RPC ended up so quick 15:59:16 At least this time we got worthy adversaries. The skids DoSing RPC ended up so quick 16:01:32 This time is different 16:01:32 They use higher fee bracket than last year stresstest 16:02:09 can someone show me whats going on ? 16:02:36 is txcity showing right data? 16:02:44 If your using feather 16:02:46 you can go in Tools -> Tx pool viewer 16:03:15 yeah i am using that , but i can't exactly figure out what it means 😅 16:03:33 what do the different colors signify 16:03:48 "what do the different colors signify" <- fee tiers 16:03:50 Big "consolidation" transaction pilling up faster than we can digest them 16:03:58 Toilets clogged, waiting for miners to flush 16:04:24 should have a new wave soon™️ 16:04:40 if there constant 16:05:29 Miners making some extra $ today 16:05:36 any tx that isn't colored uses a non-standard fee. most of them are from exodus. 16:05:39 this time there won't be any issue right? since no low fee bug 16:06:15 they're paying the high tier (3/4) and auto only goes up to normal (2/4) 16:06:30 Big node might fall behind 16:06:38 They are using high fee, everyone else is using normal 16:06:58 Someone is consolidating 16:07:09 Only high priority transactions can get into the next block 16:07:18 Normal fee tx will have to wait for the high fee's to clear 16:07:22 even the second highest priority (in CLI wallet) has a huge backlog 16:07:25 The high fees will raise blocksize though. 16:08:12 highest tier gets you in the next block 16:08:17 It looks like they stopped sending those big transactions. Now just need time for mempool to clear 16:08:35 https://github.com/monero-project/monero/pull/9847 << this pr elevates auto to lvl 3 (high) during large backlogs 16:10:34 But automatic increase to 3rd tier fees would not occur now if #9847 was being used, right? 16:10:34 > If we have >= 360 blocks worth of Normal+ fee-paying transactions, adjust to Elevated priority 16:10:46 I see 93 block backlog 16:11:50 I already saw backlog with elevated priority (72 blocks) when I tried it in CLI wallet 16:11:56 only the highest priority works now 16:12:21 but these high fee transactions should help blocks grow faster 16:13:10 right. It would conservatively allow for up-to a 12hr backlog at lvl 2 before upgrading. This allows for blocks to grow before increasing the cost 16:13:30 before elevating* 16:13:31 Blocks have average 0.7 XMR reward to miners now 😎 16:14:27 Spammer probably stopped like "wait, this costs too much. lets start spamming at normal" 16:15:10 he ain't using auto fee ? 🤔 16:15:24 non 16:16:11 His goal was to make monero feel like your using bitcoin 16:16:34 ohh 16:16:51 i thought its the hecker from last month doing consol 16:17:13 That's too much to be him pretty sure 16:17:20 i see more transactions in yellow band now 16:18:33 last block was 337kb finally a lil more lol 16:18:53 how many blocks backlog right now ? 16:19:17 luigi1111 , what's about reward or multisig patch that was merged ? 16:19:18 (thanks for rerepurpose of repurposed (aka stolen) money from that ccs) 16:19:20 Back then I said that It's a separate work from vulnerability report and It requires separate reward 16:19:22 kevino: Do you run a node? 16:20:12 interestingband not sure if luigi will respond here 16:20:29 not my problem, I guess 16:20:33 If you do, go to the node's console and input `print_pool_stats` 16:20:34 It will show the backlog. 16:20:40 (or if he even reads this chat. Maybe he'll see the ping) 16:21:41 It's so fvking frustrating to talk with incompetent (at least, at most incapable people) about something that they don't understand 16:24:10 what is the thing that they don't understand ? 16:24:37 Back then I said that It's a separate work from vulnerability report and It requires separate reward <= yes I vaguely recall some disagreement 16:48:37 there it is, full reward zone got bumped to 301.3 KB 16:53:36 monero price also bumped 2% at same time period. 18:22:41 try https://www.gaslight-gpt.com/ 21:49:31 people 21:49:45 i need two onion addresses related to monero or privacy 21:55:54 can they be anything monero related? 21:56:11 as long as its not a product placement 21:56:18 http://p2pool2giz2r5cpqicajwoazjcxkfujxswtk3jolfk2ubilhrkqam2id.onion/ 21:56:57 nice thx. I already put p2pool.io but i forgor the explorer 21:57:19 http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/index.html 21:58:34 perfect thx 21:59:45 This is observer, explorer is here: http://yucmgsbw7nknw7oi3bkuwudvc657g2xcqahhbjyewazusyytapqo4xid.onion/explorer/