00:13:44 oh, good question, lemme try that 00:17:13 ok running now, should crash within 8 minutes 00:24:56 wfaressuissia: confirmed, test proceeds without crashing when jit is turned off 05:26:54 "these 3 PRs need a review before..." <- I will have time in this and in the next week. 06:22:34 hyc does it crash only in ARM? I'd like to see the code at address on line #22 (the one that calls unmapped memory 10:30:36 Hello everyone, I have a question since I am new to Monero and the crypto world in general. About a year ago I unfortunately fell into the trap that was Doge, and I bought a lot on crypto.com. My question is, what is the best way to transfer that amount to my Monero wallet? Thanks for your tip in advance! 10:33:35 does crypto.com offer monero? 10:34:02 also this isnt the proper channel to ask :D 10:34:24 both are ignored now, it isn't related to monero-dev at all 10:35:56 Okay, then could you please point me to where I can ask this question? 10:35:56 harbinger88: ask in #monero-otc or #monero-markets 10:35:57 Thank you! 13:40:00 Question for anybody: does the monero-wallet-rpc poll a monero daemon for new transactions/blocks? Or does it receive them by some other means? 13:41:00 It polls, but the daemon can notify by running a process or 0MQ pub/sub. 13:49:33 "It polls, but the daemon can..." <- Is there any documentation on using 0MQ with the daemon? 13:50:12 No, but I added that to townforge, you can look at the commit adding it. Let me find a link... 13:52:34 https://git.townforge.net/townforge/townforge/commit/2b5e114e8937839d22dfac152defce2d86dd4f51 13:53:03 It's mostly the blurb in configure_wallet that you want. 14:53:20 sech1: yes only on ARM 15:29:16 Oh I see, so if I understand correctly: wallet-daemon-rpc polls and cannot currently use 0MQ, but it could probably be updated to use 0MQ whenever someone gets around to that. 15:31:07 yes, but monerod doesn't turn on 0mq pub/sub by default 15:32:10 perhaps there should be an RPC request to turn it on... 15:32:12 Got it, makes sense. Thank you. 16:20:56 > <@isukarim:monero.social> Hello everyone ,... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/9cefa73e4852b5d6605bb427566cf90ec050a6f5) 16:21:16 isukarim: You should also introduce yourself in #monero-recruitment:monero.social 16:52:29 isukarim: Also, take a look at https://www.monero.observer/ultimate-guide-new-monero-contributors 18:06:36 Is my compiler messing with me? 18:06:36 ``` 18:06:36 rct::key x{...}; 18:06:36 crypto::public_key pk{rct::rct2pk(x)}; 18:06:37 memwipe(&x, sizeof(x)); 18:06:37 // using pk has intermittent errors; moving the memwipe of x to after this fixes errors 18:06:37 ``` 18:06:38 The compiler seems to be setting `pk` as a reference to `x`, rather than making a copy (maybe I should be using `operator=`?). 18:08:42 No, `operator=` also fails. 18:10:09 Nope, I'm just dumb - was using `x` after the wipe. 21:53:06 Hey guys 👋 No discussion followed this proposal on GitHub? 21:53:06 https://github.com/monero-project/monero/issues/7864#issue-comment-box 21:53:40 * Hey guys 👋 I’ve just seen this issue on GitHub. No discussion followed this proposal? 21:53:40 https://github.com/monero-project/monero/issues/7864#issue-comment-box 22:07:35 justverify[m]: is it some kind of escrowed contract? Do you really need 'smart code' for something like that? 22:25:55 crypto_grampy[m]: https://github.com/monero-project/monero/blob/master/docs/ZMQ.md 22:29:54 This is great. Is there any sort of roadmap for future additions to this/things that people want to see added? (Just out of curiosity) 22:30:42 Future Status of ZMQ in Monero is only in the title... it got me all excited 22:31:34 _maybe_ msgpack in addition to json - the notifications are "slow" enough it probably only matters during syncing 22:32:25 there's also the possibility of CurveZMQ for TLS like security 22:33:17 "slow" -> once sync'ed the number of notifications per sec is somewhat low 23:54:27 Adding msgpack is in my backlog of stuff to work on (unless someone wants to take it)