00:04:24 luigi1112: still getting "User is not online or does not exist. Message not sent." when trying to reply to your pm 00:05:14 escapethe3ra[m]: send a message to luigi1111 00:05:47 UkoeHB: tried that too 00:07:56 I responded 00:08:11 Try one thats online then haha 00:08:31 no, still not getting anything lol 00:10:08 @luigi1111:libera.chat doesn't return the error, but I don't see replies 00:15:48 The other nick changes between luigi1112 and luigi1111w 00:15:59 This one stays the same. Just message me 00:20:00 luigi1111: done 13:11:19 I need a little help. I want to run a Monero full node with P2Pool on RockyLinux 8.5. There a lot of Howto's out there, but I don't know how to start? I want to download the monero Node. I found this link https://p2pool.io/#help. But I am a newbee. 13:22:28 joerg1: you should ask in #monero 21:40:54 Any progress on deciding next fork date ? Or there are still unresolved issues 21:41:10 * fork date/block ? 21:56:05 nikg83[m]: UkoeHB found another issue in multisig (that is also present in some other cryptocurrencies as far as I know), so that needs to be reviewed https://github.com/monero-project/monero/pull/8220 23:16:16 Hi! Long-time software engineer, ~4-year Ethereum engineer, wanting to see what I can do to help Monero... I wondered if there might be some way to speed up the initial node synchronization, so I profiled it with perf. I discovered that the cryptonote_protocol_handler function is reportedly spending 58% of its time in cryptonote::core::handle_incoming_txs, and only 40% of its time in cryptonote::core::handle_incoming_block. I'm 23:16:16 still new to Monero, but shouldn't a still-synchronizing node be ignoring incoming transactions until it is fully synchronized? details here: https://gist.github.com/feuGeneA/9eabe0e2d2441d5cd50916d02584a3e5 23:24:20 it's verifying transactions in all blocks when syncing 23:24:28 handle_incoming_txs 23:40:12 idk much about node synch, but it does seem odd for block handling to be so expensive compared to txs (verifying txs is really heavy) 23:42:41 block handling includes checking PoW 23:54:07 @sech1 that makes sense to me, thank you for the feedback