1 2016-03-01 01:18:37 <kanzure> can i get some ACKs on https://github.com/bitcoin/bips/pull/331 ? i want to fix this.
 2 2016-03-01 01:38:49 <Lightsword> how do I override 66: mempool min fee not met for sendrawtransaction?
 3 2016-03-01 01:40:28 <morcos> Lightsword: no overridable i don't think...  you'd have to start your node with a larger mempool
 4 2016-03-01 01:40:42 <morcos> i don't think it would be a terrible idea to set the mempool limit via rpc though
 5 2016-03-01 01:41:20 <Lightsword> morcos, would be nice to have a flag to just have sendrawtransaction ignore all errors except consensus rules
 6 2016-03-01 01:41:49 <Lightsword> morcos so if I start it with a larger mempool it should work?
 7 2016-03-01 01:42:22 <morcos> Lightsword: you are trying to mine it yourself?
 8 2016-03-01 01:42:26 <Lightsword> morcos, yeah
 9 2016-03-01 01:42:31 <morcos> Actually either way
10 2016-03-01 01:42:37 <morcos> you can just prioritize it before hand
11 2016-03-01 01:42:44 <Lightsword> oh, you can do that?
12 2016-03-01 01:42:45 <morcos> unless we screwed up royally
13 2016-03-01 01:42:58 <morcos> that should be taken into account for all fee comparisons
14 2016-03-01 01:43:12 <morcos> yeah just need the hash
15 2016-03-01 01:43:30 <Lightsword> what’s the command to set it to max priority?
16 2016-03-01 01:44:15 <morcos> just look at the help for prioritsetransaction and then add a delta fee to give it whatever fee rate you want it to be considered to have
17 2016-03-01 01:44:44 <morcos> for instance if you add a fee delta of 1BTC i'd wager that'd be enough to get anything mined (unless its truly enormous)
18 2016-03-01 01:45:07 <morcos> and i guess what i said before is hopefully not true, i don't think the absurd fee check will take into account modified fee
19 2016-03-01 01:45:21 <Lightsword> ok, restarting the node let me submit it
20 2016-03-01 01:45:27 <morcos> forget about delta priority, more straightforward to just use delta fee