-1
Could someone explain to me how the bitcoin transaction scripts work?How to build custom scripts? Also please explain the data structure of transactions as specified by the bitcoin protocol? How to collect unconfirmed transactions to start mining, what is protocol API for writing python scripts to collect transactions, generate blocks, build transactions and other necessary information to build a bitcoin client from scratch?
1There is no spec for a full bitcoin client that is shorter than the source code for the standard client. – Nick ODell – 2013-03-01T18:57:39.773
I think it would be handy to develop libraries implementing the protocol methods for building transaction scripts as well as generating blocks(mining) and provide a handy interface to the bitcoin protocol just like "requests" and "twisted" libraries. – Xclane – 2013-03-01T19:23:48.187