1 2018-02-21 00:30:40 <eklitzke> RainMan28: | grep bitcoin
2 2018-02-21 00:30:45 <eklitzke> could also be bitcoin-qt, etc.
3 2018-02-21 01:49:08 <mlz> pidof bitcoind
4 2018-02-21 22:16:36 <bsm117532> Does anyone know of any analysis (plots) of Median Time Past?  I'm looking to use it for timelocks, and need to figure out the variance on the expected timelock expiration.
5 2018-02-21 22:16:48 <bsm117532> e.g. Median Time Past vs. wall clock time would be useful.
6 2018-02-21 22:46:21 <roasbeef> bsm117532: why not just blocks?
7 2018-02-21 23:37:03 <bsm117532> Because I don't have the wall clock time for when the block appeared.  What I want is to create a transaction and understand what the expectations are around the expiry of its timelock.
8 2018-02-21 23:37:39 <bsm117532> bitcoind only gives me the block time and median time past, and I can't really answer this question with only those two numbers
9 2018-02-21 23:39:15 <bsm117532> And then I want to place bounds to manage expectations in a business process flow.  This I can do analytically given certain assumptions about the miners, but I'd be interested if someone else has already done it.