Author

Topic: Bitcoin/Litecoin source code walkthrough? (Read 776 times)

member
Activity: 115
Merit: 10
January 18, 2018, 08:57:11 PM
#6
This is what you are searching for : https://embedded-design-vic.blogspot.com/search/label/Bitcoin
At the moment there is 6 articles.
Enjoy

I have also gone through this article, it is very much useful to understand the code part. here I'm providing few more useful links :

https://bitcointalksearch.org/topic/satoshi-client-operation-overview-41718

The basic functionality or skeleton of core functionality is same for any coin. So it is advised to start with bitcoin and then enhance the research for other features.
full member
Activity: 176
Merit: 100
November 05, 2017, 01:12:37 PM
#5
This is what you are searching for : https://embedded-design-vic.blogspot.com/search/label/Bitcoin
At the moment there is 6 articles.
Enjoy
full member
Activity: 176
Merit: 100
October 29, 2017, 10:46:05 AM
#4
You can try to divide the process into several tasks:
- Network: connecting to the p2p network
- Loading/parsing the blockchain
- Creating new adresses
- Creating transactions
- ...
staff
Activity: 3458
Merit: 6793
Just writing some code
October 28, 2017, 04:52:15 PM
#3
The software is incredibly large and complicated. Writing a walkthrough would require much too much time for very little reward. Instead of asking an extremely broad question, you should instead start at the entry point of the program and follow the code yourself. Ask specific questions when you don't understand anything, not ask super broad generic questions. The entry point of bitcoind is here: https://github.com/bitcoin/bitcoin/blob/master/src/bitcoind.cpp#L188
newbie
Activity: 49
Merit: 0
October 28, 2017, 01:24:24 PM
#2
Haven't ever seen any but I suspect its because the code base is a changing one and most coders will just run through it themselves on GitHub anyway.

Would be good to see it though as a way to get younger coders involved.
newbie
Activity: 12
Merit: 0
October 28, 2017, 05:56:48 AM
#1
Hi!

I've wondered if anyone here knew about some thorough bitcoin or litecoin source code walkthrough or tutorials?

I've found a topic which would go that direction but it's from 2011.

I've googled but it looks like one has to make his own digging from the point 0.

Thanks!
Jump to: