10:59:45 Hey I am a beginner in programming, I am trying to build blockchain in python without the mining 10:59:45 part 10:59:57 Any advice :) 11:57:09 "build blockchain", what do you mean with that exactly? build your own blockchain? or interact with other cryptocurrencies? 11:57:14 coinerlapsum: You want to build your *own* blockchain? To learn and experiment? 12:16:55 My advice is to remove all extraneous stuff, so your task is as simple as possible. Dumb file format (maybe even a file per block). No generic networking. Use python libs as much as you can (ie, for hashing). 12:17:45 It can get discouraging when you have a lot of stuff that needs doing that's not really your goal itself. 15:31:07 No just a seperate thing, I'm thinking of digitizing government records 15:31:56 Something like that 15:35:04 Yes, just build for myself, no need of interacting with other cryptocurrencies 15:35:56 Yes, just building for myself, no need of interacting with other cryptocurrencies 15:39:26 In this case this is not the best place to ask such questions, because this Matrix room has a quite narrow topic of "everything around the Monero GUI wallet app". I would look around in https://www.reddit.com/r/CryptoTechnology/ and if you don't find an earlier similar question, maybe make a post. 16:03:36 👍👍