1 2018-01-28 05:10:32 <paulo_> hello
 2 2018-01-28 05:11:05 <paulo_> how does a node know when to stop requesting for blocks, and just wait for new block announcements?
 3 2018-01-28 05:42:14 <echeveria> when there's nothing left to ask for.
 4 2018-01-28 10:57:50 <paulo_> hello
 5 2018-01-28 10:58:01 <paulo_> i asked a while ago, but I got disconnected, so i'll ask again
 6 2018-01-28 10:58:20 <paulo_> during initial block download, how does a node know when to stop requesting for blocks, and just wait for new block announcements?
 7 2018-01-28 14:44:11 <paulo_> hello
 8 2018-01-28 14:48:54 <eck> hi
 9 2018-01-28 14:49:15 <eck> are you going to ask how to know when to stop requesting more blocks again?
10 2018-01-28 14:49:35 <eck> you keep leaving the room
11 2018-01-28 14:50:59 <paulo_> sorry, I get disconnected.
12 2018-01-28 14:51:06 <paulo_> on unstable mobile data
13 2018-01-28 14:51:42 <eck> where are you connecting from
14 2018-01-28 14:52:10 <paulo_> not really comfortable revealing my country, but i'm not in the US
15 2018-01-28 14:52:17 <eck> fair
16 2018-01-28 17:53:58 <gruez> in terms of WU size, what's the difference between "native" segwit inputs and "p2sh wrapped" segwit inputs?
17 2018-01-28 17:55:18 <arubi> gruez, the size of the redeemscript, so either 22 or 34 bytes.  these are non witness bytes
18 2018-01-28 17:57:01 <gruez> 22 for "native"?
19 2018-01-28 17:59:25 <gmaxwell> no 22 or 34 depending on if you're using a script or a simple pubkey (the size of the hash is different)
20 2018-01-28 17:59:43 <gmaxwell> if your use native those overheads don't exist.