01:55:13 Hi all! It’s been an year looking and analyzing monero abd everytime i think monero could be the next bitcoin since the story is a lot similar as route and it’s also better for security. What do you guys think about it? 02:05:23 kiek I think this channel is more for development discussion. But here is an interesting blogpost i have been thinking about recently, concerning competition with bitcoin: https://www.truthcoin.info/blog/imex/ . Besides that, it is important to realize that monero has future obstacles including scaling and quantum-resistance. But generally I am optimistic in monero's properties as well. 02:05:26 kriek 02:08:08 I came here to ask this: has anyone in monero development considered the pool block withholding attack? this is basicially where you just submit shares to a pool, while withholding shares that have enough difficulty to mine a block for the pool. 02:10:04 I have been thinking about how a scheme like the proposed "Oblivious shares" (https://bitcoil.co.il/pool_analysis.pdf#subsection.6.2.3) could be implemented without fixed share difficulty as suggested in that paper, but I don't think it would apply to something p2pool (due to the interactive nature), and it would reveal more information about the pool/miners (like the share diffic 02:10:06 ulty they're using). 02:11:39 But if you could prevent pool block withholding, I was thinking you could use mining shares for like convenient sybil resistance/microtransaction type applications. 02:26:18 [#monero:monero.social](https://matrix.to/#/%23monero:monero.social) 02:28:44 Also probably topic for [#monero:monero.social](https://matrix.to/#/%23monero:monero.social) 02:28:44 This is only a problem for pool mining. IMO the solution is always to solomine, but i'm a solo-maxi 08:27:21 https://github.com/monero-project/monero/pull/9568/files looks like an easy merge pending a month old typo 09:17:54 Sorry i’m a noob here :) 09:52:46 hi guys, I'm a dev who works in blockchain. I have experience as a university researcher and now I'm working in the blockchain R&D department of a well known trading company. I have experience in C++ (mainly related to game dev actually, specifically networking using Berkeley sockets); nodejs/typescript/solidity. I'm looking to find ways to contribute to monero, where can I start 09:52:46 to document myself for this? 09:57:25 I usually suggest to start using monero yourself, get familiar with the tool. Then find something that irks you. Maybe a small bug, or small improvement, and fix it. It'll give you a concrete goal, and will get you familiarized with what's where, etc, while not being too overwhelming. 09:57:37 Hi corpodog, monero is a pretty traditionalist cryptocurrency in the sense that there is no smart contracts, so you won't find any solidity type codebase, even nodejs is rare in the ecosystem. The reference implementation of Monero node and wallet, owned by the core team, is written in C++ and can be found here: https://github.com/monero-project/monero 09:57:38 There aren't a lot of documentation, and many parts have zero of them, so asking questions is more than welcome. 09:57:48 For documentation, there is "Zero to Monero" from ukoehb, found somewhere on the internet. 09:58:04 moneromooo way too fast 09:58:10 for me to type 09:58:18 the power of IRC i presume 09:58:53 Incontestable Rapid Cow. 09:59:05 🚀 09:59:17 🚀🐮 10:29:53 Perfect, I will take a look at that link, thank you