12021-07-31T00:03:30 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 240 seconds)
22021-07-31T00:13:50 *** belcher_ <belcher_!~belcher@user/belcher> has joined #bitcoin-core-dev
32021-07-31T00:17:24 *** belcher <belcher!~belcher@user/belcher> has quit IRC (Ping timeout: 272 seconds)
42021-07-31T00:31:52 *** jarthur <jarthur!~jarthur@2603-8080-1540-002d-5820-3b18-1b1d-34b9.res6.spectrum.com> has quit IRC (Quit: jarthur)
52021-07-31T00:38:17 *** jetpack <jetpack!~jetpack@2605:2700:1:100e:ddb4:196e:c17a:3b92> has quit IRC (Remote host closed the connection)
62021-07-31T00:38:33 *** mongojuice <mongojuice!~mongo@user/mongojuice> has quit IRC (Quit: Leaving)
72021-07-31T00:38:37 *** jetpack <jetpack!~jetpack@2605:2700:1:100e:ddb4:196e:c17a:3b92> has joined #bitcoin-core-dev
82021-07-31T01:08:03 <andytosh1> achow101: re writing a miniscript BIP, i'm happy to help in principle, though would need to sync with sipa about how the BIP would relate to his website then (should the website be largely replaced by the BIP? what if they differ? etc)
92021-07-31T01:09:54 <sipa> i'd like to first get the sites and implementations in sync before writing a BIP
102021-07-31T01:15:17 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
112021-07-31T01:16:28 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has joined #bitcoin-core-dev
122021-07-31T02:02:08 *** freesprung <freesprung!~freesprun@136-25-131-81.cab.webpass.net> has quit IRC (Quit: Ping timeout (120 seconds))
132021-07-31T02:02:28 *** freesprung <freesprung!~freesprun@136-25-131-81.cab.webpass.net> has joined #bitcoin-core-dev
142021-07-31T02:33:36 <andytosh1> makes sense
152021-07-31T02:46:20 *** prayank <prayank!~andr0irc@51.158.144.31> has joined #bitcoin-core-dev
162021-07-31T02:50:04 <prayank> Sorry if this is offtopic. Has anyone tried reading messages in Wireshark that bitcoin nodes use? Couldn't see anything helpful in INV or GETDATA or TX
172021-07-31T02:50:09 <prayank> https://superuser.com/questions/1666715/read-packets-in-wireshark
182021-07-31T02:50:25 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
192021-07-31T02:54:04 <sipa> i thought wireshark had a bitcoin protocol analyzer
202021-07-31T02:54:11 <sipa> though it may be very outdated
212021-07-31T02:55:45 <sipa> prayank: that output looks correct?
222021-07-31T02:56:08 <sipa> it's reporting an inv with 1 entry, which has type 5, and hash 1a72fe...
232021-07-31T02:56:49 <sipa> it seems it doesn't know that type 5 is MSG_WTX (defined in BIP339)
242021-07-31T02:56:55 <sipa> but otherwise this is fine
252021-07-31T02:59:36 <gwillen> prayank: the annotated hex dumps you linked were hand-annotated by a person, I think, not automatically by an app
262021-07-31T03:00:29 <prayank> It has a filter for bitcoin protocol. So I have two regtest nodes and did transaction from one which got relayed. I was expecting to see tx id in some message.
272021-07-31T03:01:04 <sipa> the txid is there; 1a72fe...
282021-07-31T03:01:11 <sipa> (it's a wtxid, because it's a MSG_WTX)
292021-07-31T03:01:25 <sipa> also printed in reverse, i assume
302021-07-31T03:01:53 <prayank> Interesting. Will check again.
312021-07-31T03:01:54 <sipa> what i don't understand is why the dump in your screenshot doesn't include the string "inv"
322021-07-31T03:02:28 <prayank> Not sure
332021-07-31T03:02:40 <sipa> what if you click on reassembled TCP?
342021-07-31T03:06:27 <prayank> Hex dump changes below in last section
352021-07-31T03:10:11 <sipa> does it include the string "inv" then?
362021-07-31T03:10:39 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has joined #bitcoin-core-dev
372021-07-31T03:12:45 <prayank> Yes
382021-07-31T03:12:50 <sipa> ok
392021-07-31T03:13:33 <prayank> But I still couldn't find tx id. Let me share value for INV GETDATA TX from Wireshark and my actual Tx ID
402021-07-31T03:13:41 <sipa> the txid isn't there
412021-07-31T03:13:44 <sipa> the wtxid is
422021-07-31T03:14:21 <sipa> and i assume it's printed in reverse (because the human-readable formatting of txids/wtxids is in the opposite order of the wire protocol)
432021-07-31T03:16:22 <sipa> you can also use the -capturemessages feature btw, which will dump the p2p messages sent/received
442021-07-31T03:16:36 <sipa> and the included contrib/message-capture/message-capture-parser.py tool can parse and print those
452021-07-31T03:20:53 <prayank> Cool. Thanks. One last question. Maybe dumb q. Where do I check wtxid? I don't see in decoderawtransaction
462021-07-31T03:21:27 <sipa> oh, it reports the wtxid as "hash"
472021-07-31T03:21:34 <sipa> for silly historical reasons
482021-07-31T03:22:33 <prayank> Thanks
492021-07-31T03:26:34 <prayank> And yes I found WTXID in Wireshark. You are right about it being reverse.
502021-07-31T03:27:02 <prayank> INV: f84ef7024f4a9d91605a5c1eae28664391ce0c8dc29d2fb396af24fe5c3a6499
512021-07-31T03:27:16 <prayank> WTXID: 99643a5cfe24af96b32f9dc28d0cce91436628ae1e5c5a60919d4a4f02f74ef8
522021-07-31T03:50:55 *** prayank <prayank!~andr0irc@51.158.144.31> has quit IRC (Quit: irc thread exit)
532021-07-31T04:01:01 *** cmirror <cmirror!~cmirror@4.53.92.114> has quit IRC (Remote host closed the connection)
542021-07-31T04:01:09 *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
552021-07-31T04:36:13 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
562021-07-31T05:17:36 *** jesseposner <jesseposner!~jesse@2601:647:0:89:ddb:3ed4:ff62:b4de> has quit IRC (Ping timeout: 272 seconds)
572021-07-31T05:19:57 *** jesseposner <jesseposner!~jesse@2601:647:0:89:dc4d:9de6:d972:6985> has joined #bitcoin-core-dev
582021-07-31T06:29:10 <michaelfolkson> andytosh1: If I had to guess there would be a transitional period where the spec moves from the website to a draft BIP. While the BIP is in draft it can still be changed
592021-07-31T06:30:15 <michaelfolkson> andytosh1: But the website would still be used for the interactive parts, compiler, analyzer etc
602021-07-31T06:32:09 <michaelfolkson> For the question on what is the authoritative resource if the C++ implementation disagrees with the Rust implementation that disagrees with the website that disagrees with the draft BIP that is definitely a question for sipa, you, Sanket etc ;)
612021-07-31T06:45:40 <michaelfolkson> Perhaps this can/should move ##miniscript
622021-07-31T06:48:30 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has joined #bitcoin-core-dev
632021-07-31T07:01:13 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has joined #bitcoin-core-dev
642021-07-31T07:29:16 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
652021-07-31T07:29:17 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da1c0c64fd09...6499928bfb19
662021-07-31T07:29:17 <bitcoin-git> bitcoin/master 8a4f0fc Alex Groce: Document faster throughput configuration
672021-07-31T07:29:17 <bitcoin-git> bitcoin/master 6499928 MarcoFalke: Merge bitcoin/bitcoin#22573: fuzz: document faster throughput configuratio...
682021-07-31T07:29:18 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
692021-07-31T07:29:32 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
702021-07-31T07:29:33 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #22573: fuzz: document faster throughput configuration (master...patch-1) https://github.com/bitcoin/bitcoin/pull/22573
712021-07-31T07:29:34 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
722021-07-31T07:36:53 *** babasancheti <babasancheti!~babasanch@43.249.232.15> has joined #bitcoin-core-dev
732021-07-31T07:51:58 *** earnestly <earnestly!~earnest@user/earnestly> has joined #bitcoin-core-dev
742021-07-31T08:08:08 *** babasancheti <babasancheti!~babasanch@43.249.232.15> has quit IRC (Quit: Client closed)
752021-07-31T08:09:18 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 272 seconds)
762021-07-31T08:15:00 *** vysn <vysn!~vysn@user/vysn> has joined #bitcoin-core-dev
772021-07-31T08:34:00 *** Guest70 <Guest70!~Guest70@117.212.35.251> has joined #bitcoin-core-dev
782021-07-31T08:34:48 *** Guest70 <Guest70!~Guest70@117.212.35.251> has quit IRC (Client Quit)
792021-07-31T08:55:39 *** babasancheti <babasancheti!~babasanch@43.249.232.15> has joined #bitcoin-core-dev
802021-07-31T09:43:04 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 246 seconds)
812021-07-31T09:43:35 *** belcher_ is now known as belcher
822021-07-31T10:03:41 <hebasto> laanwj: the German (de) translation has been restored in Transifex.com -- https://github.com/bitcoin/bitcoin/pull/22536#issuecomment-890323524
832021-07-31T10:55:24 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
842021-07-31T11:18:06 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has joined #bitcoin-core-dev
852021-07-31T11:30:26 <laanwj> hebasto: thank you!
862021-07-31T11:55:25 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 272 seconds)
872021-07-31T12:04:35 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has joined #bitcoin-core-dev
882021-07-31T12:38:45 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 250 seconds)
892021-07-31T12:39:02 <tutwidi[m]> https://bugzilla.redhat.com/buglist.cgi?quicksearch=bitcoin&list_id=12047000
902021-07-31T12:42:45 <tutwidi[m]> I test running bitcoin core on Redhat Enterprize Linux 8.4 sha256sum --ignore-missing --check SHA256SUMS.asc
912021-07-31T12:42:46 <tutwidi[m]> bitcoin-0.21.1-x86_64-linux-gnu.tar.gz: OK
922021-07-31T12:42:46 <tutwidi[m]> sha256sum: WARNING: 20 lines are improperly formatted
932021-07-31T12:43:04 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has joined #bitcoin-core-dev
942021-07-31T12:50:41 *** Victorsueca <Victorsueca!~Victorsue@90.165.120.190> has joined #bitcoin-core-dev
952021-07-31T12:57:56 *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
962021-07-31T14:48:18 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 240 seconds)
972021-07-31T14:51:23 *** dhruv <dhruv!~dhruv@165.227.49.220> has quit IRC (Remote host closed the connection)
982021-07-31T14:57:54 *** dhruv <dhruv!~dhruv@165.227.49.220> has joined #bitcoin-core-dev
992021-07-31T15:09:32 *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
1002021-07-31T15:09:33 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1012021-07-31T15:41:10 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Quit: Client closed)
1022021-07-31T15:41:34 *** raw_avocado <raw_avocado!raw_avocad@gateway/vpn/airvpn/rawavocado/x-03237035> has joined #bitcoin-core-dev
1032021-07-31T15:53:14 *** Guest69 <Guest69!~Guest69@2607:fea8:2a24:5100:2d25:81c2:99ed:8693> has joined #bitcoin-core-dev
1042021-07-31T16:00:18 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1052021-07-31T16:04:31 *** jonatack100 <jonatack100!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1062021-07-31T16:04:31 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Client Quit)
1072021-07-31T16:06:10 *** jonatack100 <jonatack100!~jonatack@user/jonatack> has quit IRC (Client Quit)
1082021-07-31T16:07:42 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1092021-07-31T16:20:26 *** AaronvanW <AaronvanW!~AaronvanW@45.161.24.72> has joined #bitcoin-core-dev
1102021-07-31T16:28:12 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has joined #bitcoin-core-dev
1112021-07-31T17:10:25 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
1122021-07-31T17:18:17 *** babasancheti <babasancheti!~babasanch@43.249.232.15> has quit IRC (Quit: Client closed)
1132021-07-31T17:31:56 *** AaronvanW <AaronvanW!~AaronvanW@45.161.24.72> has quit IRC (Remote host closed the connection)
1142021-07-31T17:32:36 *** AaronvanW <AaronvanW!~AaronvanW@45.161.24.67> has joined #bitcoin-core-dev
1152021-07-31T17:34:08 *** babasancheti <babasancheti!~babasanch@43.249.232.15> has joined #bitcoin-core-dev
1162021-07-31T17:35:48 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 256 seconds)
1172021-07-31T17:37:14 *** AaronvanW <AaronvanW!~AaronvanW@45.161.24.67> has quit IRC (Ping timeout: 265 seconds)
1182021-07-31T17:39:51 *** vnogueira <vnogueira!~vnogueira@user/vnogueira> has quit IRC (Remote host closed the connection)
1192021-07-31T17:40:13 *** vnogueira <vnogueira!~vnogueira@user/vnogueira> has joined #bitcoin-core-dev
1202021-07-31T17:42:55 *** Guest69 <Guest69!~Guest69@2607:fea8:2a24:5100:2d25:81c2:99ed:8693> has quit IRC (Ping timeout: 246 seconds)
1212021-07-31T18:07:33 *** jarthur <jarthur!~jarthur@2603-8080-1540-002d-7505-cb9f-3992-4528.res6.spectrum.com> has joined #bitcoin-core-dev
1222021-07-31T18:29:48 *** sandipndev <sandipndev!sandipndev@2600:3c00::f03c:92ff:fe8e:dce6> has joined #bitcoin-core-dev
1232021-07-31T18:30:47 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has joined #bitcoin-core-dev
1242021-07-31T18:32:28 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has quit IRC (Client Quit)
1252021-07-31T18:37:29 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has joined #bitcoin-core-dev
1262021-07-31T18:44:01 *** Guest6096 <Guest6096!~Guest60@2607:fea8:2a24:5100:cc03:7637:13e9:ce7f> has joined #bitcoin-core-dev
1272021-07-31T19:20:42 *** raw_avocado <raw_avocado!raw_avocad@gateway/vpn/airvpn/rawavocado/x-03237035> has quit IRC (Quit: Leaving...)
1282021-07-31T19:37:03 *** Guest6096 <Guest6096!~Guest60@2607:fea8:2a24:5100:cc03:7637:13e9:ce7f> has left #bitcoin-core-dev
1292021-07-31T19:37:43 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1302021-07-31T19:37:44 <bitcoin-git> [bitcoin] theStack opened pull request #22593: test: refactor: remove `hex_str_to_bytes` helper (master...202107-test-remove_unneeded_hexstrtobytes) https://github.com/bitcoin/bitcoin/pull/22593
1312021-07-31T19:37:45 *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1322021-07-31T19:42:47 *** Guyver2_ <Guyver2_!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
1332021-07-31T19:45:09 *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
1342021-07-31T19:45:58 *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Ping timeout: 272 seconds)
1352021-07-31T19:46:08 *** Guyver2_ is now known as Guyver2
1362021-07-31T20:03:34 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
1372021-07-31T20:07:58 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has joined #bitcoin-core-dev
1382021-07-31T20:09:34 *** roconnor <roconnor!~roconnor@host-184-164-31-32.dyn.295.ca> has joined #bitcoin-core-dev
1392021-07-31T20:23:29 *** hex17or <hex17or!~hex17or@gateway/tor-sasl/hex17or> has quit IRC (Remote host closed the connection)
1402021-07-31T20:24:02 *** hex17or <hex17or!~hex17or@gateway/tor-sasl/hex17or> has joined #bitcoin-core-dev
1412021-07-31T20:25:54 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has joined #bitcoin-core-dev
1422021-07-31T20:27:59 *** babasancheti <babasancheti!~babasanch@43.249.232.15> has quit IRC (Quit: Client closed)
1432021-07-31T21:06:02 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)
1442021-07-31T21:43:51 *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
1452021-07-31T21:44:22 *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Remote host closed the connection)
1462021-07-31T21:45:08 *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
1472021-07-31T22:06:34 *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 272 seconds)
1482021-07-31T22:29:07 *** AaronvanW <AaronvanW!~AaronvanW@45.161.24.75> has joined #bitcoin-core-dev
1492021-07-31T22:29:23 *** AaronvanW <AaronvanW!~AaronvanW@45.161.24.75> has quit IRC (Remote host closed the connection)
1502021-07-31T22:29:55 *** AaronvanW <AaronvanW!~AaronvanW@45.161.24.72> has joined #bitcoin-core-dev
1512021-07-31T22:41:16 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has joined #bitcoin-core-dev
1522021-07-31T22:46:22 *** aechu <aechu!~major@gateway/tor-sasl/major> has quit IRC (Remote host closed the connection)
1532021-07-31T22:46:51 *** aechu <aechu!~major@gateway/tor-sasl/major> has joined #bitcoin-core-dev
1542021-07-31T23:01:31 *** sipsorcery <sipsorcery!~sipsorcer@37.228.225.67> has joined #bitcoin-core-dev
1552021-07-31T23:18:43 *** AaronvanW <AaronvanW!~AaronvanW@45.161.24.72> has quit IRC (Remote host closed the connection)
1562021-07-31T23:31:11 *** AaronvanW <AaronvanW!~AaronvanW@45.161.24.67> has joined #bitcoin-core-dev
1572021-07-31T23:37:46 *** sipsorcery <sipsorcery!~sipsorcer@37.228.225.67> has quit IRC (Ping timeout: 272 seconds)
1582021-07-31T23:38:18 *** grettke <grettke!~grettke@cpe-65-29-228-30.wi.res.rr.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzzâ¦)