1 2017-03-24 02:33:04 <sictransitgloria> hey all, curious if anyone has any thoughts on why fees have been sticky, despite the fact that mempool is now down to 1.7 mb
 2 2017-03-24 02:33:21 <sictransitgloria> ie, bitcoind estimatefee 5 still returns around 160 satoshis/byte
 3 2017-03-24 18:36:13 <ofek> how do you build https://github.com/bitcoin-core/secp256k1 for Windows on Linux?
 4 2017-03-24 18:45:55 <waxwing> ofek: i think i found some notes :)
 5 2017-03-24 18:46:07 <ofek> yay!!!
 6 2017-03-24 18:46:09 <waxwing> https://github.com/JoinMarket-Org/joinmarket/issues/316#issuecomment-156236845
 7 2017-03-24 18:46:17 <waxwing> as you can see it was some time ago, ymmv :)
 8 2017-03-24 18:47:15 <waxwing> iirc the build dll has a dependency on some mingw stuff when you try to use it on windows
 9 2017-03-24 18:47:26 <ofek> oh my
10 2017-03-24 18:47:29 <waxwing> maybe someone knows better/more about this
11 2017-03-24 18:47:49 <waxwing> *built
12 2017-03-24 18:49:42 <waxwing> there was also a note about gmp in this comment below, might conceivably be useful: https://github.com/JoinMarket-Org/joinmarket/issues/316#issuecomment-156867422
13 2017-03-24 18:51:34 <ofek> waxwing, weird too that I don't see a build flag b/c it even looks like it does support Windows https://github.com/bitcoin-core/secp256k1/commit/445f7f104cabc6d7c708d804411b956ec6a87f2c
14 2017-03-24 18:52:25 <waxwing> well, shrug, i guess you'd have to ask them. like i say that comment tells you the configure flags for it. it does work (or, it did).
15 2017-03-24 18:52:38 <ofek> ty
16 2017-03-24 18:55:24 <ofek> waxwing, https://github.com/bitcoin-core/secp256k1/issues/451
17 2017-03-24 18:55:32 <ofek> we'll see