1 2017-10-16 00:46:38	0|kanzure|is there an rpc command for converting from txid to wtxid? e.g. previously the node observed a transaction with some txid, i want to find its wtxid.
 2 2017-10-16 00:49:11	0|esotericnonsense|kanzure: getrawtransaction <hash> true ? (it seems to me that you couldn't find the wtxid in the general case unless it's txindexed)
 3 2017-10-16 00:49:36	0|Chris_Stewart_5|esotericnonsense: Or if it is in your wallet?
 4 2017-10-16 00:49:47	0|kanzure|No such mempool or blockchain transaction. Use gettransaction for wallet transactions.
 5 2017-10-16 00:49:49	0|esotericnonsense|yes, lazy language, basically if it's available to bitcoind
 6 2017-10-16 00:50:06	0|kanzure|i'm absolutely certain this is a real transaction
 7 2017-10-16 00:50:37	0|esotericnonsense|kanzure: is it sensitive? if it's not, you can pm me (I have txindex on)
 8 2017-10-16 01:33:22	0|sipa|kanzure: does gettransaction work?
 9 2017-10-16 01:33:32	0|sipa|(for wallet txn)
10 2017-10-16 01:33:34	0|kanzure|decoderawtransaction works for my purposes
11 2017-10-16 01:33:39	0|kanzure|has hash and txid
12 2017-10-16 01:34:08	0|sipa|ah of course
13 2017-10-16 01:42:49	0|BlueMatt|soeone wanna close #11502? Guy is just asking for support at this point
14 2017-10-16 01:42:51	0|gribble|https://github.com/bitcoin/bitcoin/issues/11502 | estimatefee is returning way-off value · Issue #11502 · bitcoin/bitcoin · GitHub
15 2017-10-16 02:06:49	0|kanzure|sipa: which one is the wtxid? why is it "txid" and "hash"?
16 2017-10-16 02:07:18	0|Chris_Stewart_5|What is the pull request number that implements segwit wallet?
17 2017-10-16 02:08:16	0|esotericnonsense|kanzure: they're both the same. it'd be nice if the same term was used across the API.
18 2017-10-16 02:08:53	0|kanzure|esotericnonsense: which one is both the same? the values you were returning were different between "txid" and "hash".
19 2017-10-16 02:08:55	0|esotericnonsense|kanzure: there's some discussion in https://github.com/bitcoin/bitcoin/pull/11203 regarding 'what happens if there's a segwitv2'
20 2017-10-16 02:09:03	0|esotericnonsense|wtxid and hash are the same
21 2017-10-16 02:09:25	0|esotericnonsense|txid is different
22 2017-10-16 02:11:09	0|esotericnonsense|the txid is the hash of the transaction serialized without witness data (what would be seen by an old pre-segwit node), hash/wxtid is the hash of the transaction serialized with witness data
23 2017-10-16 02:11:21	0|esotericnonsense|wtxid*.
24 2017-10-16 02:12:05	0|kanzure|in v0.15.0 why is txid and hash the same for a segwit transaction?
25 2017-10-16 02:12:13	0|kanzure|in decoderawtransaction rpc output
26 2017-10-16 02:18:28	0|cheetah2|How does one get the wallet passphrase using bitcoind getaccountaddress to make the account in php?
27 2017-10-16 02:26:46	0|achow101|kanzure: they shouldn't be. do you have an example?
28 2017-10-16 02:32:06	0|meshcollider|cheetah2: wrong channel, try #bitcoin
29 2017-10-16 04:56:57	0|bitcoin-git|13bitcoin/06master 1443f76f6 15MeshCollider: Add missing comma from rescanblockchain
30 2017-10-16 04:56:57	0|bitcoin-git|[13bitcoin] 15jonasschnelli pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/6ab0e4cf4954...2c66cea2d186
31 2017-10-16 04:56:58	0|bitcoin-git|13bitcoin/06master 142c66cea 15Jonas Schnelli: Merge #11496: [Trivial] Add missing comma from rescanblockchain example...
32 2017-10-16 04:57:37	0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #11496: [Trivial] Add missing comma from rescanblockchain example (06master...06201710_missing_comma) 02https://github.com/bitcoin/bitcoin/pull/11496
33 2017-10-16 05:31:50	0|bitcoin-git|[13bitcoin] 15achow101 opened pull request #11507: Don't do slow transaction lookup when txindex is enabled (06master...06getrawtx-txindex) 02https://github.com/bitcoin/bitcoin/pull/11507
34 2017-10-16 05:47:09	0|bitcoin-git|[13bitcoin] 15jonasschnelli opened pull request #11508: Fix crash via division by zero assertion (06master...062017/10/qt_cc_crash_zero) 02https://github.com/bitcoin/bitcoin/pull/11508
35 2017-10-16 06:27:37	0|ecurrencyhodler_|Hello
36 2017-10-16 06:28:26	0|ecurrencyhodler_|Anyone understand the tech behind confidential transactions?
37 2017-10-16 06:28:42	0|sipa|try #bitcoin-wizards
38 2017-10-16 06:28:52	0|ecurrencyhodler_|Oh okay
39 2017-10-16 06:28:56	0|ecurrencyhodler_|Ty
40 2017-10-16 07:34:12	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #11509: Avoid assertion failure in coin control dialog. Fixes #11501. (06master...06dfeevary) 02https://github.com/bitcoin/bitcoin/pull/11509
41 2017-10-16 07:35:40	0|bitcoin-git|[13bitcoin] 15fanquake closed pull request #11509: Avoid assertion failure in coin control dialog. Fixes #11501. (06master...06dfeevary) 02https://github.com/bitcoin/bitcoin/pull/11509
42 2017-10-16 09:27:10	0|bitcoin-git|[13bitcoin] 15simonmulser opened pull request #11510: Trivial: Log when peer reached MAX_BLOCKS_IN_TRANSIT_PER_PEER (06master...06add_log) 02https://github.com/bitcoin/bitcoin/pull/11510
43 2017-10-16 15:20:21	0|promag|ping luke-jr
44 2017-10-16 15:21:25	0|promag|why was the test removed in #10593?
45 2017-10-16 15:21:27	0|gribble|https://github.com/bitcoin/bitcoin/issues/10593 | Relax punishment for peers relaying invalid blocks and headers by luke-jr · Pull Request #10593 · bitcoin/bitcoin · GitHub
46 2017-10-16 16:16:24	0|luke-jr|promag: because it was testing for behaviour that was undesirable to have
47 2017-10-16 18:14:09	0|Alexaaa|Hi all, Would learning this technology help me find a career and if so where should I start?
48 2017-10-16 18:16:55	0|Chris_Stewart_5|Alexaaa: #bitcoin
49 2017-10-16 19:22:11	0|rumpuscat|help -l
50 2017-10-16 20:32:43	0|bitcoin-git|[13bitcoin] 15donaloconnor opened pull request #11511: [Init] Remove redundant exit(EXIT_FAILURE) instances and replace with return false (06master...06161017_refactor_AppInit) 02https://github.com/bitcoin/bitcoin/pull/11511
51 2017-10-16 21:45:50	0|bitcoin-git|[13bitcoin] 15TheBlueMatt opened pull request #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static seed adding (06master...062017-10-seed-service-bits-cleanups) 02https://github.com/bitcoin/bitcoin/pull/11512