-
kayrontlittle 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
-
ErCiccione[m]i just opened monero-project/monero-site #1448
-
ErCiccione[m]it's a draft and still need some work. Any help would be appreciated (especially with the definitions)
-
Guest_9Hi 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
-
moneromoooIf you know nothing about it, there are easy video courses about blockchains nowadays.
-
moneromoooNo idea what's good or not though.
-
moneromoooOtherwise, I guess the Bitcoin whitepaper should give you a fair idea of how it works. Bitcoin at least. Moenro's similar in concept.
-
moneromoooI hear "Mastering monero" is also a good introduction, though obviously monero focused.
-
cerberegreetings, 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 (getmonero.org/resources/developer-g…/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
-
moneromooosrc/rpc/*defs.h
-
moneromoooLook for GET_BLOCK_TEMPLATE (or GETBLOCKTEMPLATE)
-
moneromoooThen the _RESPONSE struct, it has all the fields and their types.
-
cerbereamazing thanks !