10:38:57 Добрый день хотел бы узнать пояему монеро не работает ? 10:43:58 но это работает! 😜 10:44:34 ollof2003[m]: if you have issues please ask in #monero and ideally in English otherwise we might not be able to help 10:45:43 He is asking "why monero does not work". I told him that it does. 😃 10:54:39 #monero-dev:monero.social I am respected, I ask you to help me, I threw money on mega through the xmr exchanger, the money has not arrived for two days, I wrote to the mega site, to which he replied that monero does not work temporarily, when will it work? 10:55:46 Monero currently works. I assume that person said their own install is temporarily borked. 10:57:47 Though if you have node/wallet logs showing something isn't working, you can paste them to paste.debian.net. 10:59:14 bro, I won’t go through any links, I’ve already written to everyone who can wait for funds, thank you bro! 11:14:27 I suspect an exchange is withholding ollof2003 's XMR. If that's the case, unfortunately, I don't think he has any other choice but to contact the exchange. 11:15:13 ollof2003[m] what exchange? do you have xmr transaction id? 11:15:48 ты им xmr высылал, или они тебе? 11:16:30 бро я покупал xmr через обменник всегда так делаю, в этот раз не пришло ничего 11:17:23 Monero работает, это обменник мутит. Есть id их xmr транзакции? 11:18:27 https://blockchair.com/ru/monero/transaction/b023c1ad51fc89d6122ec3a495533215c1dc7fbb6f71345335fe8757b72c0160 11:18:27 По нему давно уже все пришло, обменник пишет что деньги отправлены 11:18:55 но на аккаунте денег не вижу, как и пополнения как было раннее 11:21:40 Есть такая транзакция, уже 1320 подтверждений. На каком аккаунте, где? Какой кошелёк используешь? Надо сделать rescan в кошельке 11:23:20 This transaction just shows it's confirmed and if receiver's address was correct, the funds are in the receiver's wallet. You may want to wait for your wallet to sync fully. 11:24:38 "ollof2003: if you have issues..." <- #monero:monero.social ^ 11:26:20 What should I do with it? 11:28:11 This room (-dev) is for hacking. -dev is the wrong place for tech support. 11:28:11 We'll continue conversation in #monero:monero.social 15:22:15 We are wrapping Monero built from source into an app and it's being detected as malware due to the mining code. Is there an easy way to disable or remove this or will we be playing include whackamole til it works? I'd rather not edit too much so maintainability with upstream Monero is maintained 15:23:09 It can't verify blocks without mining code 15:25:16 should be fine for just a wallet? 15:26:02 It's a full node that afaik verifies blocks and detects outputs as well, I'll have to double-check that point 15:26:16 but no, there's no easy way to disable all that code 15:27:51 Maybe disabling just enough of it that isn't used for mining will change the binary enough to skip the scanners 15:28:08 That isn't used for verification* rather 15:28:34 And and all thoughts welcome :) 15:28:51 s/And/Any/ 15:29:26 I think cn_fast_hash is used in wallet code and AV look for that too 15:34:14 though I could be wrong, don't know how much cn_fast_hash differenteres itself, I just know AV also look for some cryptonight code from before we used RandomX 15:35:18 differentiates* 15:35:43 I was mistaken, we don't run a full node, we use a remote node and run wallet2, so it may be more feasible 15:38:43 CryptoNight is used for KDF and I don't think you will be able to remove that: https://monero.stackexchange.com/a/7045 17:37:53 While you won't be able to get rid of CryptoNight for the reason stated above (see also: https://docs.featherwallet.org/guides/wallet-files#Encryption), you can get rid of RandomX if you're not planning to support RPC pay. 18:39:29 cn_fast_hash is used everywhere. Can't get rid of it. But I suppose you could reimplement it stupidly (but correctly). 19:06:17 I understand why for PoW, but why was cn_slow_hash chose for KDF instead of say, multiple rounds of cn_fast_hash? 19:09:18 KDF must be resistant to password cracking 22:45:11 -xmr-pr- vorot93 opened issue #8657: SIGSEGV on MacBook M1 22:45:11 -xmr-pr- > https://github.com/monero-project/monero/issues/8657 23:21:50 Its should be possible to find the cause of segfault, i.e. file & line number of fault, with a small piece of platform agnostic C++ code, backtrace. Kind of like GDB bt integrated in SW at runtime. Not sure if this issue is MAC specific, or happens on other platforms too? 23:26:48 Youre replying to a bot 23:26:48 https://github.com/monero-project/monero/issues/8657#issuecomment-1331416941 23:45:11 -xmr-pr- Kuplynx opened pull request #8658: fix a tiny typo (I think) 23:45:11 -xmr-pr- > https://github.com/monero-project/monero/pull/8658