1 2017-11-26 02:56:47	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/a933cb14c75b...a89221873a3e
 2 2017-11-26 02:56:48	0|bitcoin-git|13bitcoin/06master 140f3b752 15practicalswift: Remove unused imports
 3 2017-11-26 02:56:48	0|bitcoin-git|13bitcoin/06master 14f522fb7 15practicalswift: tests: Remove unused mininode functions deser_int_vector(f) and ser_int_vector(l)
 4 2017-11-26 02:56:49	0|bitcoin-git|13bitcoin/06master 14a892218 15MarcoFalke: Merge #11683: tests: Remove unused mininode functions {ser,deser}_int_vector(...). Remove unused imports....
 5 2017-11-26 06:08:49	0|cluelessperson|Question
 6 2017-11-26 06:09:11	0|cluelessperson|I do dumpwallet %HOMEPATH%\Desktop\test.txt"
 7 2017-11-26 06:09:20	0|cluelessperson|and get "cannot open wallet dump file (code -8)"
 8 2017-11-26 06:09:22	0|cluelessperson|why?
 9 2017-11-26 06:14:54	0|rabidus|quotation marks?
10 2017-11-26 06:27:47	0|jonasschnelli|cluelessperson: have you used an absolute path?
11 2017-11-26 06:28:07	0|jonasschnelli|Do you have dbl-checked that you have write permissions
12 2017-11-26 06:43:01	0|rabidus|-8 is RPC_INVALID_PARAMETER ?
13 2017-11-26 06:44:46	0|cluelessperson|jonasschnelli: the absolute path works.  swet
14 2017-11-26 06:44:56	0|cluelessperson|also, quotation marks seem to be required.
15 2017-11-26 06:45:03	0|cluelessperson|.
16 2017-11-26 06:45:03	0|cluelessperson|I'll make a personal blog update abou tthat
17 2017-11-26 06:47:47	0|jonasschnelli|cluelessperson: also check "help dumpwallet"
18 2017-11-26 06:48:36	0|cluelessperson|it works
19 2017-11-26 06:48:41	0|cluelessperson|jonasschnelli: thanks for your help
20 2017-11-26 08:45:28	0|johan|hi
21 2017-11-26 16:30:14	0|jl2012|is it possible to "sendrawtransaction" without syncing the blockchain?
22 2017-11-26 16:41:04	0|Randolf|jl2012:  You seem to be asking a question about useability rather than about development.  Have you tried asking your question in the #bitcoin channel?
23 2017-11-26 16:41:52	0|jl2012|Randolf: I think that'd be an useful function, anyway
24 2017-11-26 16:42:43	0|Randolf|jl2012:  Well, why don't you ask in the #bitcoin channel?  Maybe it's already supported (I don't know).
25 2017-11-26 16:43:29	0|jl2012|From the code it seems not
26 2017-11-26 16:45:33	0|Randolf|jl2012:  This channel is focused on the software development aspects of bitcoin core.  What you've raised seems to be a usability question, which is much more likely to be served well on the #bitcoin channel.  That's why I suggested that you ask there.
27 2017-11-26 17:01:47	0|achow101|jl2012: I think you can
28 2017-11-26 17:02:12	0|mlz|Randolf, jl2012 is a core dev :)
29 2017-11-26 17:04:22	0|jl2012|achow101: how? I guess it's something not sendrawtransaction because it always validates tx
30 2017-11-26 17:05:52	0|achow101|jl2012: does using sendrawtransaction give you an error?
31 2017-11-26 17:06:14	0|jl2012|a locktime error
32 2017-11-26 17:07:31	0|achow101|oh, you're gonna have to wait until it's synced then
33 2017-11-26 17:07:38	0|achow101|at least until it is past the locktime
34 2017-11-26 17:08:00	0|jl2012|but even without locktime, i think it won't work because it calls AcceptToMemoryPool
35 2017-11-26 17:08:25	0|achow101|it would only work if it the tx is valid at the height your node is currently synced up to
36 2017-11-26 17:08:25	0|jl2012|which validates
37 2017-11-26 17:09:14	0|jl2012|so only if all spending utxo are seen
38 2017-11-26 17:09:31	0|achow101|yes
39 2017-11-26 17:09:50	0|jl2012|i'm trying to hack it by removing AcceptToMemoryPool
40 2017-11-26 17:10:16	0|achow101|I don't think that is possible
41 2017-11-26 17:10:47	0|achow101|you could use something else to broadcast, e.g. https://github.com/laanwj/bitcoin-submittx
42 2017-11-26 17:12:18	0|jl2012|achow101: thanks. Will try
43 2017-11-26 17:12:22	0|jl2012|https://github.com/bitcoin/bitcoin/blob/master/src/rpc/rawtransaction.cpp#L947
44 2017-11-26 17:12:51	0|jl2012|i'm talking about removing line947 to 977
45 2017-11-26 17:13:40	0|achow101|jl2012: I don't think that will work because the transaction won't be in the mempool since you didn't call AcceptToMempool
46 2017-11-26 17:14:08	0|achow101|AcceptToMemoryPool is basically what does the broadcasting; it validates the tx and inserts it into the mempool so that it can be broadcast
47 2017-11-26 17:14:42	0|jl2012|ok......then i try submittx
48 2017-11-26 17:14:44	0|jl2012|thanks!
49 2017-11-26 17:17:18	0|Randolf|mlz:  Oh, thanks.  Sorry, jl2012, I didn't know.
50 2017-11-26 17:18:10	0|jl2012|Randolf: that's ok, no need to feel sorry
51 2017-11-26 17:18:19	0|Randolf|:)
52 2017-11-26 20:48:23	0|laptop|how profitable is it to mine bitcoin or alternative bitcoins in a pool like litecoin is it really worth your time
53 2017-11-26 20:52:01	0|archaeal|laptop - you do realize you're in #bitcoin-core-dev, right?  Maybe try #bitcoin
54 2017-11-26 22:40:17	0|luke-jr|wumpus: proposed plan to clean up language overlap situation: http://codepad.org/vb0lePQC