00:12:37 at the moment i would say no, for example, some people treat the ccs like a savings pot and quit half way, and return when it suits them 00:13:23 im sure if monero reached 1 million per coin XMRsale would return and complete the last 2 milestones of this lack-luster ccs https://ccs.getmonero.org/proposals/xmrsale-2021.html 00:16:16 at the moment nobody has oversight over any of the proposals while theyre in progress (until ofcourse they request a payout for something) https://github.com/plowsof/ccs-wip-list/blob/main/readme.md , its one reason why i made my own ccs idea to take on a coordinator roll 02:03:03 wonder if this could be accessible to some part of the monero ecosystem 🤔 https://www.youtube.com/watch?v=vawcnCv1_1w 02:05:58 the fund is giving grants to open source projects: https://futo.org/grants/legendary-grants/ 03:51:50 kinghat[m]: Nice to see those grants. 04:10:55 "at the moment nobody has..." <- Yeah need something otherwise people take it for a ride. 04:12:38 Maybe need a multi sig wallet and someone from foundation is the other signer ? Just spit balling here 17:57:20 * CidadoisAncap[m] uploaded an image: (96KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/heBEzjzHGvdPaXkPuKLzAEzx/IMG_20221016_145723_048.jpg > 17:57:45 Thoughts on the elaboration of some sort of "coordinated prunning" for near unlimited L1 scalability? 17:58:54 https://www.reddit.com/r/Monero/comments/y54bk7/in_my_opinion_monero_scalabilty_is_unsustainable/iskh4x8?utm_medium=android_app&utm_source=share&context=3 19:43:27 Cidadois Ancap: With the ring signature model, it is not possible to do this while maintaining good privacy. Why? Each output must have a nonzero chance of being selected by the decoy selection algorithm. 19:50:41 Maybe I should say "I do not see a way," since maybe it's possible. 21:26:57 The storage discussion is so stupid 21:28:53 2 TB SSDs are now the same price I've paid for a 1 TB SSD just a few years ago 21:33:30 monerobull[m]: There's a post by Satoshi addressing this issue back in 2010, he just figured that storage will continue becoming cheaper in the future 21:34:09 Of course it will 21:35:53 Saying Moneros scalability is unsustainable is nonsense when i have the Blockchain on a 30$ SDD TWICE and room for at least another 5 years at current transactions 21:38:31 anecdote: been cleaning off a 9 yo macbook pro of mine the past 3 days and it has 300GB of a free space so far. 21:39:03 if i wasn't running monerod so easily on my current machine, i would easily move it to the older machine 21:39:37 i guess we have to acknowledge our privilege though. people in many places don't have the same. 21:43:08 But they will in the future. Tech generally goes down in price over the years and currently monero is not outgrowing the pace at which storage gets cheaper so it not a problem at all 21:44:51 Even Zcash which is currently growing by like 1 GB a day is only scraping at that limit. Realistically it will take about 2-3 years at current growth before you need something larger than a 2 TB SSD 21:46:00 Two years from now, storage will be cheaper so not a big problem 21:46:17 And monero is growing many times slower than that right now 21:52:03 Big HDD + a 128GB SSD is totally doable. (less than 10 hours sync and no need to pay a fortune for massive SSD) 21:52:03 I will publish documentation soon. 21:52:30 I just work on experimentation on my free time to speed that hdd sync up more 21:52:58 RavFX[m] zfs cache drive? 21:53:18 LVM2 cache drive (that you you get to choose the file system) 21:53:29 NorrinRadd: 21:53:47 I stay away from out of tree filesystem, with include ZFS 21:54:27 mass adopted monero isnt going to be running a node. full or pruned. unfortunately. just the reality. 21:54:58 RavFX[m] it's rock solid? 21:55:20 64GB cache is enough for current blockchain (10 hours sync on HDD) 21:55:20 But as we get more TX, we need bigger cache as the decoy algo seam to also go by time. 21:55:20 Using a decoy from a week ago now vs using a decoy a week ago (in a year), later one have will have more GB between.. 21:56:00 NorrinRadd: Yep, work fine and it's very reproducible. Also testing with ramdrive instead of SSD (if someone have too much ram for some reason but no SSD) 21:56:15 mass adopted monero wont even know what a node is. just that they need the internet for their internet monies. and if its mass adopted, it will be fast. 22:02:02 Cache have to be write cache, that's important. You dont want the random decoy read that are older than cache size to overwrite more recent cached data. 22:02:40 That make a huge difference in my testing (like 25 hours vs 10 hours) 22:03:08 RavFX[m] in zfs i believe that's the only way it works 22:03:18 didn't realize a read only cache was a thing 22:03:46 Read cache is really usefull to cache a big array of hdd 22:04:05 Mose setup seam to use read-write cache 22:04:31 Write cache only usefull to cache the most recent writen data 22:05:13 My 30tb array have a 1tb nvme read-write cache 22:07:22 RavFX[m] what raid level? 22:07:47 NorrinRadd: 5 22:07:51 i had a raid 5 and some ram began to fail siliently..... i'm still depressed af about that 22:07:54 i had no ECC 22:08:06 8x4tb sas drives 22:08:50 My drive have 520bits sectors instead of 512. Add some checksum for each of theme 22:09:00 so 30 raw. i had 4x2tb -- but this was about 10 years ago 22:10:36 since your board is SAS it's probably ECC also; doesn't hurt to verify though. and at this point i swear by raid6 over raid5 22:13:40 That is the plan for when I upgrade to 8x16tb 22:13:44 Raid 6 22:18:43 Raid 5 is fine for now. Drive are HGST drive, not seagates