00:29:47 lmao 00:34:54 @frogmindset:matrix.org: You view the profile and the option is there. 00:34:54 This is what Element-X offers: 00:35:04 https://mrelay.p2pool.observer/m/matrix.org/offdrrSZiQqTkqVhBvqrPHMS.png (1000003460.png) 00:36:00 Element-x is garbage (exvept for sliding sync) 03:10:30 Added a mini block explorer to Monero Blocks like https://blocks.p2pool.observer/block/23e4024f7ad91f52b2c7ec52beb615cfee9df42f0459d906da92403a5661246f or https://blocks.p2pool.observer/block/7d8915c920cabff946b5b41e5e357d556a03b9e3708eec33d5e3043a0676b88d 03:11:21 Can display details on orphaned blocks and other information like list of withheld transactions from qubic or merge mined chain count 06:23:11 huge re-org just happened on the monero network 06:24:11 that one was impressive 06:34:01 It’s over 06:34:27 🤖 06:46:16 18 block reorg just happened 👀 06:50:36 17 block 06:52:19 3499659 - 3499676 06:55:15 https://imgur.com/a/K0pXBmN 06:56:44 does this break anything (besides the risk of double spends)? 06:57:45 what if I receive funds and then spend those, then the funding tx is reorged and put into a new block, will the old transaction (that spends the re-orged one) still be valid and included in a block again? 06:59:04 Transfer proofs should still be a valid right? Even if the transaction is re-orged into a new block? 06:59:57 @binarybaron:matrix.org: Yes it should be included in block. The defult time for a transaction in mempool is 72 hrs 07:00:49 @kevino:tchncs.de: If they had decoys from invalid blocks, txs are invalid 07:00:51 Outputs only receive their index once they are included in a block right? 07:01:20 @kevino:tchncs.de: Cc DataHoarder 07:01:39 nssy2: Start and end blocks are inclusive 07:01:54 Some txs will be invalid and need to be resent > <@binarybaron:matrix.org> does this break anything (besides the risk of double spends)? 07:02:30 @elongated:matrix.org: A normal users won't be able to send decoys 07:02:45 What would be the proper way to handle this? Watch for transactions and reconstruct if they got invalidated? 07:02:45 Asking specifically for our BTC<>XMR implementation. We might have to seriously think about adding some more resilience to re-orgs 07:03:00 @kevino:tchncs.de: 😂 your dsa selects those recent outputs as decoys 07:03:26 @binarybaron:matrix.org: Yes 07:03:46 Maybe rework on dsa 07:04:11 wdym? 07:05:56 @binarybaron:matrix.org: Current decoy selection algo uses decoys from very recent mined blocks, if these keeps getting reorg your txs are more prone to getting invalidated 07:06:30 But us modifying the decoy selection algorithm isn’t really viable. 07:06:32 Never liked current dsa, one more reason it needs to be fixed 07:06:38 We need to produce standard transactions too 07:07:00 Even more reasons we need FCMP++ as quickly as possible 07:07:08 Rings are holding us back 07:07:15 Your txs will stand out, but your spending outputs might not > <@binarybaron:matrix.org> But us modifying the decoy selection algorithm isn’t really viable. 07:07:26 The decoys are not published to whole network before the reorg , so i don't think it matters > <@elongated:matrix.org> 😂 your dsa selects those recent outputs as decoys 07:07:52 @binarybaron:matrix.org: Dsa change was needed yesterday, fcmp is needed now 07:07:52 Nothing is coming today 07:08:21 @kevino:tchncs.de: What are you talking about ? 07:08:31 The point is that when decoys get in invalidated you need to reconstruct and re-sign the transaction. 07:08:53 This means you cannot rely on your transaction being included into a new block after being re-orged and popped 07:09:38 Yes and if they keep doing 10+ reorgs ; your txs will keep getting invalidated 07:09:54 @elongated:matrix.org: You can read above what dathoarder said about decoy transactiona 07:10:07 @elongated:matrix.org: Not necessarily 07:10:21 You can stop spreading fud 07:10:51 Id love to be wrong. Not trying to spread FUD. You have a link to anything ? 07:10:56 @kevino:tchncs.de: What? If your tx has invalid decoys the tx is invalid 07:10:57 Blog post or similar 07:11:12 Refer this > well, they release them later as well, but then those get flagged on early alt blocks 07:11:46 my client is missing that message 07:11:52 typical matrix behaviour 07:13:11 @elongated:matrix.org: Are you talking about decoys from cubic? 07:13:20 @kevino:tchncs.de: Now ask him what happens if your tx has a decoy from a Invalid block 07:14:11 @kevino:tchncs.de: No that would be marble attack another topic 07:15:07 @ofrnxmr:xmr.mx: will explain it to you guys when he wakes up 07:15:30 @elongated:matrix.org: The transaction if invalidated just goes back to the mempool and will be included in subsequent blocks with newer decoys 07:16:22 It won't let you double spend easily , if thats what you are implying 07:17:23 @kevino:tchncs.de: If your sent tx is invalid, you can spend your outputs again as you like 07:17:58 Unconfirmed != invalid 07:18:09 Yeah, transaction do go back to the mempool, but they become invalid if the reorg is larger than 10 blocks and they mention some decoys that don't exist anymore. Check any block explorer now and see the transactions that wait to get mined for almost 1 hour now. They will expire in 23 hours. 07:21:06 @elongated:matrix.org: What is invalid ? How does a transaction become one ? 07:22:18 Referencing decoys works through so-called indexes. Those can become invalid and point into nirvana after reorg. Result is invalid transaction. 07:23:39 🤔 07:23:57 Are there any invalid transactions reported yet ? 07:24:01 Oh, I think I was wrong about those 23 hours. It will be 1 week 07:24:16 @rbrunner7: Yeah 72 hrs 07:24:32 "Are there any invalid transactions reported yet ?" Yes, all these transactions in the mempool that "refuse to get mined" 07:24:39 3 days i guess 07:25:39 #define CRYPTONOTE_MEMPOOL_TX_FROM_ALT_BLOCK_LIVETIME 604800 //seconds, one week 07:25:53 Right from the source code 07:26:58 Hmm, there is a second constant: 07:27:00 Ok 07:27:01 #define CRYPTONOTE_MEMPOOL_TX_LIVETIME (86400*3) //seconds, three days 07:27:17 Not sure which one will apply now exactly 07:43:34 One week is if a tx was ever seen in a block, on hte assumption it's more likely to be included again. 07:44:02 Used to be 1 day and 3 days IIRC. 07:48:41 They will never be included if decoy indices are invalid now 07:49:01 Yes, just saw your PR from 2018 :) https://github.com/monero-project/monero/pull/3205 07:49:31 sech1: Yes, but when will they expire? In 3 days, or in 1 week? 07:49:38 1 week 07:49:47 I recommend to do flush_txpool on your nodes 07:50:50 If for some reason somebody can't do that, they have to wait for 1 week until they can re-submit their transaction? 08:04:27 Yes, to that specific node 08:04:54 If they run their own node, it should be easy 08:05:37 ive ran flush_txpool on my nodes just in case 08:07:47 selsta has added the todo list for the next release here https://github.com/monero-project/monero/issues/10080 08:18:13 "Yes, to that specific node" Thanks, sech1, for confirming what I also suspected. 08:18:51 And all nodes who has old transactions in their mempool will also refuse the new transaction. So all pool nodes probably too 08:18:54 That's a problem 08:19:14 So someone has funds effectively locked for 1 week now 08:19:36 I can ask supportxmr admins to run flush_txpool 08:22:01 sent messages to supportxmr and moneroocean admins 08:23:26 Good idea. Things can move if people don't just "worry", but think what they can do, and then act. 08:27:11 I ran flush_txpool on all my nodes, but they're not mining, so it's only a little help in tx propagation. They are connected directly to supportxmr nodes though 08:28:13 whats going on with nodes? 08:28:21 reorganizing keeps happening 08:28:37 got atleast 3 on the node im running 08:29:03 also keep getting this message in the log for the node im running "Transaction not found in pool" 08:29:58 Because Qubic is mining and withholds their transactions all the time, so they are not found in your node's pool and it has to request them from other nodes. 08:30:00 also got a bunch of messages saying " ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT " 08:30:13 and " Transaction spends at least one output which is too young" 08:30:28 its actually making it where i cant even mine 08:30:47 the whole node is just errors 08:31:43 the xmrig difficuly is 382,863 right now 08:34:49 never mind, counted atleast 10. > <@frogmindset:matrix.org> got atleast 3 on the node im running 08:44:49 is there anything i can do to solve this?? 08:46:43 Your node is working. Check the status, check the block height it displays and compare with what block explorer shows 08:49:43 what does "Transaction not found in pool" mean? it keeps appearing in my node's log 08:51:26 I already I answered 08:52:17 sech1: where? i didnt see it 08:52:25 my client may be acting up again 08:52:44 Because Qubic is mining and withholds their transactions all the time, so they are not found in your node's pool and it has to request them from other nodes. 08:53:16 sech1: ahh thank you, that message didnt show up on my side 09:56:45 impressive that, despite this, monero is still at an all-time-high 😅 13:19:32 Could it be possible they played with the network difficultly adjustment of the network ? 13:19:32 If they mined secretly , the rest of network may not adjust difficulty according to this increased hashrate for balancing the 2 minutes per block policy. 13:19:34 Taking advantage of this they mined more blocks within short period ? 13:20:55 @kevino:tchncs.de: Well they already turn off and on their pool when not on marathon. 13:21:30 Yeah turning it off would decrease network difficulty after a period right ? 13:21:58 Yes! That’s why they do that in the first place 13:22:29 Aah i see . Smart if theory is true 13:24:08 There’s no doubt anymore that Qubic has enough hashrate to do a 51% attack. The real question is how long can they maintain it and can they really only do it in short bursts like they usually do. 13:24:34 hmm, so huh, is the dificulty adjustment somehow centralized? if it relies on reporting from miners 🤔 13:28:54 Thankfully the average monero trader seems to not know what happened and are trading normally. The worst thing to do is spread around bad news like the 18 block reorg. Panic is the worst thing that can happen right now. 13:31:09 it's not reporting, the act of mining a block publicly is what changes the difficulty 13:33:18 how much time does it take for difficulty adjustment to change ? 13:34:07 as a counter measure can we change the period of this change in difficulty adjustment . For example in bitcoin it takes 12 days 13:34:30 that requires a hardfork 13:34:47 it also is not relevant as counter measure nor a problem 13:34:56 certainly not 12 days incase of xmr but maybe 1-2 days. 13:35:02 DataHoarder: ohh i see 13:35:39 18-block reorg, daaamn 13:35:41 it takes 24h+ to adjust more or less 13:35:45 @barthman132:matrix.org: Youre wrong lol 13:36:04 Stop spreading unsubstantiated clickbait 13:36:05 DataHoarder: but it could make selfish mining harder right ? 13:36:10 no 13:36:31 it makes it even easier the longer difficulty takes to adjust 13:36:37 @ofrnxmr:xmr.mx: i just asked it in the room ? didn't say it was true ? 13:36:56 Not you 13:37:35 how its wrong , btw ? 13:38:33 Thst they have enough hashrate for a 51% attack? That you need 51% hashrate which would let you own 100% of the blocks 13:38:35 they aren't relying on difficulty adjusment period to find more blocks ? correct ? 13:38:54 @ofrnxmr:xmr.mx: ok unserstood 13:38:56 Not 100% of the blocks for 20 minutes 13:39:42 @kevino:tchncs.de: A longer diff adjustment period means they can let diff fall, then blast out hashrate for long periods of time withiut worrying about the diff increasing 13:40:06 One of the reasons for their marathons, is because the diff climbs too quickly for them to mine for too long 13:41:15 A longer difficulty allows longer periods of attack though - and longer period of slow blocks when they stop. 13:41:15 note that w/o using uncles/orphans in the difficulty calculation, the difficulty window doesnt do anything to hamper selfish mining. 13:41:15 re longer diff adjustment windows: on the contrary, i think a shorter difficulty window would lead to shorter attacks.[... more lines follow, see https://mrelay.p2pool.observer/e/jM3Sj7UKbk9VdlNH ] 13:41:31 This was my take on whether we should increase or decrease the diff adjuatment period 13:42:03 i bet tevador is glad that he doesn't have to deal with dumbasses who ask "uhm acktually do you see deep re-orgs happening?" 14:03:48 > <@ofrnxmr:xmr.mx> Youre wrong lol 14:03:48 If they didn’t achieve the hashrate. Then they were extremely close. If they didn’t get over 51% then they were at like 50%.”The probability of a 19-block streak is ((0.45)^{19}), which is approximately (3.7\times 10^{-7}). a 49% probability. A "once in 400 years" expectation is plausible given the low individual probability, again depending on the rate of trials”. 14:06:23 i'm gonna cry if peopl use AI for dumb shit 14:11:02 The reality is. it’s extremely unlikely they didn’t get at least a 51% hashrate with a 19 block reorg. 14:11:30 >the reality is 14:11:33 you're delusional 14:11:54 or maybe you aren't, you are doing on purpose 14:13:38 @syntheticbird: Who knows maybe I secretly control Qubic behind the scenes of it all 14:15:43 will the DNS checkpoint point to the side chain of the 18-block reorg? 14:16:06 We suspect that they rent 2+ more GH/s in short burst to do big reorgs. Otherwise it's an extremely improbably to do this with 30% of hashrate that they usually have. 14:16:20 *improbable 14:18:05 sech1: This has been known for a long time 14:18:32 sech1: but statistically speaking how much percentage of hashrate one must have to get 18 consecutive blocks 🤔. Its understood they would more than 51%, but to get 18 blocks , looks closer to 80 or even 90% hashrate. 14:18:58 or if my probabilty calculations are wrong 14:19:18 No, they can have around 50% for a while, and stay a few blocks ahead until their chain gets long enough 14:20:57 but that does also involve luck factor too i guess 14:21:28 Just as we talk here, Qubic people over in their discord discuss whether they really "broke" 118 transactions with their large reorg, and if yes why, i.e. why they did not just copy over those transactions to their alternative chain, to include it here. Fascinating. 14:22:17 they need 51% hashrate + 100% effort luck 14:23:29 They can't "copy over" transactions once they're past 10 blocks 14:23:36 Because decoy indices will not match 14:23:38 @kevino:tchncs.de: It could be chance, with 49% we would expect to see a 19 block streak once in 35 months (The previously estimated 30% it would be basically impossible, 45% is once in every 400 years). 14:24:10 Ah, yes, you would have to copy and modify accordingly ... 14:24:26 Which is - impossible? 14:24:35 yes 14:24:45 Cool 14:24:56 @kevino:tchncs.de: Selfish mining they can have 100% of blocks at 51% 14:25:13 it's not selfish mining at this point, it's just 51% attack 14:25:20 @barthman132:matrix.org: Where are you getting your calculations? Does not sound correct to me. 14:25:28 So it's possible those dear people still don't fully undestand indexes :) 14:26:50 i would say most likely AI from the statement they gave before 14:28:27 You can do about ten 18-block re-orgs per day if you have 45% share of hashpower 14:28:49 "Table: Duration of meta attack to achieve attack success probability of 50 percent" https://github.com/monero-project/research-lab/issues/102#issuecomment-2402750881 14:28:51 They have around 30-35% 14:29:03 But they can burst mine with additional 2 GH/s when they want 14:29:13 Source: All my calculations, which you can read there ^ 14:29:39 It costs them a lot of money to rent that extra hashrate, which is why it never lasts long 14:29:44 Burning money for PR stunts 14:30:23 IMHO, the question about DNS checkpoints is how long they can hold that extra 2 GH/s 14:30:36 "Burning money for PR stunts" Half the world's companies are doing this, no? 14:30:53 sech1: If they have a state actor funding them its never ending 14:30:56 does the DNS checkpoints point to the other chain? 14:31:19 broken off by the reorg? 14:34:42 elongated: i wouldn't actually be surprised if QUBIC was a front for state actors to destroy monero 14:35:16 i believe state actors have an interest in using monero, so i believe it's just someone trying to make a quick buck here 14:36:53 and who's to say his intent wasn't to defraud some exchange, eh? :p 14:38:33 @helene:unredacted.org: highly unlikely unless someone has some proof to it 14:39:06 monero's marketcap is not that big right now to attract a state actor 14:39:26 enough to attract the attention of the EU? :P 14:39:30 Cindy_: Why would a state actor need Qubic to destroy monero in the first place? If they really wanted to destroy monero, they would just do it and there wouldn’t be anything we could do about it. What are we going to do? Complain online on twitter 14:40:32 barthman132: crypto grifters like to cannibalize each other, so if we give them a shit coin to invest in, in place of monero, it'll work out 14:40:50 @kevino:tchncs.de: it's not a secret that state actors engage in illegal activities and on DNMs, sometimes doing so to identify sellers or admins; it would be inconvenient to them if monero was unusable 14:42:21 The probability of Qubic being a state actor is extremely low. Also if they were a state actor. Why would they move on to eventually mine dogecoin? 14:42:41 i'm not saying Qubic is a state actor 14:42:49 Is dogecoin in the room with us now? 14:42:55 i'm saying there could be state actors hiding behind Qubic 14:43:09 to FUD people from using monero 14:43:27 and perhaps funding, to help destroy monero more 14:43:39 even state actors accumulating xmr by trying to lower the price 14:44:37 you'd have to be a lil bit retarded to be a powerful state and actually ignore monero 14:45:27 ofrnxmr: really? None of my friends even know about monero... 14:45:37 there have been cases of de-anonymising sellers by pushing them to use bitcoin instead of monero, so it isn't impossible; but i find it unlikely most states would care right now in particular 14:45:48 they probably aren't actually involved in the stuff behind Qubic, but most likely they provide funding cuz they're doing a good job of demotivating people from using monero 14:45:52 your friends are in the irs/cia/nsa/dhs? 14:46:18 no, kgb 14:46:32 Mine are in mossad 14:46:40 ofrnxmr: lol no, my point is that it's not very known-about, so I'm asking why a state would care much about it 14:46:48 if Qubic burns money on all of this, where else do you think they get it from :P 14:47:17 Youre wrong about that.. its arguably the most used cryptocurrency on the planet 14:47:27 niq: Facts! TBH if you asked random people on the street to name a cryptocurrency most would just name either ethereum and bitcoin. The fact is monero is not big enough to attract the attention of a state actor. 14:47:34 People why trade ticker symbols on coinbase dont know about monero 14:48:07 (likely) a majority of people who use cryptocurrency as digital cash, use monero 14:48:20 i think monero is big enough to attract the attention of state actors 14:48:41 otherwise you wouldn't see as much bans on private coins as you do now 14:49:18 They delist privacy coins (monero) cuz they dont knowbwhat it is /s 14:49:24 > i'm saying there could be state actors hiding behind Qubic 14:49:24 Just some big investors 14:50:46 @ofrnxmr:xmr.mx: Not really most people just see crypto as a way to make money as a speculative tool. I mean what can you really buy with crypto that you couldn’t just buy easier with fiat currency? 14:51:24 @barthman132:matrix.org: lmaooo 14:52:28 basses: you think investors would invest that much for CFB to rent hashrate but still remain anonymous? 14:53:31 i just don't believe in that, i think it would be easier for them to get extradition for all current monero developers lol 14:53:34 something like >50% of people use "illicit" substances over a lifetime, which puts them at least in an orbit to be peripherally exposed to Monero as good money 14:53:35 yeah, why would they reveal their identity to public when it is a crime? 14:54:01 today illicit substances, tomorrow illicit vidyagames with bewbies and stuff that are illegal per visa/mastercard 14:59:19 payment processors don't wanna handle porn stuff because people keep doing chargebacks after their wives or parents find out they're buying porn, different issue :p 15:13:25 real world impacts of transaction censorship, payment processors applied pressure, leading to voluntary delisting in an effort to preserve revenue streams, inclusing hitting titles that were pretty far afield of Collective Shout's original censorship campaign goals 15:14:22 imo a great real world example to point people to how transaction censorship works in practice, even absent governmental or legal levers 15:15:33 yes, the pressure had a clear impact, and there needs to be other means of doing transactions that do not require those central authorities (though that is the original intent of cryptocurrency, isn't it?) 15:16:23 indeed, but that is the part that can be hard to explain to someone in the abstract. So it's nice to have a recent concrete example of how central gatekeepers suck 15:23:33 imo that's the real meat behind cfb's nonsense too, he's hoping to push PoS and/or other centralization as a vindication of sorts to basically losing out to Monero with his older shitcoin scams. Put CEX's, some flavor of subjective consensus crap, or any other central checkpointed mechanism in the driver's seat. That's also [... too long, see https://mrelay.p2pool.observer/e/6Z7JkrUKZ3pZX0dm ] 15:24:18 monero will never go full PoS 15:24:54 "full" doesn't matter, if it implements any subjective consensus, it's basically the best attack you could do on something like Monero 15:25:42 genius backdoor really, because people, especially newer people, don't seem to understand objective consensus and what it's worth relative to alternatives 15:33:00 how do we estimate the price of monero without CEXs, btw 15:33:30 whenever haveno or the monero wallet gui fetches the exchange rate, it always does so from a CEX's API 15:34:54 same way price discovery works in any market, so DEX or OTC has it's own independent pricing potential, just like a farmer's market or an auction house does 15:35:01 I vote for random(200-20000) 15:35:44 @kill-switch:matrix.org: Volume is so low is many locations 15:37:19 indeed, and that makes pricing subject to worse information asymmetry on the trade, but also you with CEX you have float and paper that injects bad information into the price discovery 15:38:37 custodial wallets are a useful attack vector just as any centralization is 15:57:23 Genuine question, what can we do about Qubic? 15:58:55 mine more in the mean time? 16:00:10 wtf on my node it says a new block was added and the difficulty is 566320750775 16:00:39 don't worry, that's normal :P 16:01:04 also since i last checked another 5 reorganizations happened 17:58:13 @barthman132:matrix.org: that's why the EU is banning it and all CEXs are delisting it? 17:58:35 if XMR didn't attract any attention it would be much more easily available 18:01:29 They wouldnt know what it was to even delist it 18:13:44 i'm running monero behind nat and my commercial vpn allows port forwarding which i'm using in monerod --p2p-bind-port [port nr given by vpn]. this work as i get in and out connections. now if i want to run p2pool on same machine with incoming peers, would i need a reserve proxy? any hints? 18:14:43 (in case i drop i'll check reply in monerologs later) 18:20:39 natuserxmr: No need to reserve proxy , i don't think incoming peers are necessary for p2pool mining 18:21:36 yes, not necessary but i'd rather have them. i don't mine, just want to run p2pool to help block propagation since latest change added to p2pool 18:25:22 natuserxmr: You can add the --mini parameter to your P2Pool command to connect to the p2pool-mini sidechain. Note that it will also change the default p2p port from 37889 to 37888. 18:25:22 Check that ports 18080 (Monero p2p port) and 37889/37888 (P2Pool/P2Pool mini p2p port) are open in your firewall to ensure better connectivity. If you're mining from a computer behind NAT (like a router) you could consider forwarding the ports to your local machine. 18:32:09 Hello, I am interested how to login into Monero if I forgot the password? The process still runs such as https://paste.debian.net/hidden/a4112ec2/ 18:32:53 If I'd restart the monero-wallet-cli , could I log into wallet again?= 18:33:33 Enter the password. If it's locked like this, it deleted wallet keys from memory so it needs your password to decrypt them again 18:33:51 I forgot the password 18:34:02 you need to have written down te seed phrase 18:34:07 then you can restore the wallet 18:34:10 ok 18:45:53 Hi ppl. Can RandomX be reimplemented to use only 1MB L3 cache per thread instead of 2MB? There are lots of CPUs with 1MB L3 cache per thread which mine with half the power the CPU is able to deliver. E.g: All the APUs from AMD. The server CPUs will still mine with the same power, only home miners will benefit from this. 18:47:05 Not half the power. Running 2 threads per core gives only about +30-40% on RandomX 18:48:07 2 MB cache per thread has been Monero's PoW choice since the very beginning. Cryptonight also used 2 MB per thread. 18:49:20 Hi everyone, I have a question about monero. I've never used it before and I've never bought any sort of cryptocurrency. But privacy is getting harder to manage and survalliance is getting worse. I did some research on buying monero but in terms of privacy it says to buy from decentralized places and not from big vendors. I ha [... too long, see https://mrelay.p2pool.observer/e/vuu6mLUKSjJQQVhh ] 18:51:16 @marioob:matrix.org: Majority are intel. Amd CPU usually have best L3 chache especially the Ryzens if dont have enough cache it will limit how threads are used to mine. I believe this was done to help reduce bots mining 18:52:09 https://retoswap.com/ 18:53:07 wownero has implemented 1MB of L3 cache but I doubt very much that monero will do that 18:53:56 Intel will finally have RandomX-optimized CPU in 2027 :D https://hardwaretimes.com/intel-nova-lake-specs-leak-52-cores-288-mb-bllc-cache-on-tsmc-n2p-process/ 18:54:06 More than enough cache on Nova Lake 18:54:09 @nmgzx192:matrix.org: depending on where you live, go to a crypto ATM, buy some BTC/LTC/whatever, https://coinatmradar.com/ 18:54:10 @nmgzx192:matrix.org: There is a P2P dex called Haveno which has Retoswap network running. Check them out retoswap.com 18:54:27 No kyc required 18:54:37 @eddie:oblak.be: the swap it to XMR using trocador or smth 18:54:53 Just another way to do it :) 18:55:17 can be more expensive though because atms often charge a significant premium. 18:57:55 Ok, thank you 19:48:04 eddie, where do I enter the seed phrase? 19:53:02 you recreate your wallet, and you pick the option recover from seed 19:53:10 obviously, never share the seed, otherwise your money will be stolen 19:53:30 You work with the CLI wallet, right? Use a startup parameter of --restore-from-seed 19:53:38 Another question, I guess if monero-wallet-cli has been running for a while, then it was probably also mining all the time? So how to redeem the mined coins? 19:53:50 I mean how to collect/save those coins? 19:54:50 For the very, very unlikely case that you did find a block solo-mining you will have an incoming transaction in your wallet, just like somebody paid you. You will see it once you restored the wallet succesfully. 19:55:02 ok 19:55:09 so it's automatically saveds 19:55:33 You could say so, yes 19:55:37 thanks 20:04:39 Hi guys im new to the matrix.org witch channel yall recommend in here? 20:28:57 Nice Monero pump 20:29:13 $308.3 20:52:07 evil monero gets pumped after a 18-block deep reorg 21:15:06 "Majority hashrate in this case doesn't mean 51%, it can mean 40% or even 25% - just bigger than other honest miners on the blockchain." I need to stay off of twitter 21:21:49 https://0x0.st/KcAS.jpg 21:23:52 nothing else can describe that 21:24:39 ??? for XMR that is some Discord brain moment. "Luckier" maybe :D 21:34:04 sech1: I hate their bigLITTLE approach. 22:21:54 Network Address Translation seam to have problem with is Network Address Translation 23:43:31 nssy2: where can i sell monero? 23:43:36 no kyc 23:46:04 >qubic claims 18 block reorg 23:46:10 >xmr gets pumped up to over $300 USD 23:46:16 what bizzaro world is this 23:46:26 4chan retard sell 23:46:43 sell it's a fake pump before monero dumps to $30 23:46:58 if it dumps to $30 i'll suck my own dick and gobble up 150 23:47:15 4chan retard i knew it 23:47:16 *150 XMR 23:48:05 why are you listening to *:synod.im 23:48:17 cindy why are you still here? 23:48:30 Cindy_, I listen to anyone 23:48:46 Also is the DNS checkpoint solution coming soon or is that still far out? 23:49:01 *:synod.im is a long-term troll trying to scare people and making sockpuppets to try to get them to sell monero :P 23:49:07 Aaajww291: Soon tm 23:49:17 🙏 23:49:49 Aaajww291: ofrn "scammer" xmr is the mastermind behind DNS checkpointing, and while i think they've made significant progress, I'd say it's still about 1 - 2 months away from being fully implemented, given that we need to wait for a real developer to work on it 23:49:50 I'm really surprised even after the """mainstream""" news of the "51% attack" that the price is going up 23:50:19 im guessing people aren't believing their bullshit anymore? 23:50:28 it's monero from the evil parallel universe 23:50:41 2 months to update dns 🤣 23:50:42 no it's a fake pump so people long and they will get rekt by exchanges 23:50:50 sell now don't be a retard 23:50:57 stfu synod.im 23:51:02 lol :P 23:51:08 longtermwhale, what you mean fake pump 23:51:29 bro this isnt dogecoin people are buying and selling with it 23:51:42 no one uses monero 23:51:53 🤔 23:51:53 "no one uses monero" 23:52:02 drug markets got thanos-snapped 23:52:09 north korea is gone 23:52:11 drug markets gone 23:52:13 iran gone 23:52:15 illegal commerence gone 23:52:18 yup, no one uses it. 23:52:18 north korea uses btc and eth 23:52:25 ISIS got murdered by longtermwhale 23:52:47 single-handedly nuke them so he could claim nobody uses monero 23:52:49 drug markets who use monero will get arrested as they're idiots who don't realize blockchain history is eternal 23:53:27 my encrypted data is stored eternally 23:53:34 but do you think anyone will ever decrypt it? 23:53:42 encryption doesn't last forever 23:54:06 lol 23:54:12 why not? :P 23:54:17 no one is funding monero devs anymore on ccs 23:54:20 monero is over 23:54:39 devs are moving to other coins 23:54:44 synod.im, i could literally make an entire hat store out of you 23:54:53 because all you've been giving are CAPS! 23:54:58 if you're reading this, sell before it's too late 23:55:00 straight-up capping 23:55:15 how? look at the ccs propoals 23:55:38 3 major devs are not being funded. they were funded instantly before. whales are leaving monero. devs are leaving too 23:55:45 @longtermwhale:synod.im: Strange? Nobody seems to selling their monero. In fact it’s the opposite 23:55:55 @barthman132:matrix.org: dead cat bounce 23:56:03 CFB, did you come back here because monero pumped rather than dumping? 23:56:07 why did monerobull sell all their monero after years of holding? 23:56:31 best indicator 23:56:34 Cindy_: cfb is literally satoshi. i'm not that smart 23:56:49 @longtermwhale:synod.im: I guess he’s the arbiter of monero value i guess. 23:56:57 there are a lot of shit you could be sayin, instead of making up sockpuppets 23:56:57 >cfb is literally satoshi 23:57:01 synod.im 23:57:01 i dont remember satoshi being a grifter 23:57:18 cfb is not a grifter 23:57:32 failure is part of the process 23:57:43 thank you CFB for saying that CFB is not a grifter 23:57:50 he had projects that failed, so what? 23:58:06 i'm not cfb 23:58:18 cfb uses discord 23:58:19 only CFB could call himself "literally satoshi" 23:58:31 because nobody believes that shit 23:58:34 yeah cindy is right he's the only i've seen do that 23:58:43 the only ones that puppet it are his indian paid accounts and sockpuppets 23:59:35 > @longtermwhale:synod.im this one is an impersonator yay 23:59:40 plowsof ^ here as well