12021-01-10T00:00:43  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has quit IRC (Ping timeout: 240 seconds)
  22021-01-10T00:01:21  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has joined #bitcoin-core-dev
  32021-01-10T00:04:49  *** landakram <landakram!~mark@2601:643:8002:3f20:f54d:be25:43e1:efe8> has joined #bitcoin-core-dev
  42021-01-10T00:05:04  *** jeremyrubin <jeremyrubin!~jr@2601:645:c200:14:91a5:d8cb:fe32:d136> has joined #bitcoin-core-dev
  52021-01-10T00:09:37  *** da39a3ee5e6b4b0d <da39a3ee5e6b4b0d!~da39a3ee5@2403:6200:8876:255c:18d1:c1a9:13be:6f9e> has joined #bitcoin-core-dev
  62021-01-10T00:18:38  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
  72021-01-10T00:19:12  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
  82021-01-10T00:25:11  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
  92021-01-10T00:25:11  <bitcoin-git> [bitcoin] glozow closed pull request #20895: p2p: mildly discourage peers that violate feefilter (master...p2p-feefilter-violations) https://github.com/bitcoin/bitcoin/pull/20895
 102021-01-10T00:25:12  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 112021-01-10T00:29:17  *** glozow <glozow!uid453516@gateway/web/irccloud.com/x-rgflzyyxbpgstdls> has joined #bitcoin-core-dev
 122021-01-10T00:32:37  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 264 seconds)
 132021-01-10T00:39:38  *** landakram <landakram!~mark@2601:643:8002:3f20:f54d:be25:43e1:efe8> has quit IRC (Ping timeout: 264 seconds)
 142021-01-10T00:47:46  <sipa> sdaftuar_: also added a mention of BIP339 in the release notes
 152021-01-10T00:49:22  *** Eagle[TM] <Eagle[TM]!~EagleTM@unaffiliated/eagletm> has quit IRC (Ping timeout: 246 seconds)
 162021-01-10T00:56:35  <luke-jr> bips.md?
 172021-01-10T00:57:06  <luke-jr> oh already there too ☺
 182021-01-10T01:00:24  *** DeadWeen <DeadWeen!~dean@gateway/tor-sasl/deanguss> has joined #bitcoin-core-dev
 192021-01-10T01:06:23  *** DeanGuss <DeanGuss!~dean@gateway/tor-sasl/deanguss> has quit IRC (Ping timeout: 240 seconds)
 202021-01-10T01:32:46  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 272 seconds)
 212021-01-10T01:34:10  *** HelloShitty <HelloShitty!~psysc0rpi@bl20-171-222.dsl.telepac.pt> has joined #bitcoin-core-dev
 222021-01-10T01:34:18  <HelloShitty> Hello
 232021-01-10T01:35:07  <HelloShitty> I was suggested to come here to ask for help with an error I am getting while trying to broadcast a raw transaction to the network
 242021-01-10T01:35:59  <HelloShitty> I have 2 nodes. One is online and the other one is offline (only to create addresses and sign transactions)
 252021-01-10T01:36:55  <sipa> HelloShitty: ok
 262021-01-10T01:37:00  <sipa> so far so good
 272021-01-10T01:37:10  <HelloShitty> So, I create a raw transaction in my online node
 282021-01-10T01:37:22  <HelloShitty> copy the hex string to the offline node
 292021-01-10T01:37:37  <HelloShitty> Then sign it with 'signrawtransactionwithkey'
 302021-01-10T01:37:49  <HelloShitty> copy back the transaction hex to the online node
 312021-01-10T01:38:01  <HelloShitty> and I try to broacast it to the network, but I get this error:
 322021-01-10T01:38:03  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
 332021-01-10T01:38:37  <HelloShitty> non-mandatory-script-verify-flag (Signature must be zero for failed CHECK(MULTI)SIG operation)
 342021-01-10T01:38:52  <sipa> this means your signature is invalid, most likely
 352021-01-10T01:39:06  <sipa> is it a segwit transaction? (spending segwit outputs)?
 362021-01-10T01:39:14  <HelloShitty> ok, and how can the signature fail?
 372021-01-10T01:39:20  <HelloShitty> yes, all bc1 addresses
 382021-01-10T01:39:38  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has quit IRC ()
 392021-01-10T01:39:53  <sipa> is it possible you didn't tell signrawtransactionwithkey what the input amounts were?
 402021-01-10T01:40:13  <sipa> that goes into the signature, so if it doesn't have that information, the signature will likely be invalid
 412021-01-10T01:40:23  <sipa> i suggest you use the PSBT RPCs instead; they pass all that information along
 422021-01-10T01:41:00  <HelloShitty> hum
 432021-01-10T01:41:05  <HelloShitty> Let me check
 442021-01-10T01:41:13  <sipa> see doc/psbt.md for more information
 452021-01-10T01:41:20  <HelloShitty> The amount in the 3rd argument needs to be the input amount?
 462021-01-10T01:41:28  <HelloShitty> I guess I might have failed there
 472021-01-10T01:41:43  <HelloShitty> I think I used the amount I wanted to send to the destination address
 482021-01-10T01:41:53  <sipa> it's an array of the UTXOs being spent
 492021-01-10T01:42:24  <sipa> the amounts are the amounts of those UTXOs
 502021-01-10T01:42:38  <HelloShitty> So, if I have 2 outputs, destiniy address and change address, I have to give those two outputs to the signrawtransactionwithkey command?
 512021-01-10T01:42:44  <sipa> no
 522021-01-10T01:42:57  <sipa> you have to provide information about the outputs being *spent*
 532021-01-10T01:43:08  <sipa> not the ones being created; those are already in the raw transaction
 542021-01-10T01:43:16  <sipa> really, use the PSBT commands
 552021-01-10T01:43:21  <HelloShitty> meaning that it's actually the utxo from the origin address
 562021-01-10T01:43:22  <sipa> they do all of this automatically
 572021-01-10T01:43:35  <sipa> raw transactions are a pain
 582021-01-10T01:44:08  <HelloShitty> I like to try to do them because they "force" us to know a bit better how things go under the hood
 592021-01-10T01:44:38  <HelloShitty> I'll try once more, if I fail again, I'll try what you suggested
 602021-01-10T01:44:50  <sipa> well, for PSBT there is a decodepsbt command that'll tell you exactly what's being passed around
 612021-01-10T01:44:57  <sipa> but that's a fair point
 622021-01-10T01:46:14  <sipa> the 3rd argument to signrawtransactionwithkey is ~the output from listunspent on the online machine
 632021-01-10T01:46:18  <sipa> for the UTXOs being spent
 642021-01-10T01:48:08  <HelloShitty> yes
 652021-01-10T01:48:24  <HelloShitty> The sendrawtransaction in now complaining from another thing
 662021-01-10T01:48:34  <HelloShitty> so the signature is now correct, apparently
 672021-01-10T01:48:41  <sipa> what error do you get now?
 682021-01-10T01:49:15  <HelloShitty> min relay fee not met, 0 < 141
 692021-01-10T01:49:29  <HelloShitty> I set a fee of 28 sats per byte
 702021-01-10T01:49:39  <HelloShitty> the transaction is 141 bytes
 712021-01-10T01:49:48  <HelloShitty> vBytes I should say
 722021-01-10T01:50:00  <sipa> seems you didn't
 732021-01-10T01:50:06  <HelloShitty> that would be 3948 sats
 742021-01-10T01:50:12  <HelloShitty> but I used 4000
 752021-01-10T01:50:22  <HelloShitty> I can show you the decoded transaction
 762021-01-10T01:50:26  <HelloShitty> woul you take a look at it?
 772021-01-10T01:50:37  <sipa> maybe the transaction was 141 before you signed it, but now it's larger?
 782021-01-10T01:51:13  <phantomcircuit> 0 < 141 implies that the fee is actually 0
 792021-01-10T01:51:42  <HelloShitty> ok, so let me try to clear this once more
 802021-01-10T01:51:46  <HelloShitty> about the sign command
 812021-01-10T01:52:15  <HelloShitty> I have this address with lets say 0.05 BTC. I want to send to a new address 0.01 and the change back to the same original address
 822021-01-10T01:52:36  <HelloShitty> the value I must use in "amount" field of signrawtransactionwithkey is 0.05?
 832021-01-10T01:52:47  <sipa> addresses are irrelevant
 842021-01-10T01:52:54  <sipa> what matters is the value of the UTXOs you're spending
 852021-01-10T01:53:07  <sipa> use PSBT :)
 862021-01-10T01:53:18  <HelloShitty> ok, but in my case, the original address has only 1 utxo
 872021-01-10T01:53:24  <HelloShitty> this utxo has 0.05 BTC
 882021-01-10T01:53:28  <sipa> ok, yes
 892021-01-10T01:54:02  <HelloShitty> So, this is the value (0.05) I must use in that "amount" field, right?
 902021-01-10T01:54:16  <sipa> this is getting a bit too long for this channel; i suggest posting on bitcoin.stackexchange.com for help if it still doesn't work
 912021-01-10T01:54:19  <sipa> yes
 922021-01-10T01:54:33  <HelloShitty> ok, thank you and I'm sorry
 932021-01-10T02:07:23  *** DeadWeen <DeadWeen!~dean@gateway/tor-sasl/deanguss> has quit IRC (Remote host closed the connection)
 942021-01-10T02:09:01  *** DeadWeen <DeadWeen!~dean@gateway/tor-sasl/deanguss> has joined #bitcoin-core-dev
 952021-01-10T02:25:40  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has joined #bitcoin-core-dev
 962021-01-10T02:29:43  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
 972021-01-10T02:35:09  *** madatun <madatun!~madatun_3@103.135.251.204> has joined #bitcoin-core-dev
 982021-01-10T02:46:00  <HelloShitty> sipa:
 992021-01-10T02:46:25  <HelloShitty> I'm happy, I made it (not with psbt though)
