Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: adamstgBit on August 02, 2013, 03:40:33 AM



Title: Looking for a good starting point.
Post by: adamstgBit on August 02, 2013, 03:40:33 AM
I'm looking to dive into the bitcoin's code, I was wondering if someone had a bare bones console program that just pushes a TX. this would seem to be a good starting point.

if not please point me to a good starting point.

thanks


Title: Re: Looking for a good starting point.
Post by: adamstgBit on August 02, 2013, 05:12:15 AM
all hints welcome  :P


is downloading the source and looking at the code the only way to go?


Title: Re: Looking for a good starting point.
Post by: CIYAM on August 02, 2013, 05:17:14 AM
I think cloning/downloading and taking a look is probably the best way - you might find it useful to start with "bitcoinrpc.cpp" as that's where the RPC commands are "handled" (this will lead you to other parts you might be interested in such as "wallet.cpp").

Enjoy!