1 2018-01-27 00:43:20 <eck> presumably you underflowed the stack
 2 2018-01-27 00:45:06 <eck> gmaxwell: can you explain again the thing you were explaining in here about how commitments could be restructured so that spv nodes wouldn't need the full blockchain to validate transactions?
 3 2018-01-27 00:45:21 <eck> 2018-01-24 21:15:53 gmaxwell eck: blocks need an additional commitment that gives the height and transaction position for each input of each transaction. They also need an additional commitment to the fees of all transactions and the partial sums of the fees.
 4 2018-01-27 00:45:27 <eck> ^ that statement
 5 2018-01-27 15:39:04 <xabbix> The `height` value that I get from getmempoolentry, is that logged by my own node (so all will have the last block height if I just started my node?), or is that something that is passed along from the relaying node?
 6 2018-01-27 16:49:28 <xabbix> Some more details: When I query for `getmempoolentry` I can see `time` values that occurred before I even started my node for the first time, so I guess that value comes from the node that relayed the tx to my node. However, the `height` value seems to be wrong and looks like it is related to the time I started my node, or to the time that the tx was relayed to my node rather than the original block height that the tx was receive
 7 2018-01-27 18:39:52 <BGL> https://i.imgur.com/ZkX9V6j.jpg - my firewall blocking a packet from the bitcoin core client from exiting the network
 8 2018-01-27 18:43:21 <BGL> i don't claim to be an expert, but shouldn't the network or client know better than that?
 9 2018-01-27 19:40:23 <dganti> i need to interact with a bitcoin daemon to access transactions for an account. Which call should i be using?
10 2018-01-27 19:40:36 <dganti> thanks.
11 2018-01-27 20:48:57 <eck> bitcoin-cli help
12 2018-01-27 23:37:11 <paulo_> given a target, how is the amount of work done in a block calculated?
13 2018-01-27 23:37:25 <paulo_> is it (2^256)/target?
14 2018-01-27 23:41:43 <paulo_> or (2^256 - 1)/target?