1002021-01-10T02:46:41  <HelloShitty> but can't tell you what was wrong because I can't tell it myself
1012021-01-10T03:01:25  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 264 seconds)
1022021-01-10T03:02:01  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 246 seconds)
1032021-01-10T03:02:53  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
1042021-01-10T03:15:21  *** madatun <madatun!~madatun_3@103.135.251.204> has left #bitcoin-core-dev
1052021-01-10T04:03:09  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has quit IRC (Remote host closed the connection)
1062021-01-10T04:09:04  *** madatun_1 <madatun_1!~madatun_3@103.135.251.204> has joined #bitcoin-core-dev
1072021-01-10T04:13:31  *** TheGWJW <TheGWJW!~AGWJW@pool-96-255-230-217.washdc.fios.verizon.net> has joined #bitcoin-core-dev
1082021-01-10T04:58:03  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC (Ping timeout: 240 seconds)
1092021-01-10T04:59:24  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
1102021-01-10T05:07:56  *** madatun_1 <madatun_1!~madatun_3@103.135.251.204> has quit IRC (Remote host closed the connection)
1112021-01-10T05:08:19  *** madatun_1 <madatun_1!~madatun_3@240e:3b3:30b1:5c50:846:ae39:949c:397f> has joined #bitcoin-core-dev
1122021-01-10T05:16:17  *** justan0theruser <justan0theruser!~justanoth@unaffiliated/justanotheruser> has joined #bitcoin-core-dev
1132021-01-10T05:18:45  *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has quit IRC (Ping timeout: 272 seconds)
1142021-01-10T05:22:14  *** SummerNinja <SummerNinja!~SummerNin@84.39.117.57> has quit IRC (Remote host closed the connection)
1152021-01-10T05:33:13  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 264 seconds)
1162021-01-10T05:39:08  *** funkyb <funkyb!~funkyb@139.28.218.148> has joined #bitcoin-core-dev
1172021-01-10T06:05:14  *** Bitcoinr <Bitcoinr!~Bitcoinr@202.184.22.44> has joined #bitcoin-core-dev
1182021-01-10T06:06:32  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1192021-01-10T06:06:32  <bitcoin-git> [bitcoin] GyanPrakash2483 opened pull request #20897: Update coincontrol.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20897
1202021-01-10T06:06:33  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1212021-01-10T06:06:52  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1222021-01-10T06:06:52  <bitcoin-git> [bitcoin] GyanPrakash2483 closed pull request #20897: Update coincontrol.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20897
1232021-01-10T06:06:53  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1242021-01-10T06:07:07  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1252021-01-10T06:07:07  <bitcoin-git> [bitcoin] GyanPrakash2483 reopened pull request #20897: Update coincontrol.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20897
1262021-01-10T06:07:09  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1272021-01-10T06:07:27  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1282021-01-10T06:07:27  <bitcoin-git> [bitcoin] GyanPrakash2483 closed pull request #20897: Update coincontrol.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20897
1292021-01-10T06:07:28  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1302021-01-10T06:10:24  *** Bitcoinr <Bitcoinr!~Bitcoinr@202.184.22.44> has quit IRC (Read error: Connection reset by peer)
1312021-01-10T06:11:01  <aj> oh yay, `--enable-suppress-external-warnings` stops clang complaining about qt headers leacking override so i can drop my "stoopid qt" patch. would it make sense to have that on by default with `--enable-werror`?
1322021-01-10T06:15:48  *** landakram <landakram!~mark@2601:643:8002:3f20:5de0:3a72:c98:39c8> has joined #bitcoin-core-dev
1332021-01-10T06:19:34  *** Bitcoinr <Bitcoinr!~Bitcoinr@202.184.22.44> has joined #bitcoin-core-dev
1342021-01-10T06:22:19  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1352021-01-10T06:22:19  <bitcoin-git> [bitcoin] fanquake closed pull request #20875: [*.cc,*.cpp] Reduce push_back (master...push-back) https://github.com/bitcoin/bitcoin/pull/20875
1362021-01-10T06:22:30  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1372021-01-10T06:24:53  *** Bitcoinr <Bitcoinr!~Bitcoinr@202.184.22.44> has quit IRC (Read error: Connection reset by peer)
1382021-01-10T06:25:14  *** Bitcoinr <Bitcoinr!~Bitcoinr@202.184.22.44> has joined #bitcoin-core-dev
1392021-01-10T06:26:03  *** ghost43 <ghost43!~daer@gateway/tor-sasl/daer> has quit IRC (Ping timeout: 240 seconds)
1402021-01-10T06:32:26  *** jeremyrubin <jeremyrubin!~jr@2601:645:c200:14:91a5:d8cb:fe32:d136> has quit IRC (Ping timeout: 264 seconds)
1412021-01-10T06:36:26  *** Bitcoinr <Bitcoinr!~Bitcoinr@202.184.22.44> has quit IRC (Read error: Connection reset by peer)
1422021-01-10T06:38:22  *** Bitcoinr <Bitcoinr!~Bitcoinr@202.184.22.44> has joined #bitcoin-core-dev
1432021-01-10T06:40:05  *** Core8722 <Core8722!~Bitcoinr@2001:d08:1203:53e9:1:0:87c6:a435> has joined #bitcoin-core-dev
1442021-01-10T06:42:49  *** Bitcoinr <Bitcoinr!~Bitcoinr@202.184.22.44> has quit IRC (Ping timeout: 264 seconds)
1452021-01-10T06:46:05  *** madatun_1 <madatun_1!~madatun_3@240e:3b3:30b1:5c50:846:ae39:949c:397f> has left #bitcoin-core-dev
1462021-01-10T06:49:04  *** Core8722 <Core8722!~Bitcoinr@2001:d08:1203:53e9:1:0:87c6:a435> has quit IRC (Read error: Connection reset by peer)
1472021-01-10T06:50:12  *** mol_ <mol_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
1482021-01-10T06:54:16  *** mol <mol!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 256 seconds)
1492021-01-10T06:57:35  *** Bitcoinr <Bitcoinr!~Bitcoinr@2001:d08:1203:53e9:1:0:87c6:a435> has joined #bitcoin-core-dev
1502021-01-10T06:58:20  *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has joined #bitcoin-core-dev
1512021-01-10T07:01:04  *** Bitcoinr <Bitcoinr!~Bitcoinr@2001:d08:1203:53e9:1:0:87c6:a435> has quit IRC (Read error: Connection reset by peer)
1522021-01-10T07:01:22  *** justan0theruser <justan0theruser!~justanoth@unaffiliated/justanotheruser> has quit IRC (Ping timeout: 260 seconds)
1532021-01-10T07:03:10  *** Bitcoinr <Bitcoinr!~Bitcoinr@2001:d08:1203:53e9:1:0:87c6:a435> has joined #bitcoin-core-dev
1542021-01-10T07:03:45  *** Bitcoinr <Bitcoinr!~Bitcoinr@2001:d08:1203:53e9:1:0:87c6:a435> has quit IRC (Client Quit)
1552021-01-10T07:04:03  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1562021-01-10T07:04:04  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5574e489631b...708ef4424a65
1572021-01-10T07:04:04  <bitcoin-git> bitcoin/master 3e61b8c Hennadii Stepanov: doc: Add explicit macdeployqtplus dependencies install step
1582021-01-10T07:04:05  <bitcoin-git> bitcoin/master 708ef44 fanquake: Merge #20890: doc: Add explicit macdeployqtplus dependencies install step
1592021-01-10T07:04:07  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1602021-01-10T07:04:23  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1612021-01-10T07:04:23  <bitcoin-git> [bitcoin] fanquake merged pull request #20890: doc: Add explicit macdeployqtplus dependencies install step (master...210108-deploy) https://github.com/bitcoin/bitcoin/pull/20890
1622021-01-10T07:04:24  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1632021-01-10T07:29:59  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
1642021-01-10T07:36:43  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 240 seconds)
1652021-01-10T07:52:39  *** DeadWeen <DeadWeen!~dean@gateway/tor-sasl/deanguss> has quit IRC (Remote host closed the connection)
1662021-01-10T07:59:26  *** landakram <landakram!~mark@2601:643:8002:3f20:5de0:3a72:c98:39c8> has quit IRC (Ping timeout: 264 seconds)
1672021-01-10T08:00:12  *** sr_gi <sr_gi!~sr_gi@80.174.218.168.dyn.user.ono.com> has quit IRC (Read error: Connection reset by peer)
1682021-01-10T08:00:51  *** sr_gi <sr_gi!~sr_gi@80.174.218.168.dyn.user.ono.com> has joined #bitcoin-core-dev
1692021-01-10T08:01:54  *** ghost43 <ghost43!~daer@gateway/tor-sasl/daer> has joined #bitcoin-core-dev
1702021-01-10T08:02:54  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 256 seconds)
1712021-01-10T08:04:35  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
1722021-01-10T08:05:13  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
1732021-01-10T08:10:07  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has joined #bitcoin-core-dev
1742021-01-10T08:13:11  *** pbase <pbase!~pbase@unaffiliated/pbase> has joined #bitcoin-core-dev
1752021-01-10T08:16:19  *** jeremyrubin <jeremyrubin!~jr@2601:645:c200:14:91a5:d8cb:fe32:d136> has joined #bitcoin-core-dev
1762021-01-10T08:35:05  *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has quit IRC (Ping timeout: 272 seconds)
1772021-01-10T08:49:29  *** pbase <pbase!~pbase@unaffiliated/pbase> has quit IRC (Quit: Leaving)
1782021-01-10T09:35:04  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1792021-01-10T09:35:04  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/708ef4424a65...555fc0789d21
1802021-01-10T09:35:05  <bitcoin-git> bitcoin/master fad327c MarcoFalke: fuzz: net permission flags in net processing
1812021-01-10T09:35:05  <bitcoin-git> bitcoin/master 555fc07 MarcoFalke: Merge #20881: fuzz: net permission flags in net processing
1822021-01-10T09:35:15  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1832021-01-10T09:35:29  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1842021-01-10T09:35:29  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #20881: fuzz: net permission flags in net processing (master...2101-fuzzNet) https://github.com/bitcoin/bitcoin/pull/20881
1852021-01-10T09:35:30  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1862021-01-10T09:43:53  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1872021-01-10T09:43:54  <bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/555fc0789d21...094402430925
1882021-01-10T09:43:55  <bitcoin-git> bitcoin/master 7e2beab Jon Atack: gui: create GUIUtil::ConnectionTypeToQString utility function
1892021-01-10T09:43:55  <bitcoin-git> bitcoin/master 2c19ba2 Jon Atack: gui: replace Direction with Connection Type in peer details
1902021-01-10T09:43:56  <bitcoin-git> bitcoin/master c95fe6e Hennadii Stepanov: gui: improve connection type tooltip
1912021-01-10T09:43:57  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1922021-01-10T09:44:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1932021-01-10T09:44:14  <bitcoin-git> [gui] MarcoFalke merged pull request #163: Peer details: replace Direction with Connection Type (master...display-peer-conn-types) https://github.com/bitcoin-core/gui/pull/163
1942021-01-10T09:44:14  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1952021-01-10T09:46:56  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has joined #bitcoin-core-dev
1962021-01-10T09:59:46  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
1972021-01-10T10:18:02  *** jeremyrubin <jeremyrubin!~jr@2601:645:c200:14:91a5:d8cb:fe32:d136> has quit IRC (Ping timeout: 264 seconds)
1982021-01-10T10:33:10  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 246 seconds)
1992021-01-10T10:36:03  *** ghost43_ <ghost43_!~daer@gateway/tor-sasl/daer> has joined #bitcoin-core-dev
2002021-01-10T10:36:04  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC (Ping timeout: 240 seconds)
2012021-01-10T10:36:10  *** ghost43 <ghost43!~daer@gateway/tor-sasl/daer> has quit IRC (Quit: Leaving)
2022021-01-10T10:36:13  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has quit IRC (Quit: No Ping reply in 180 seconds.)
2032021-01-10T10:36:43  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 240 seconds)
2042021-01-10T10:36:44  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
2052021-01-10T10:37:49  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
2062021-01-10T10:38:02  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has joined #bitcoin-core-dev
2072021-01-10T10:46:23  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
2082021-01-10T10:58:52  *** Kiminuo <Kiminuo!~mix@141.98.103.204> has joined #bitcoin-core-dev
2092021-01-10T11:06:03  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has quit IRC (Ping timeout: 240 seconds)
2102021-01-10T11:06:23  *** az0re <az0re!~az0re@gateway/tor-sasl/az0re> has quit IRC (Ping timeout: 240 seconds)
2112021-01-10T11:08:28  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has joined #bitcoin-core-dev
2122021-01-10T11:09:38  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2132021-01-10T11:09:38  <bitcoin-git> [bitcoin] gruve-p closed pull request #20665: Build: update clang patch to use heredoc (master...master) https://github.com/bitcoin/bitcoin/pull/20665
2142021-01-10T11:09:39  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2152021-01-10T11:16:00  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2162021-01-10T11:16:01  <bitcoin-git> [bitcoin] gruve-p opened pull request #20898: Build: update clang patch to use heredoc (master...heredoc-patch) https://github.com/bitcoin/bitcoin/pull/20898
2172021-01-10T11:16:02  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2182021-01-10T11:18:45  *** Daniela45Batz <Daniela45Batz!~Daniela45@static.57.1.216.95.clients.your-server.de> has joined #bitcoin-core-dev
2192021-01-10T11:29:27  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2202021-01-10T11:29:27  <bitcoin-git> [bitcoin] gruve-p reopened pull request #20665: Build: update clang patch to use heredoc (master...master) https://github.com/bitcoin/bitcoin/pull/20665
2212021-01-10T11:29:29  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2222021-01-10T11:31:02  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2232021-01-10T11:31:02  <bitcoin-git> [bitcoin] gruve-p closed pull request #20898: Build: update clang patch to use heredoc (master...heredoc-patch) https://github.com/bitcoin/bitcoin/pull/20898
2242021-01-10T11:31:03  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2252021-01-10T11:34:20  *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
2262021-01-10T11:49:10  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 256 seconds)
2272021-01-10T11:50:48  *** kaka1024 <kaka1024!7923630a@121.35.99.10> has joined #bitcoin-core-dev
2282021-01-10T11:52:27  *** funkyb <funkyb!~funkyb@139.28.218.148> has quit IRC (Remote host closed the connection)
2292021-01-10T11:53:01  *** kaka1024 <kaka1024!7923630a@121.35.99.10> has quit IRC (Remote host closed the connection)
2302021-01-10T11:53:45  *** j3parker1 <j3parker1!~j3parker@178.239.168.171> has joined #bitcoin-core-dev
2312021-01-10T12:05:47  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has quit IRC ()
2322021-01-10T12:10:50  *** sr_gi <sr_gi!~sr_gi@80.174.218.168.dyn.user.ono.com> has quit IRC (Read error: Connection reset by peer)
2332021-01-10T12:11:34  *** sr_gi <sr_gi!~sr_gi@80.174.218.168.dyn.user.ono.com> has joined #bitcoin-core-dev
2342021-01-10T12:19:55  *** Daniela45Batz <Daniela45Batz!~Daniela45@static.57.1.216.95.clients.your-server.de> has quit IRC (Ping timeout: 246 seconds)
2352021-01-10T12:24:49  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
2362021-01-10T12:29:35  <elichai2> sipa: fjahr: is `Num3072::limbs` used as LE or BE?
2372021-01-10T12:30:22  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
2382021-01-10T12:39:22  *** da39a3ee5e6b4b0d <da39a3ee5e6b4b0d!~da39a3ee5@2403:6200:8876:255c:18d1:c1a9:13be:6f9e> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
2392021-01-10T12:49:40  *** sipsorcery <sipsorcery!~sipsorcer@37.228.228.227> has quit IRC (Ping timeout: 246 seconds)
2402021-01-10T12:49:53  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
2412021-01-10T13:08:52  <elichai2> looks like LE :)
2422021-01-10T13:09:26  <fjahr> elichai2: We are using LE but I think there is no code in Num3072 itself enforcing that.
2432021-01-10T13:09:34  <fjahr> ah, you found it :)
2442021-01-10T13:15:13  <fjahr> gave me a good idea for a small refactor I think :)
2452021-01-10T13:20:02  *** da39a3ee5e6b4b0d <da39a3ee5e6b4b0d!~da39a3ee5@mx-ll-171.5.28-247.dynamic.3bb.co.th> has joined #bitcoin-core-dev
2462021-01-10T13:25:20  *** mol <mol!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2472021-01-10T13:28:10  *** mol_ <mol_!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 256 seconds)
2482021-01-10T13:36:14  *** mol_ <mol_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2492021-01-10T13:37:42  *** molz_ <molz_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2502021-01-10T13:39:40  *** mol <mol!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 256 seconds)
2512021-01-10T13:41:01  *** mol_ <mol_!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 264 seconds)
2522021-01-10T13:56:18  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2532021-01-10T13:56:18  <bitcoin-git> [gui] jonatack opened pull request #180: Peer details: connection type follow-ups (master...peer-details-connection-type-followups) https://github.com/bitcoin-core/gui/pull/180
2542021-01-10T13:56:19  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2552021-01-10T13:58:29  *** promag <promag!~promag@188.250.84.129> has joined #bitcoin-core-dev
2562021-01-10T14:42:36  <jonatack> if anyone isn't aware: "All v3 Onion Addresses Down After Attack On The Tor Network"  https://darknetdaily.com/?p=1030
2572021-01-10T14:48:46  <luke-jr> broken page
2582021-01-10T14:48:54  <luke-jr> maybe they shouldn't retire v2 just yet
2592021-01-10T14:52:20  *** da39a3ee5e6b4b0d <da39a3ee5e6b4b0d!~da39a3ee5@mx-ll-171.5.28-247.dynamic.3bb.co.th> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
2602021-01-10T15:18:37  *** shesek <shesek!~shesek@unaffiliated/shesek> has joined #bitcoin-core-dev
2612021-01-10T15:34:51  *** udecker <udecker!~udecker@173.243.88.22> has quit IRC (Read error: No route to host)
2622021-01-10T15:35:27  *** udecker <udecker!~udecker@173.243.88.22> has joined #bitcoin-core-dev
2632021-01-10T15:38:37  *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
2642021-01-10T15:41:52  <jonatack> luke-jr: hm. the page is working for me.
2652021-01-10T15:49:54  <jonatack> https://consensus-health.torproject.org/
2662021-01-10T15:50:43  <jonatack>  authority nodes ddosed, can’t communicate between themselves to vote and make a consensus
2672021-01-10T16:00:27  <luke-jr> jonatack: without JS?
2682021-01-10T16:03:22  <jonatack> luke-jr: no. i use noscript, and temporarily enabled darknetdaily.com and wp.com (but not the google ones) in order to read it
2692021-01-10T16:03:42  *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
2702021-01-10T16:43:33  *** jeremyrubin <jeremyrubin!~jr@2601:645:c200:14:91a5:d8cb:fe32:d136> has joined #bitcoin-core-dev
2712021-01-10T16:52:22  *** jb55 <jb55!~jb55@gateway/tor-sasl/jb55> has quit IRC (Read error: Connection reset by peer)
2722021-01-10T16:52:23  *** virtu <virtu!~virtu@gateway/tor-sasl/virtu> has quit IRC (Remote host closed the connection)
2732021-01-10T16:52:23  *** ghost43_ <ghost43_!~daer@gateway/tor-sasl/daer> has quit IRC (Write error: Connection reset by peer)
2742021-01-10T16:52:23  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Write error: Connection reset by peer)
2752021-01-10T16:52:23  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Write error: Connection reset by peer)
2762021-01-10T16:52:23  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC (Remote host closed the connection)
2772021-01-10T16:52:23  *** sipa <sipa!~pw@gateway/tor-sasl/sipa1024> has quit IRC (Remote host closed the connection)
2782021-01-10T16:52:23  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has quit IRC (Remote host closed the connection)
2792021-01-10T16:52:32  *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has joined #bitcoin-core-dev
2802021-01-10T17:07:38  *** virtu <virtu!~virtu@gateway/tor-sasl/virtu> has joined #bitcoin-core-dev
2812021-01-10T17:09:40  *** jb55 <jb55!~jb55@gateway/tor-sasl/jb55> has joined #bitcoin-core-dev
2822021-01-10T17:09:51  *** ghost43 <ghost43!~daer@gateway/tor-sasl/daer> has joined #bitcoin-core-dev
2832021-01-10T17:14:19  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has joined #bitcoin-core-dev
2842021-01-10T17:14:46  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
2852021-01-10T17:22:39  *** sipa <sipa!~pw@gateway/tor-sasl/sipa1024> has joined #bitcoin-core-dev
2862021-01-10T17:23:46  *** someone235 <someone235!uid419897@gateway/web/irccloud.com/x-xqhwlrfnnxjoggyb> has quit IRC (Quit: Connection closed for inactivity)
2872021-01-10T17:23:48  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
2882021-01-10T17:36:53  *** belcher_ <belcher_!~belcher@unaffiliated/belcher> has joined #bitcoin-core-dev
2892021-01-10T17:39:45  *** belcher <belcher!~belcher@unaffiliated/belcher> has quit IRC (Ping timeout: 240 seconds)
2902021-01-10T18:02:36  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
2912021-01-10T18:07:48  *** landakram <landakram!~mark@2601:643:8002:3f20:f065:219:b306:3b1c> has joined #bitcoin-core-dev
2922021-01-10T18:27:02  *** landakram <landakram!~mark@2601:643:8002:3f20:f065:219:b306:3b1c> has quit IRC (Ping timeout: 264 seconds)
2932021-01-10T18:30:02  *** DeadWeen <DeadWeen!~dean@gateway/tor-sasl/deanguss> has joined #bitcoin-core-dev
2942021-01-10T19:08:27  *** promag_ <promag_!~promag@188.250.84.129> has joined #bitcoin-core-dev
2952021-01-10T19:08:28  *** promag <promag!~promag@188.250.84.129> has quit IRC (Read error: Connection reset by peer)
2962021-01-10T19:10:54  *** j3parker1 <j3parker1!~j3parker@178.239.168.171> has quit IRC (Remote host closed the connection)
2972021-01-10T19:25:17  *** promag <promag!~promag@188.250.84.129> has joined #bitcoin-core-dev
2982021-01-10T19:27:32  *** adaminsull <adaminsull!~adaminsul@s91904426.blix.com> has joined #bitcoin-core-dev
2992021-01-10T19:27:56  *** promag_ <promag_!~promag@188.250.84.129> has quit IRC (Ping timeout: 256 seconds)
3002021-01-10T19:47:52  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has joined #bitcoin-core-dev
3012021-01-10T20:00:15  *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
3022021-01-10T20:09:30  *** Mc33k <Mc33k!5631fa92@ip-86-49-250-146.net.upcbroadband.cz> has joined #bitcoin-core-dev
3032021-01-10T20:28:40  *** Mc33k <Mc33k!5631fa92@ip-86-49-250-146.net.upcbroadband.cz> has quit IRC (Quit: Connection closed)
3042021-01-10T20:31:28  *** proofofkeags <proofofkeags!~proofofke@174-29-3-187.hlrn.qwest.net> has joined #bitcoin-core-dev
3052021-01-10T20:31:34  *** proofofkeags_ <proofofkeags_!~proofofke@174-29-3-187.hlrn.qwest.net> has joined #bitcoin-core-dev
3062021-01-10T20:31:47  *** proofofkeags_ <proofofkeags_!~proofofke@174-29-3-187.hlrn.qwest.net> has quit IRC (Remote host closed the connection)
3072021-01-10T20:56:22  *** DeadWeen <DeadWeen!~dean@gateway/tor-sasl/deanguss> has quit IRC (Remote host closed the connection)
3082021-01-10T21:00:10  *** belcher_ is now known as belcher
3092021-01-10T21:30:13  *** Kiminuo <Kiminuo!~mix@141.98.103.204> has quit IRC (Ping timeout: 264 seconds)
3102021-01-10T21:31:43  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 240 seconds)
3112021-01-10T22:08:16  *** Processus42_ <Processus42_!~leo@unaffiliated/processus42> has joined #bitcoin-core-dev
3122021-01-10T22:08:24  <jnewbery> PRs open for all the board docs (except Jan 2021 board meeting minutes)
3132021-01-10T22:08:32  <jnewbery> oops
3142021-01-10T22:08:43  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
3152021-01-10T22:09:04  *** Processus42 <Processus42!~leo@unaffiliated/processus42> has quit IRC (Read error: Connection reset by peer)
3162021-01-10T22:13:23  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 240 seconds)
3172021-01-10T22:24:37  *** asoltys <asoltys!~root@s207-81-214-2.bc.hsia.telus.net> has quit IRC (Remote host closed the connection)
3182021-01-10T22:27:39  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
3192021-01-10T22:30:22  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
3202021-01-10T22:37:04  *** asoltys <asoltys!~root@s207-81-214-2.bc.hsia.telus.net> has joined #bitcoin-core-dev
3212021-01-10T22:44:30  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC (Remote host closed the connection)
3222021-01-10T22:45:09  *** mol_ <mol_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
3232021-01-10T22:47:33  *** jeremyrubin <jeremyrubin!~jr@2601:645:c200:14:91a5:d8cb:fe32:d136> has quit IRC (Ping timeout: 260 seconds)
3242021-01-10T22:48:49  *** molz_ <molz_!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 264 seconds)
3252021-01-10T23:02:04  *** spinza <spinza!~spin@102.132.245.16> has quit IRC (Quit: Coyote finally caught up with me...)
3262021-01-10T23:02:48  *** mol <mol!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
3272021-01-10T23:06:10  *** mol_ <mol_!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 256 seconds)
3282021-01-10T23:13:51  *** DeadWeen <DeadWeen!~dean@gateway/tor-sasl/deanguss> has joined #bitcoin-core-dev
3292021-01-10T23:14:59  *** qubenix <qubenix!~qubenix@66.172.11.228> has quit IRC (Quit: quit)
3302021-01-10T23:18:16  *** qubenix <qubenix!~qubenix@66.172.11.228> has joined #bitcoin-core-dev
3312021-01-10T23:21:14  *** mol_ <mol_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
3322021-01-10T23:25:22  *** mol <mol!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 256 seconds)
3332021-01-10T23:32:03  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has quit IRC (Ping timeout: 240 seconds)
3342021-01-10T23:33:14  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has joined #bitcoin-core-dev
3352021-01-10T23:33:19  *** qubenix <qubenix!~qubenix@66.172.11.228> has quit IRC (Quit: quit)
3362021-01-10T23:39:36  *** qubenix <qubenix!~qubenix@66.172.11.228> has joined #bitcoin-core-dev
3372021-01-10T23:42:49  *** andytoshi <andytoshi!~apoelstra@unaffiliated/andytoshi> has quit IRC (Ping timeout: 264 seconds)
3382021-01-10T23:43:39  *** andytoshi <andytoshi!~apoelstra@66.183.0.205> has joined #bitcoin-core-dev