15:54:32 Hi everyone, my name is (not sure if I should give my name or not). I am new to the monero dev community!  I have been interested in cryptocurrency since 2010, though only following it and using it sporadically.  I have also been aware of and interested in monero and other privacy coins for a long time, but in the spring I took a computer coding 15:54:32 bootcamp and I have decided to turn toward learning about cryptocurrencies on a deeper and more technical level.  I strongly believe in the mission of these coins, of which monero is of course the biggest.  So, I'm interested in learning more about it on a technical level and contributing to the project!  I have already read the book Mastering 15:54:33 Monero.  Where should I turn next? 15:54:47 (this is also my first time using IRC) 15:58:23 My bootcamp, btw, was about web development so we learned javascript.  But it kind of broke the ice for me on getting into a lot more of this tech, so I know I'll need to start using C++ for monero.  I've also been finding that I'm more interested in software engineering type problems than web development, so I have started learning more computer 15:58:24 sciency stuff, like doing leetcode problems 16:23:02 You don't need a name, there are many anon devs hear, but a proper handle would be useful. 16:23:02 The core monero codebase is quite complicated and messy, so its common that new people work on their own monero related side projects first. The right place for that is Monero Community Dev 16:23:31 "Hi everyone, my name is (not..." <- Hey, welcome to the community! What about joining us to help build golang library for Monero so you can get better understanding of how it works? The repo is located at: https://github.com/openmonero/monero.go 16:54:12 Thanks, will do for both of those! 17:32:35 hi guys, I'm not sure if I'm doing something wrong. But I just created a new watch-only wallet, did offline signing on another pc, then did the "submit_transfer" on the watch only wallet. it was send correctly but here's the issue: when I do "get_tx_key" on the watch-only wallet, I get this as a result: Tx key: 0100000000000000000000000000000000000000000000000000000000000000 17:33:00 which is weird, no? 17:33:22 It's NOT the real tx_key, I don't have any clue on how to extract it 17:34:30 it's not a big issue for me personally, but if people need to prove stuff for regulation purposes, this could become an issue 17:48:20 Hi, I think I am reproducing a bug in monerod on macOS/arm64. I had a node database I had synced a couple of years ago with prune-blockchain=1 that I was trying to get back up to date, but monerod was segfaulting at various points, and then is not able to proceed past a point about 3.3 months ago without segfaulting immediately when trying to sync. I tried a few different recovery steps that I found 17:48:26 online without success, and then decided to archive that database and try a brand new sync from scratch, also with prune-blockchain=1. This sync appears to be able to get to the same point, but then segfaults also. So I now have two databases which I can switch between, and monerod segfaults on both immediately upon trying to sync beyond 3.3 months ago. 18:02:13 here is a crash report: https://paste.debian.net/hidden/cdbaab0d/ 18:07:17 Following along with https://www.reddit.com/r/monerosupport/comments/w4iihg/segmentation_fault_11/, I think I may have gotten past the problem block with MONERO_RANDOMX_UMASK=8, but that post is a year old and I know this issue is present on builds within the last 4-5 months 18:24:50 nick__: is it custom compiled? or from homebrew? 18:25:04 it's the basic homebrew install 18:25:40 see https://github.com/monero-project/monero/issues/8829#issuecomment-1518932102 18:27:25 thanks!