03:14:18 What are the best practicces for Ed25519 HD derivation with CKD-pub? 03:14:29 Is it still https://ieeexplore.ieee.org/document/7966967? 06:39:03 haveno.network is down for me for the second day. Anybody knows something? Pinging ErCiccione and woodser 06:59:07 sgp said the servers were going to be moved to cake servers. Maybe flush dns, that kind of thing. 07:57:03 rbrunner: cake has the server hosting the matrix infra and only need to spin it up. I asked yesterday the status of things, because everything was still running on my instance and i went heavily overdraft on my vps account while waiting for the migration to conclude. So yesterday i asked the status of things and i was told i could turn my instance off. Don't know anything more. There is also a monero seednode on the instance beside 07:57:04 matrix server and haveno stuff, so i hope they can sort things out soon. 08:01:47 sgp ^ 14:03:41 "haveno.network is down for me..." <- Do you mean the blog or something else? 14:04:38 Mostly my Matrix user, and the matrix room "No Wallet Left Behind 2" there. 14:04:52 But quite in general, haveno.network does not answer, at least to me 14:06:03 Did you see ErCiccione's message from about 7 hours ago? 14:06:45 Maybe as this is not -dev stuff, we can sort this out with direct messages 15:32:43 Hello sir 15:34:39 Hello 15:37:55 Can someone here help me with monero-cpp's wallet listener/syncing? Not sure if woodser is around. 15:39:55 I wrote this message so that I would not be deleted for being idle 15:44:44 Can the ledger device connect to the mobile monero wallet or not? Like ledger device connecting to monero gui. 15:45:46 Sir, why monero doesn't support 12 word and 24 word format and monero supports 25 word format? Wouldn't 12 words and 24 words be easy? 15:45:50 Please answer me 15:46:08 Sir, why monero doesn't support 12 word and 24 word format and monero supports 25 word format? Wouldn't 12 words and 24 words be easy? 15:46:44 wrong room 15:47:10 Answer my question properly or I always write. please 15:47:29 Please 😡😡 15:47:35 Heres the truthful answer. We dont know 15:48:06 ofrnxmr[m]: Are u seriously? 😡. I have samurai sword 15:48:20 please ban ^^ 15:48:34 sgp: 15:48:39 😡 15:48:45 Sir, why monero doesn't support 12 word and 24 word format and monero supports 25 word format? Wouldn't 12 words and 24 words be easy? 15:48:50 Dont ban 15:48:55 Because 12 is small 15:49:15 ofrnxmr[m]: My dick is very big 15:49:31 Cm? 15:49:46 What is cm 15:50:27 What is cm 15:50:40 24 word? 15:51:02 Not cm it is m 15:51:03 1 m 15:51:32 Ricardo spagni here? 15:52:22 are you afraid of me 15:52:48 I have samurai sword 15:52:58 are you afraid of me 15:53:28 All are afraid 15:53:32 😁 15:54:13 Centimeters, 12 centimeters 15:54:35 🐛 15:54:41 🍌 15:54:59 get in you bastard 15:57:06 🙏sgp 16:27:01 The new Matrix room for the No Wallet Left Behind project is #no-wallet-left-behind:monero.social . It is also bridged to the Libera channel of the same name 18:03:28 "The new Matrix room for the No..." <- What is that room for may I ask? 18:05:19 Seraphis wallet work 18:05:27 Oh, sorry ok 20:22:20 Hello, I am new and I would love to contribute, could someone recommend me an issue to start with? 20:30:32 kyrilasa: Do you mean "issue" in a broad sense, or in the sense of the issues as listed here: https://github.com/monero-project/monero/issues https://github.com/monero-project/monero-gui/issues 20:33:28 I mean issues listed in github of course, but if there is another ones I can help I am open to any opportunity to help. 20:37:27 Well, a bit hard to say, and of course depending on your knowledge. In many respects the Monero software is quite mature already, which means problems that are left may be quite hard, or quite arcane 20:37:54 As a beginner, I would probably look through the GUI issues first 20:38:57 Sure, then I will look into the GUI. Thanks! 20:40:51 A search with the keyword "contribute" in the Monero subreddit may also turn up some - more general - ideas 20:40:57 Like e.g. this: https://old.reddit.com/r/Monero/comments/ywg84w/working_for_monero_project_coding_or_else/ 20:41:09 Or this: https://old.reddit.com/r/Monero/comments/z1o9dx/how_to_contribute/ 20:41:21 Good luck in any case, and welcome here :) 20:43:36 I will read through these, thanks again! 21:06:54 Hi! I wonder if it's safe to parse mempool for transactions? I think I would just periodically call get_transaction_pool and process the transactions. But is there an elegant way to not process same txes twice? 21:07:59 Not yet. I have a PR on the way that will allow you to get only new pool transactions. 21:08:18 But already a simple map "already seen" should do the job, with txid as key 21:08:34 But for it to happen it would require all node operators to upgrade first? 21:08:44 A map is obviously a solution, but it would grow indefinitely. Not sure when is it safe to clean it 21:09:34 Yes, the new code I wrote is in the daemon. 21:11:27 Monero's mempool usually does not get too large. I think plowsof 's Wishlist as a Service parses the mempool. You could ask him. 21:59:58 get_fee_estimate returns an array of fees, but it isn't documented anywhere. Why is it increasing? Shouldn't it decrease instead, as if we want to get into the next 2 blocks instead of next first block we could pay less? 23:42:07 mrnaif you can use ZMQ to get notified about every transaction only once, like p2pool does 23:49:50 I managed to get around by keeping a cache of tx hashes, refreshed each mempool re-fetch