08:54:06 little thing: when you're prompted like "Password needed (output received) - use the refresh command" and you enter a wrong password, there is no indication it was the wrong password - the balance just doesn't update 12:21:57 i just opened https://github.com/monero-project/monero-site/pull/1448 12:22:23 it's a draft and still need some work. Any help would be appreciated (especially with the definitions) 13:05:04 Hi friends I want to learn about blockchain developping where must I start I came here to find something to read but there is no history 13:11:02 If you know nothing about it, there are easy video courses about blockchains nowadays. 13:11:18 No idea what's good or not though. 13:12:01 Otherwise, I guess the Bitcoin whitepaper should give you a fair idea of how it works. Bitcoin at least. Moenro's similar in concept. 13:13:10 I hear "Mastering monero" is also a good introduction, though obviously monero focused. 16:04:10 greetings, I'm currently looking for the place where I can find up to date information about the daemon rpc answers, currently in the docs for the get_block_template for instance (https://www.getmonero.org/resources/developer-guides/daemon-rpc.html#get_block_template) the output mentions 9 output keys and I get 14 when sending a request, if someone could point me at where in the source it happens I'd be delighted 16:26:47 src/rpc/*defs.h 16:27:00 Look for GET_BLOCK_TEMPLATE (or GETBLOCKTEMPLATE) 16:27:17 Then the _RESPONSE struct, it has all the fields and their types. 16:29:26 amazing thanks !