01:16:12 Do you also secretly wisth your mother was Howard's groupie? https://www.reddit.com/r/Monero/comments/bxl87y/it_has_been_a_5_years_since_monero_was_released/eq7qior/ 07:16:44 moneromoo, still pruning here ... /fyi 08:36:00 Do you also secretly wisth your mother was Howard's groupie? https://www.reddit.com/r/Monero/comments/bxl87y/it_has_been_a_5_years_since_monero_was_released/eq7qior/ 09:10:59 I'm planning to do some minor changes to the Monero code base. Where can I find coding and commiting guidelines? 09:14:09 There's a CONTRIBUTING.md file. 09:57:53 Yeah, that's a good start, but it is a bit boiler-plate, isn't it? 09:58:17 Like: - A patch MUST adhere to the code style guidelines of the project if these are defined. 09:58:27 Good idea, but what are the guidelines 09:59:42 And how to change external stuff like lmdb the correct way? 09:59:45 Oh WTF. This is not what I wrote :S 10:00:35 I had something like "use common sense, no random reindent, try to follow local style, minimal patches, split patches if you make unrelated changes", that kind of thing. 10:00:44 Some lawyer went through it now :/ 10:01:20 I like your approach :) 10:01:23 OK, my text is still in there at least. 10:03:11 So I guess use my line above as a guide and you'll be just fine :) 10:05:15 I wanna try to optimize monero-blockchain-prune as a way to learn more about the project, the codebase, and the commit and review processes. Seems to be a fairly isolated task which can be tested and verified without affecting the rest of the project, so I'm aiming for that. Need a faster way to test, though. Can't spend days for each test... 10:06:21 I suggest exporting part of the (unupruned) chain, and testing on that. 10:06:42 Ack 10:06:55 Proably stagenet, since it'll have txes right at the start: mainnet is mostly empty blocks for qute a while. 10:07:10 See monero-blockchain-export --help for the stop block param. 10:07:23 +1, thanks. 10:07:43 I'm reasonably sure it just needs txn commit/reset at appropriate moments. 10:08:26 Maybe when switching stripes. 10:08:42 Just one txn today, it seems 11:22:41 HI. http://v.ht/5pMxfO 11:30:56 sandarinna[m] No 11:33:06 moneromoo: I've read CONTRIBUTING.md, but am new to OS projects. If you don't mind, please double-check if I've understood things correctly. 1) I'm supposed to fork monero-project/monero at github.com 2) I'm supposed to check out my forked copy of monero and create a branch there. 3) When the feature/change is OK, I'm supposed to create a PR in monero-project/monero. Is that the gist? 11:36:53 Yes, that's it. 11:38:18 I can do that :) 11:56:37 boa: welcome :) 11:56:43 here's a good article on the model: https://reflectoring.io/github-fork-and-pull/ 11:57:04 it has some common git CLI commands you may need 11:58:02 Thanks :) I do prefer CLI as much as possible, so this is useful 12:20:44 are you able to contribute with repo locked to previous contributors? 12:21:40 that might be an issue 12:32:29 selsta: good point - bao when you're ready to submit the pull request let us know and we'll temporarily unlock the repo 12:32:55 it's currently locked to contributors who haven't contributed before due to an ongoing spam attack 12:33:01 boa I mean, not bap 12:46:14 fluffypony: Does Github have a feature that allows you to add contributors to some kind of approved list? 12:46:17 Reddit basically has that 12:47:02 we can add users with read permissions to the organization 12:47:06 but that's not ideal too 12:47:25 Maybe this -> https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository 12:48:14 no can't use that 12:48:26 selsta: yeah it's not a solution 12:48:35 better to just unlock temporarily when needed 12:48:52 myself / luigi1111 / binaryFate can unlock and re-lock as needed 12:48:53 sgp_ please ban. I can help with moderation on matrix if you want. 14:12:39 @fluffypony: ack. It'll take weeks until then, though, as I do this mostly to learn about how Monero is implemented. 15:45:11 Why are you here? For the tech? Then you should be off at Zcash instead of trying to con newbies into a coin that doesn't work. For the money? If you put your money in BTC or ETH you would have been better off. For the magical crypto friends? Monero leadership laughs from losers like that. Find yourself more healthy realationships that don't laugh at you when they steal your money. 18:42:17 boa, whenever you want to test faster, please let me know. I know many tricks regarding this part. 18:43:00 I can reduce the 1 hour long core_tests down to 7 minutes for example. 18:44:45 There are also some ctest tricks, which are able to exclude tests, which have nothing to do with your PR. 18:55:40 boa, also I advice to install ccache. Monero's build system takes care of the rest. 19:07:36 Thanks, mj-xmr, I appreciate that. My computer is still pruning btw, and it's been doing that for 32 hours. It'll hopefully be finished tomorrow... 19:09:31 boa, I don't know much about this part, but do you actually see any difference in disk space usage over time? 19:27:05 usually syncing from scratch with pruning enabled is faster than pruning an existing chain 20:45:12 -xmr-pr- vtnerd opened pull request #7619: Fix monerod --rpc-ssl disabled and --non-interactive combo 20:45:12 -xmr-pr- > https://github.com/monero-project/monero/pull/7619 21:13:39 Does getmonero.org use any kind of server-side analytics for traffic monitoring? Is it possible for me to get a screenshot of the traffic if it exist, please? :) 21:13:56 traffic chart* 21:26:32 angrymonkeyboi: try #monero-site 21:26:55 i think there are server logs only 21:30:43 but i might be wrong 21:33:55 Thank you