Re: [bitcoin-dev] Torrent-style new-block propagation on Merkle trees

2015-09-24 Thread Tier Nolan via bitcoin-dev
On Thu, Sep 24, 2015 at 12:12 AM, Jonathan Toomim (Toomim Bros) via bitcoin-dev wrote: > > > As I understand it, the current block propagation algorithm is this: > > 1. A node mines a block. > 2. It notifies its peers that it has a new block with an *inv*. Typical > nodes have 8 peers. > 3. The p

Re: [bitcoin-dev] Torrent-style new-block propagation on Merkle trees

2015-09-23 Thread Angel Leon via bitcoin-dev
has anybody ever submitted a patch using libtorrent's library for this purpose? would it make sense to create a torrent per confirmed valid block once it's been truly added to the blockchain? if we used libtorrent, I imagine the following to announce the new block on libtorrent's DHT (PSEUDO CODE

[bitcoin-dev] Torrent-style new-block propagation on Merkle trees

2015-09-23 Thread Jonathan Toomim (Toomim Bros) via bitcoin-dev
As I understand it, the current block propagation algorithm is this: 1. A node mines a block. 2. It notifies its peers that it has a new block with an inv. Typical nodes have 8 peers. 3. The peers respond that they have not seen it, and request the block with getdata [hash]. 4. The node sends