02:45:01 I still feel the allowable growth is excessively large https://github.com/monero-project/research-lab/issues/70#issuecomment-785193630 <---- Take a look at https://bitinfocharts.com/comparison/transactions-ltc-xmr.html#log 02:48:10 Monero exceeded the current rate in July / September 2016 and again in February - May 2019 Litecoin went over 80x in 2017 when Bitcoin seized up 02:48:50 Over 80x in one year. 02:51:34 Set this too low and it will trigger the issue 70. All it would take for example is a successful 51% attack on BCH for example 02:53:23 Take a look at the volatility in BCH hashrate https://bitinfocharts.com/comparison/hashrate-bch.html#log 02:56:06 The reason for the 2x growth in the long term median is the Monero network needs to be able to respond over a 4 month to a year period to actual and possible, even likely, fluctuation in transaction demand. 03:24:07 I also should be able to comment and provide a response. 04:42:39 I wonder if we could try turning off the contributors only tag again 05:48:31 there's not an option for automatic recurring payments in the wallet, is there? was considering working on that 06:41:27 I commented on pull 7819 06:45:06 luigi1111w: worth a try IMO 07:21:38 selsta: while merging, 7780 is fine, just choked on a connection problem. 11:13:55 DangrOnTheRangr -> Whilst the exact mechanics would need some testing - that would be very exciting to see (the option for automatic recurring payments) 12:28:28 "https://github.com/monero-project/monero/pull/7797", mj-xmr, was it the first time you saw compiler wrapper written in form of shell script ? they're used everywhere and work, this pr is an ugly try to workaround bad wrapper instead of fixing it 12:30:40 Change your tone please, as a starter. 12:31:56 "CCache expects an executable file." there is `chmod 755 bin/*` which adds `+x`, so those files are executable 12:34:23 I meant a binary. 12:36:34 How did you debug that try_compile ? Can you paste exact error you saw there ? 12:37:51 ""CCache expects an executable..." <- Just double checked. These scripts are already executable. 12:39:21 wfaressuissia[m]: I will check after work. 12:52:00 Debug of try_compile is a real pane since there is no cmake flag to show stdout/stderr of build process, which would simplify it significantly. But there would be quite vocal error related to syscall which can be easily reproducud in isolated way. And the fix is small too. 13:02:46 Does decoy selection bug affect whole transactions that spent within 30 minutes? 13:02:46 I spent xmr within 30 minutes right after recieving from exchange. 13:09:46 I read <1% of transactions affected, this mean there's a probability of mine not affected? 13:51:43 rebsdar3[m], better for #monero, but yeah, you should be fine. you'd have to try real hard to spend in the same block its ok to spend 13:55:12 Thank you 💯 14:42:51 "Debug of try_compile is a real..." <- Basically that's why I asked the author for help. 14:54:45 "I will check after work." waiting for this, it's try to debug how you debugged that problem, lol 14:56:16 FWIW, seeing there's an issue with scripts not being liked reminds me that in some cases, scripts are forbidden as binaries due to security reasons, the details of which I forget. Might be related. 14:57:05 Though I think I remember using a one off script as compiler for ccache so I could see the command line the compiler ended with, so that did work. It was linux though. 14:57:18 moneromoooo: I know the solution, just trying to reconstruct debugging actions that lead to the pr 15:29:27 "moneromoooo: I know the solution..." <- I don't play games here. Too old. 15:30:01 Just show the solution and I can close that PR. 15:38:23 Your double check would be useful 17:01:27 "Your double check would be..." <- I sometimes have hard time to get your real intentions. At the same time I'm happy that you improve my PR one way or another. 17:01:28 In meantime I recalled how I got this error message. 17:04:06 I called ccache's link to the compiler and then the file to be compiled. You can achieve this with prepending the PATH with the ccache's directory (that /usr/lib/ccache or sth) 17:04:06 Or course the FreeBSD's version. 17:05:09 ccache then wrote, that it expected a binary, not a text file. 17:05:10 And "The compiler" was the script in question. 17:06:01 "... ccache then wrote, that it expected a binary" exact error msg is needed 17:06:01 I don't remember and I couldn't even find it in the source code. 17:06:02 Why do you need the exact msg? 17:06:55 to avoid any ambiguity since interpretation is biased a bit 17:07:37 In the end you'll have your double-check once you see that the CMake script detects a working ccache. 17:11:08 At least the CMake script is so rough, that if there's any mistake, it aborts. 17:17:07 wait, did you add ccache detection initially only due to freebsd failure ? 17:17:21 Yep. 17:17:57 Precisely the check if it works was done only for FreeBSD. 17:18:06 then whole journey is a about complex workaround instead of proper fix 17:18:37 Be my guest. 17:24:21 FWIW I'd been using ccache with monero for years before all that. It worked just fine. 17:24:30 once there is small isolated reproducible test the fix is obvious for anyone, even 0 knowledge students 17:28:29 moneromoooo: It has never worked on Github before. 17:29:19 presumably you have to set cmake to use it 17:35:52 "https://travis-ci.org/github/monero-project/monero/jobs/675745041#L1575" this is it 17:36:27 "https://github.com/monero-project/monero/pull/6452#issuecomment-614670232" from here 17:41:33 "ccache: error: execv of /home/travis/build/monero-project/monero/contrib/depends/x86_64-unknown-freebsd/native/bin/clang-8 " how would you reproduce it in isolated way ? 17:42:11 "... failed: Exec format error"