18:05:14 Remember kids. If you call project coral reef for what it is - fluffy embezzling half a mil usd from the monero fund for a website with smaller adoption than monero woo plugin, you will get excommunicated. Why do you think charities need Teslas? They don't and Elon won't support Monero 150k will sure buy a lot of party time for those that actually do get it. 18:07:40 Is there a pdf / an introduction to the actual protocol? 18:08:27 ham5urg, have u seen this? https://web.getmonero.org/library/Zero-to-Monero-2-0-0.pdf 18:09:37 Thanks, gingeropolous. Nice hint. 18:14:12 i think thats the current state of things as far as well organized documentation. for original cryptonote protocol (which the book prolly references), checkout ... oh huh. cryptonote.org is down 18:15:55 ham5urg, https://web.archive.org/web/20200512035055/https://cryptonote.org/standards/ 18:35:42 or in one link: https://www.getmonero.org/resources/research-lab/ 18:35:43 :) 18:35:45 Interesting that cryotonote is down 18:36:31 the original cryptonote whitepaper is on getmonero as well 18:50:13 selsta: Is there a reason why Windows build is missing ccache, or is it just waiting for me to add it? 18:50:51 I don't remember. It was removes for a reason IIRC. 18:50:54 removed 18:53:05 I'm just looking at the logs... 18:54:54 If I see it correctly, it was never being added. Let me try. 18:58:13 mj-xmr: I removed it here: https://github.com/monero-project/monero/compare/02eec3513e82aa9dd55b874c598bb27f1d8184c7..12a422c0935d19915c143114d682b3208f6edf8d 18:58:36 I think it was due to a bug in ccache that would make compilation fail occasionally. 18:58:55 OK, thanks. 18:59:04 sadly I didn’t document the reason 18:59:25 The package name, just "ccache" looks odd though. There's mingw-w64-x86_64-ccache 18:59:34 I'll take a look. 19:00:35 it might work better with mingw-w64-x86_64-ccache 19:00:42 seems like I used the msys package 20:37:30 selsta: Are you still up? I have ran some tests, including a negative test, and it ccache works fine under Windows. 20:37:56 The negative test was an intentional compilation error, which all the OSes correctly caught. 20:38:14 I'll create a PR now. 20:38:38 it also worked for me until it didn't 20:38:40 but we can try it 20:39:12 The faults could have something to with the msys-v1 -> msys-v2, and with package named ccache instead of mingw-w64-x86_64-ccache 20:44:20 https://github.com/monero-project/monero/pull/7381