Author

Topic: Questions on the Bitcoin Source Code (Read 814 times)

newbie
Activity: 7
Merit: 0
January 08, 2014, 04:08:20 PM
#7
If you're looking to put together an altcoin then http://coingen.bluematt.me/ might save you a bit of time...
kjj
legendary
Activity: 1302
Merit: 1026
January 08, 2014, 02:08:08 PM
#6
Grep is the index.  The files have names, use those as your table of contents.

You can often use known text strings (rpc commands, log messages, errors, etc) to get into the right ballpark.  From there, grep function names forward and backward to find what you are looking for.  Be careful of namespaces when grepping.
full member
Activity: 120
Merit: 100
January 08, 2014, 01:30:00 PM
#5
I think grep is going to be your table of contents.
I think some variable names require the catch-22 of knowing what they are.

But thanks, I'll play some regex golf.
cp1
hero member
Activity: 616
Merit: 500
Stop using branwallets
January 08, 2014, 01:24:00 PM
#4
I think grep is going to be your table of contents.
full member
Activity: 120
Merit: 100
January 08, 2014, 01:23:02 PM
#3
There's no table of contents for the files?

So it's copyright by obfuscation?
full member
Activity: 120
Merit: 100
January 04, 2014, 05:38:34 AM
#1
Where is the difficulty code located?
Where is the block reward code  located?
Where is the block header code located?
Where is the minimum transaction fee value located?
Where is the gui code located?
Where is the code located for the file menu?
Where is the code located for command line commands?
Where is the code for the "-loadblock=" command located?
Where is the code for the seed DNS located?


I am only asking for educational purposes.
Jump to: