8
3
is there any reference or authoritative resource, or book on bitcoin programming?
Bitcoin is dubbed "programmable money" but there is no obvious resource for how to do it aside from trudging through subsections of hack-prone forum.
Altcoins many times are simply find and replacing the word "bitcoin" in the code base and clients, so it seems even in that case their programmers have a thin understanding of various bitcoin programming paradigms.
I'm sure a "book" would be outdated by the time it was published, but regardless it would be helpful to have everything in one place for a potential target audience that doesn't want to reverse engineer commit history just to see whats going on.


I was thinking the same yesterday: it is missing. Its also a broad topic ... – Roland Kofler – 2013-12-10T19:24:16.720
@Roo yes it is a broad topic, there seem to be some people able to make theoretical tweaks to the protocol (Zerocoin, Mastercoin) and still some features of the protocol still not implemented anywhere. If the source material was more easily accessible, especially by more academically minded folks, then more could happen – CQM – 2013-12-10T20:32:11.133
I started to write a bitcoin transaction programming tutorial: http://goo.gl/s0kKbe
– Roland Kofler – 2013-12-24T00:08:54.500you can read Mastering Bitcoin for free on-line here http://chimera.labs.oreilly.com/books/1234000001802/index.html
– Xawery Wiśniowiecki – 2014-12-15T21:18:20.677