1 2017-02-03 12:38:06 <BW^-> Use arc4random() for entropy on supported systems!
 2 2017-02-03 12:38:07 <BW^-> https://github.com/bitcoin/bitcoin/pull/9677
 3 2017-02-03 12:38:21 <BW^-> that's half a pull request. this is a five-liner however.
 4 2017-02-03 12:39:14 <BW^-> arc4random() support must be detected and reflected in some DEFINE, and then just use that in src/random.cpp's GetOSRand(): https://github.com/mlmikael/bitcoin/blob/06de840fa7f187027acb8d89ca4eee2eb916b2f2/src/random.cpp#L108
 5 2017-02-03 12:43:02 <BW^-> There are situations on Unix systems when you don't have /dev/urandom , which is what src/random.cpp's GetOSRand() uses by default. Even if they're not mainstream usecases, they are totally sensible and realistic usecases.
 6 2017-02-03 14:04:59 <dcousens> Playing with a dataset I collected RE transaction wait times and fees, kind of cool to see some of the fee tails in https://imgur.com/a/NjWQt
 7 2017-02-03 14:05:44 <dcousens> (colour gradient is the fee)
 8 2017-02-03 14:19:39 <instagibbs> fimp, do note that just because you set your limits higher doesn't mean others will accept such transactions
 9 2017-02-03 14:20:05 <instagibbs> you will re-broadcast them as needed though, so it might work better over time
10 2017-02-03 14:23:43 <dcousens> fimp ?
11 2017-02-03 14:24:01 <dcousens> nvm, thought it was an acronym