Tinychain: a pocket-sized implementation of Bitcoin
1–10 of 45 posts
Re: Tinychain: a pocket-sized implementation of Bitcoin
#2Re: Tinychain: a pocket-sized implementation of Bitcoin
#3nice work, this is really cool. Source is very readable, great resource for those looking to understand bitcoin. Can't wait to play around with it and deploy it on my little raspberry pi swarm!
- use dns for peer discovery
- implement Script language subset
- implement SegWit
Re: Tinychain: a pocket-sized implementation of Bitcoin
#4I understand the whole network time = median offset + local time thing, however I'm a bit fuzzy on how you check timestamps on previous blocks when you're initially downloading the chain. How do you know that you need to check the timestamp if you can't know if you're on the latest block?
Re: Tinychain: a pocket-sized implementation of Bitcoin
#5I'm working on my own blockchain (not specifically bitcoin) implementation just to wrap my head around everything. One thing I'm not getting that also wasn't answered by the source code is how you check timestamps. I understand the whole network time = median offset + local time thing, however I'm a bit fuzzy on how you check timestamps on previous blocks when you're initially downloading the chain. How do you know t…
Re: Tinychain: a pocket-sized implementation of Bitcoin
#6I'm working on my own blockchain (not specifically bitcoin) implementation just to wrap my head around everything. One thing I'm not getting that also wasn't answered by the source code is how you check timestamps. I understand the whole network time = median offset + local time thing, however I'm a bit fuzzy on how you check timestamps on previous blocks when you're initially downloading the chain. How do you know t…
Couldn't you just do everything in UTC?
Re: Tinychain: a pocket-sized implementation of Bitcoin
#7Re: Tinychain: a pocket-sized implementation of Bitcoin
#8Got me thinking, what are some solid bitcoin/cryptocurrency resources that the HN community would recommend?
Re: Tinychain: a pocket-sized implementation of Bitcoin
#9Currently reading through a book on bitcoin, so this is extremely timely! Got me thinking, what are some solid bitcoin/cryptocurrency resources that the HN community would recommend?