Re: [Bitcoin-development] Bitcoin Protocol Specification

2014-07-08 Thread Jorge Timón
There's this (not sure how complete it is): https://en.bitcoin.it/wiki/Protocol_specification Also there's a good introduction to technical details here: https://bitcointalk.org/index.php?topic=375524.0 I hope that is useful. On 7/8/14, Matt Whitlock wrote: > Is anyone working on a similar sp

Re: [Bitcoin-development] Bitcoin Protocol Specification

2014-07-08 Thread Aaron Voisine
I wrote down a really short description in code comments for breadwallet, based on what I figured out: https://github.com/voisine/breadwallet/blob/master/BreadWallet/BRPeer.m#L318 Aaron Voisine breadwallet.com On Tue, Jul 8, 2014 at 1:04 PM, Matt Whitlock wrote: > Is anyone working on a simil

Re: [Bitcoin-development] Bitcoin Protocol Specification

2014-07-08 Thread Matt Whitlock
Is anyone working on a similar specification document for Satoshi's P2P protocol? I know how blocks and transactions are structured and verified, but I'm interested in knowing how they're communicated over the network.

Re: [Bitcoin-development] Bitcoin Protocol Specification

2014-07-08 Thread Chris D'Costa
This is probably the best, most complete resource available for those who don't want to (or don't know how to) wade through the code. Well done. On 7 July 2014 19:57, JMOlmos GMail wrote: > And for translation's facility :P > > > 2014-07-07 14:57 GMT-03:00 JMOlmos GMail : > >> And for translati