1 2016-03-20 09:24:46 <priidu> hey, guys
 2 2016-03-20 09:25:06 <priidu> can anyone tell me what the "duplicate-invalid" stands for in the "submitblock" RPC response set?
 3 2016-03-20 09:25:55 <priidu> "duplicate" and "rejected" are pretty self-explnatory, however I can't seem to find much information on "duplicate-invalid" and "inconclusive"
 4 2016-03-20 09:25:56 <priidu> just curious
 5 2016-03-20 10:16:00 <priidu> any takers? :P
 6 2016-03-20 10:29:14 <paveljanik> priidu, looks like you have to read the source - mining.cpp, https://github.com/bitcoin/bitcoin/blob/master/src/rpc/mining.cpp#L551
 7 2016-03-20 10:39:45 <priidu> paveljanik: interesting
 8 2016-03-20 10:40:06 <priidu> turns out there's also a "duplicate-inconclusive", which isn't mentioned in the docs :P
 9 2016-03-20 10:40:28 <paveljanik> priidu, PR to the docs ;-)
10 2016-03-20 10:41:09 <priidu> just one other question I've had for a while
11 2016-03-20 10:41:30 <priidu> is the point of the "prioritisetransaction" RPC basically to push certian transactions through if you were a miner?
12 2016-03-20 10:41:44 <priidu> (or alternatively, stop them from going through on your mining node)
13 2016-03-20 10:42:23 <priidu> so basically, you can increase/decrease the "virtual" priority of certain transactions
14 2016-03-20 10:42:51 <priidu> in a way that if you were to mine the next block, you could for example guarantee that a certain txn is the mempool will be included in that block?
15 2016-03-20 10:43:25 <priidu> in the mempool*
16 2016-03-20 10:46:47 <priidu> basically what LukeJr has sometimes done in the past :P to help out idiots who have sent zero-fee txns
17 2016-03-20 10:47:13 <priidu> or am I off-track here?
18 2016-03-20 10:56:30 <paveljanik> no, it is exactly as you said.
19 2016-03-20 11:00:21 <priidu> paveljanik: great, thanks a lot
20 2016-03-20 23:15:50 <bitanarchy> how do I dump private key for an address from a protobuf wallet using the command line?