< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/11502 | estimatefee is returning way-off value · Issue #11502 · bitcoin/bitcoin · GitHub
< kanzure> sipa: which one is the wtxid? why is it "txid" and "hash"?
< Chris_Stewart_5> What is the pull request number that implements segwit wallet?
< esotericnonsense> kanzure: they're both the same. it'd be nice if the same term was used across the API.
< kanzure> esotericnonsense: which one is both the same? the values you were returning were different between "txid" and "hash".
< esotericnonsense> kanzure: there's some discussion in https://github.com/bitcoin/bitcoin/pull/11203 regarding 'what happens if there's a segwitv2'
< esotericnonsense> wtxid and hash are the same
< esotericnonsense> txid is different
< 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?
< meshcollider> cheetah2: wrong channel, try #bitcoin
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6ab0e4cf4954...2c66cea2d186
< 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
< promag> ping luke-jr
< promag> why was the test removed in #10593?
< 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
< luke-jr> promag: because it was testing for behaviour that was undesirable to have
< Alexaaa> Hi all, Would learning this technology help me find a career and if so where should I start?
< Chris_Stewart_5> Alexaaa: #bitcoin
< rumpuscat> help -l
< bitcoin-git> [bitcoin] donaloconnor opened pull request #11511: [Init] Remove redundant exit(EXIT_FAILURE) instances and replace with return false (master...161017_refactor_AppInit) https://github.com/bitcoin/bitcoin/pull/11511
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static seed adding (master...2017-10-seed-service-bits-cleanups) https://github.com/bitcoin/bitcoin/pull/11512