< 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.
< esotericnonsense>
kanzure: getrawtransaction <hash> true ? (it seems to me that you couldn't find the wtxid in the general case unless it's txindexed)
< Chris_Stewart_5>
esotericnonsense: Or if it is in your wallet?
< kanzure>
No such mempool or blockchain transaction. Use gettransaction for wallet transactions.
< esotericnonsense>
yes, lazy language, basically if it's available to bitcoind
< kanzure>
i'm absolutely certain this is a real transaction
< esotericnonsense>
kanzure: is it sensitive? if it's not, you can pm me (I have txindex on)
< sipa>
kanzure: does gettransaction work?
< sipa>
(for wallet txn)
< kanzure>
decoderawtransaction works for my purposes
< kanzure>
has hash and txid
< sipa>
ah of course
< BlueMatt>
soeone wanna close #11502? Guy is just asking for support at this point
< 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
< esotericnonsense>
wtxid*.
< kanzure>
in v0.15.0 why is txid and hash the same for a segwit transaction?
< kanzure>
in decoderawtransaction rpc output
< cheetah2>
How does one get the wallet passphrase using bitcoind getaccountaddress to make the account in php?
< achow101>
kanzure: they shouldn't be. do you have an example?
< bitcoin-git>
bitcoin/master 43f76f6 MeshCollider: Add missing comma from rescanblockchain
< bitcoin-git>
bitcoin/master 2c66cea Jonas Schnelli: Merge #11496: [Trivial] Add missing comma from rescanblockchain example...
< bitcoin-git>
[bitcoin] jonasschnelli closed pull request #11496: [Trivial] Add missing comma from rescanblockchain example (master...201710_missing_comma) https://github.com/bitcoin/bitcoin/pull/11496
< bitcoin-git>
[bitcoin] achow101 opened pull request #11507: Don't do slow transaction lookup when txindex is enabled (master...getrawtx-txindex) https://github.com/bitcoin/bitcoin/pull/11507
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #11508: Fix crash via division by zero assertion (master...2017/10/qt_cc_crash_zero) https://github.com/bitcoin/bitcoin/pull/11508
< ecurrencyhodler_>
Hello
< ecurrencyhodler_>
Anyone understand the tech behind confidential transactions?
< sipa>
try #bitcoin-wizards
< ecurrencyhodler_>
Oh okay
< ecurrencyhodler_>
Ty
< bitcoin-git>
[bitcoin] practicalswift opened pull request #11509: Avoid assertion failure in coin control dialog. Fixes #11501. (master...dfeevary) https://github.com/bitcoin/bitcoin/pull/11509
< bitcoin-git>
[bitcoin] fanquake closed pull request #11509: Avoid assertion failure in coin control dialog. Fixes #11501. (master...dfeevary) https://github.com/bitcoin/bitcoin/pull/11509
< bitcoin-git>
[bitcoin] simonmulser opened pull request #11510: Trivial: Log when peer reached MAX_BLOCKS_IN_TRANSIT_PER_PEER (master...add_log) https://github.com/bitcoin/bitcoin/pull/11510