-
hyc
oh, good question, lemme try that
-
hyc
ok running now, should crash within 8 minutes
-
hyc
wfaressuissia: confirmed, test proceeds without crashing when jit is turned off
-
mj-xmr[m]
<selsta> "these 3 PRs need a review before..." <- I will have time in this and in the next week.
-
sech1
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
-
harbinger88[m]
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!
-
louipc
does crypto.com offer monero?
-
louipc
also this isnt the proper channel to ask :D
-
wfaressuissia
both are ignored now, it isn't related to monero-dev at all
-
harbinger88[m]
Okay, then could you please point me to where I can ask this question?
-
louipcm
harbinger88: ask in #monero-otc or #monero-markets
-
harbinger88[m]
Thank you!
-
BusyBoredom[m]
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?
-
moneromooo
It polls, but the daemon can notify by running a process or 0MQ pub/sub.
-
crypto_grampy[m]
<moneromooo> "It polls, but the daemon can..." <- Is there any documentation on using 0MQ with the daemon?
-
moneromooo
No, but I added that to townforge, you can look at the commit adding it. Let me find a link...
-
moneromooo
-
moneromooo
It's mostly the blurb in configure_wallet that you want.
-
selsta
sech1: yes only on ARM
-
BusyBoredom[m]
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.
-
hyc
yes, but monerod doesn't turn on 0mq pub/sub by default
-
hyc
perhaps there should be an RPC request to turn it on...
-
BusyBoredom[m]
Got it, makes sense. Thank you.
-
Rucknium[m]
-
Rucknium[m]
isukarim: You should also introduce yourself in #monero-recruitment:monero.social
-
Rucknium[m]
-
UkoeHB
Is my compiler messing with me?
-
UkoeHB
```
-
UkoeHB
rct::key x{...};
-
UkoeHB
crypto::public_key pk{rct::rct2pk(x)};
-
UkoeHB
memwipe(&x, sizeof(x));
-
UkoeHB
// using pk has intermittent errors; moving the memwipe of x to after this fixes errors
-
UkoeHB
```
-
UkoeHB
The compiler seems to be setting `pk` as a reference to `x`, rather than making a copy (maybe I should be using `operator=`?).
-
UkoeHB
No, `operator=` also fails.
-
UkoeHB
Nope, I'm just dumb - was using `x` after the wipe.
-
justverify[m]
Hey guys 👋 No discussion followed this proposal on GitHub?
-
justverify[m]
-
justverify[m]
* Hey guys 👋 I’ve just seen this issue on GitHub. No discussion followed this proposal?
-
justverify[m]
-
UkoeHB
justverify[m]: is it some kind of escrowed contract? Do you really need 'smart code' for something like that?
-
vtnerd
-
crypto_grampy[m]
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)
-
crypto_grampy[m]
Future Status of ZMQ in Monero is only in the title... it got me all excited
-
vtnerd
_maybe_ msgpack in addition to json - the notifications are "slow" enough it probably only matters during syncing
-
vtnerd
there's also the possibility of CurveZMQ for TLS like security
-
vtnerd
"slow" -> once sync'ed the number of notifications per sec is somewhat low
-
jberman[m]
Adding msgpack is in my backlog of stuff to work on (unless someone wants to take it)