08:17:15 My issue with accidentally sending my entire XMR balance to the fund has been resolved. Thanks a lot to binaryFate, and thanks to the entire team and volunteers for developing Monero. You guys rock. 08:18:43 <3 09:32:08 "My issue with accidentally..." <- This would make a great Reddit story... :) 10:37:06 if you have an rpi3 or rpi4 please add your /proc/cpuinfo to this ticket https://github.com/monero-project/monero/pull/7979#issuecomment-937663280 12:32:45 hyc: commented with a 3B+ and a 4B 12:38:04 merope: thanks. I should have been more specific: rpi3 or 4 running a 64bit OS 12:38:13 the output you provided is both on 32bit OS 12:39:36 Wait what? Where do you see that? 12:39:45 ARMv7l 12:39:48 architecture 7 12:40:01 should be archtiecture 8 for 64bit mode 12:43:48 Wtf, why is the official Debian Buster Desktop download still 32bit? 12:44:09 Grrrrr 12:52:40 mine is a 3 but yes 32 bit OS 14:10:10 I get the feeling the majority of Pi users are still on 32bit OS. makes it even less worthwhile to support them as 64bit machines 14:19:31 "Wtf, why is the official..." <- Yeah. I ask myself the same question. They really should get with the times, if they mean to keep the market. But Off Topic. 14:20:25 "I get the feeling the majority..." <- I'm OK with this. 14:20:25 But does it mean, that we're OK with the `depends` change of that PR, while dropping the `gitian` changes? Or do we drop the PR completely? 14:20:33 7979 14:22:37 I think we drop it and tell Pi users to just run the armv7 binaries 14:23:04 I can work up a patch to do a cpuid check later. not that hard. https://www.kernel.org/doc/html/latest/arm64/cpu-feature-registers.html 15:10:29 A testnet daemon that I run right now sees a peer that claims to be 2.4 years ahead, on block 2465686, but does not take the bait. How funny. 15:11:04 Ah, that's current mainnet height. 15:12:01 Is it really easy to run with --testnet but use the mainnet blockchain file if that's in the right directory location? 15:22:17 The genesis blocks are different. 15:43:40 moneromooo can you give me context about https://github.com/monero-project/monero/commit/f4a745d3b156e7ae44b557b031aeed38450b3c14 ? 15:44:04 I got some reports about crashing monerod.exe built from the latest release-v0.17 and older monerod.exe doesn't crash for them (without this commit) 15:48:43 ah, thread synchronization bugs are always such fun to figure out 15:49:57 does "if (in_dispatch)" even trigger at all? I don't see how it could be called recursively 15:50:32 but it could be called from multiple threads 15:56:30 It just prevents early out when called reentrant, missing logs. 15:56:49 er 15:57:23 If you call in multiple threads, since the "I'm in" flag isn't per thread, a thread's log will be ignored if another is logging at this time. 15:57:33 The flag is here to early out the reentrant calls. 15:57:49 But it was weeding out too much. Making the falg per thread fixes this. 15:57:58 I understand that, but is this function thread safe? 15:58:33 I'd imagine so. 15:58:36 I'll wait until the user with crashing monerod recompiles from release-v0.17. Maybe it's something with my gitian build that went wrong 15:59:01 It's supposed to be thread safe, but there can always be bugs. 17:46:10 "I can work up a patch to do a..." <- This would be great. Rpi3 users are in a bad position to compile from source, but Rpi4 64-bit users can do it within 2 hours, even on a 2 GB system, if they use just 1 core. 19:08:57 I thought rpi3 has only 1GB RAM. not a great time using that. 19:11:30 hyc: I'm talking about Rpi4. Rpi3 users can use our distributed binaries. 19:13:12 right 19:13:20 just that it wouldn't be much fun running them either 19:14:06 512MB for 2 randomx caches 19:14:45 doesn't leave much for everything else monerod needs to do 19:20:54 Hi, I’m looking to get some exp with open source and have 7+ years on c++ and python, do you guys have any tasks I could help you guys out with? 19:21:31 Hi 19:22:32 I guess you could trawl the github issues list for things to debug/investigate. Or just start using the software, and fix what is broken or could be improved - basically scratch your itch. 19:22:32 How’s it going? 19:23:52 Thanks, I’ll check those out 19:28:20 I feel like at this stage in our evolution, we should be asking every potential new contributor "are you secretly working for any government agency (e.g. NSA)?" 19:29:30 I'm sure that question would elicit honest responses every time. 19:30:17 documenting it as public record, could come in handy if needed in the future 19:30:41 hyc: are you secretly working for any government agency ? 19:30:49 nope 19:31:00 hyc: are you secretly working for any corporation ? 19:31:08 not secretly ;) 19:31:16 sold! 19:31:28 We might want to think about a signaling model 19:31:28 https://en.wikipedia.org/wiki/Signalling_%28economics%29 19:31:55 * moneromooo hates shite that just breaks when modifying something completely unrelated... 20:37:55 I have asked some people that question, also the corporation question 20:42:06 I don't really see the benefit in that. Seems counterproductive, especially in light of 20:42:06 https://en.wikipedia.org/wiki/Bad-jacketing 20:53:14 I will 100% hoard the data 21:41:10 Rucknium[m]: that's an interesting link, thanks