12018-09-02T00:09:32  *** dqx has joined #bitcoin-core-dev
  22018-09-02T00:11:47  <echeveria> is there any reason the p2p messages have checksums at all?
  32018-09-02T00:12:29  <echeveria> all of the data in messages ends up being hashed regardless somewhere down the line.
  42018-09-02T00:19:48  *** dendisuhubdy has quit IRC
  52018-09-02T00:23:57  <sipa> echeveria: there as a bug once in the message deserializer, and someone thought it was a good idea to be able to detect future things like that by adding a checksum
  62018-09-02T00:24:44  <sipa> this was in 0.2.x days
  72018-09-02T00:24:48  <sipa> early 2010 maybe
  82018-09-02T00:32:56  *** Chris_Stewart_5 has joined #bitcoin-core-dev
  92018-09-02T00:36:10  <echeveria> kind of annoying to keep them in memory to hash them though.
 102018-09-02T00:47:42  *** itaseski has quit IRC
 112018-09-02T00:47:58  *** dqx_ has joined #bitcoin-core-dev
 122018-09-02T00:50:53  *** dqx has quit IRC
 132018-09-02T01:16:08  *** d9b4bef9 has joined #bitcoin-core-dev
 142018-09-02T01:26:48  <gmaxwell> echeveria: you don't have to, you can compute the hash incrementally.
 152018-09-02T01:26:59  <gmaxwell> (in fact, bitcoin core computes the hash incrementaly)
 162018-09-02T01:27:53  <gmaxwell> The proposed encrypted transport eliminates the checksum, but introduces a mac... but at least that does something useful (protects traffic from tampering)
 172018-09-02T01:29:25  <gmaxwell> (and before anyone things "but bitcoin traffic doesn't really need to be tamper protected" -- it's important to authenticate encrypted data or you can use targeted tampering to extract small amounts of data from encrypted links by tampering and observing what happens)
 182018-09-02T01:31:31  *** Krellan has quit IRC
 192018-09-02T01:32:09  *** Krellan has joined #bitcoin-core-dev
 202018-09-02T01:36:41  *** fanquake has joined #bitcoin-core-dev
 212018-09-02T01:38:14  <fanquake> jonasschnelli Did/do you have an Xcode setup for Core dev/debugging?
 222018-09-02T02:21:14  *** plankers has quit IRC
 232018-09-02T03:13:34  *** Chris_Stewart_5 has quit IRC
 242018-09-02T03:13:59  *** Chris_Stewart_5 has joined #bitcoin-core-dev
 252018-09-02T03:33:07  *** Chris_Stewart_5 has quit IRC
 262018-09-02T04:21:43  *** Victorsueca has quit IRC
 272018-09-02T04:22:57  *** Victorsueca has joined #bitcoin-core-dev
 282018-09-02T04:45:18  *** Sinclair6 has quit IRC
 292018-09-02T05:17:01  *** d9b4bef9 has quit IRC
 302018-09-02T05:18:08  *** d9b4bef9 has joined #bitcoin-core-dev
 312018-09-02T05:51:02  *** TheHoliestRoger has quit IRC
 322018-09-02T05:53:50  *** TheHoliestRoger has joined #bitcoin-core-dev
 332018-09-02T05:59:20  *** TheHoliestRoger has quit IRC
 342018-09-02T06:02:09  *** TheHoliestRoger has joined #bitcoin-core-dev
 352018-09-02T06:24:54  *** jhfrontz has quit IRC
 362018-09-02T06:27:27  *** profmac has quit IRC
 372018-09-02T06:35:19  <jonasschnelli> fanquake: yes. I have one.
 382018-09-02T06:35:32  <jonasschnelli> though I mostly use my QtCreator setup...
 392018-09-02T06:35:55  <jonasschnelli> Debugger integration with QT object inspection is great.
 402018-09-02T06:59:30  *** profmac has joined #bitcoin-core-dev
 412018-09-02T07:04:17  *** profmac has quit IRC
 422018-09-02T07:09:42  *** dqx_ has quit IRC
 432018-09-02T07:14:38  *** Zenton has quit IRC
 442018-09-02T07:23:04  *** harrymm has quit IRC
 452018-09-02T07:23:35  *** harrymm has joined #bitcoin-core-dev
 462018-09-02T07:24:18  *** harrymm has quit IRC
 472018-09-02T07:25:18  *** maitra has joined #bitcoin-core-dev
 482018-09-02T07:25:32  *** harrymm has joined #bitcoin-core-dev
 492018-09-02T08:03:01  *** no_input_found has quit IRC
 502018-09-02T08:23:01  *** d9b4bef9 has quit IRC
 512018-09-02T08:24:07  *** d9b4bef9 has joined #bitcoin-core-dev
 522018-09-02T08:26:08  *** d9b4bef9 has joined #bitcoin-core-dev
 532018-09-02T08:29:37  <fanquake> Maybe we can revisit #14091 later, but to many conflicts, and other merge issues at the moment.
 542018-09-02T08:29:39  <gribble> https://github.com/bitcoin/bitcoin/issues/14091 | Minor style enhancement in documentation by fedsten · Pull Request #14091 · bitcoin/bitcoin · GitHub
 552018-09-02T08:47:28  <fanquake> I don't think #14090 is going to be merged as is, but I'd like to know why using QWinTaskbarProgress is a "bad idea".
 562018-09-02T08:47:30  <gribble> https://github.com/bitcoin/bitcoin/issues/14090 | windows: show progress bar in task bar by alexeyneu · Pull Request #14090 · bitcoin/bitcoin · GitHub
 572018-09-02T08:48:39  <fanquake> wumpus #14129 is a trivial merge
 582018-09-02T08:48:40  <gribble> https://github.com/bitcoin/bitcoin/issues/14129 | Trivial: update clang thread-safety docs url by Empact · Pull Request #14129 · bitcoin/bitcoin · GitHub
 592018-09-02T08:55:53  *** arubi has quit IRC
 602018-09-02T08:56:45  *** arubi has joined #bitcoin-core-dev
 612018-09-02T09:10:50  <wumpus> fanquake: yeap, merged
 622018-09-02T09:18:48  *** maitra has quit IRC
 632018-09-02T09:38:34  *** ghost43 has quit IRC
 642018-09-02T09:38:54  *** ghost43 has joined #bitcoin-core-dev
 652018-09-02T09:38:54  *** maitra has joined #bitcoin-core-dev
 662018-09-02T09:44:56  *** harrymm has quit IRC
 672018-09-02T10:01:19  *** harrymm has joined #bitcoin-core-dev
 682018-09-02T10:37:51  *** alexneudatchin has joined #bitcoin-core-dev
 692018-09-02T10:38:06  <alexneudatchin> hi
 702018-09-02T10:38:37  *** alexneudatchin has quit IRC
 712018-09-02T10:41:27  <wumpus> hi!
 722018-09-02T10:44:55  *** alexneudatchin has joined #bitcoin-core-dev
 732018-09-02T10:45:45  <alexneudatchin> so 14090 is mine
 742018-09-02T10:47:18  *** Zenton has joined #bitcoin-core-dev
 752018-09-02T10:48:50  *** JackH has joined #bitcoin-core-dev
 762018-09-02T10:55:05  <alexneudatchin> fanquake: you need to understand that com objects may have several editions each. that qt stuff stick with sta i guess , where i use mta
 772018-09-02T11:00:44  <sipa> alexneudatchin: ok, that's good to know. why is using sta a problem in this case?
 782018-09-02T11:01:37  <jonasschnelli> alexneudatchin: why not use QWinTaskbarProgress?
 792018-09-02T11:05:41  <jonasschnelli> I expect that a lot of functionality your are implementing in 14090 is already usable via the QT dependency: https://github.com/qt/qtwinextras/blob/5.11/src/winextras/qwintaskbarprogress.cpp
 802018-09-02T11:05:41  <jonasschnelli> https://github.com/qt/qtwinextras/blob/5.11/src/winextras/qwintaskbarbutton.cpp
 812018-09-02T11:05:42  <alexneudatchin> mta could be used standalone coz it has own message engine.
 822018-09-02T11:05:54  <alexneudatchin> 5 sec
 832018-09-02T11:13:52  *** as1nc has joined #bitcoin-core-dev
 842018-09-02T11:32:10  <alexneudatchin> haha yeah . last time i stumble upon qt it fails to provide even process handle so i need a workaround.It's not suiteble for serious stuff. Here you nedd to move all com-related stuff out of a source on none-windows and you'll fail to do it
 852018-09-02T11:35:37  <sipa> alexneudatchin: what specific problems would result from using the qt wrappers?
 862018-09-02T11:35:41  <alexneudatchin> *during none-windows run
 872018-09-02T11:37:53  <as1nc> hello guys, i need testnet coins, and all the faucets i used before seems down, anyone willing to send me some testnet sats here mouKHkGkL6Z34csePF3WqvH1vWcyPHQgEA   thx very much
 882018-09-02T11:43:47  <alexneudatchin> again, my wallett address :  1MYjUaRJBgcqWXYvWsLhuA6e2Fs4jcpXTE
 892018-09-02T11:45:37  <sipa> alexneudatchin: no begging, please
 902018-09-02T11:46:16  <sipa> and please respond to the review comments
 912018-09-02T11:49:08  <as1nc> sipa, hello Peter, by any chance, do u know if there is a pb on testnet ? i used to send myself testnet coins to test software I'm building, but now using electrum the tx get broadcasted, but never confirmed, even with high fee. I'm kinda stuck and don't know what i can do to keep testing . thx
 922018-09-02T11:49:50  *** SopaXorzTaker has joined #bitcoin-core-dev
 932018-09-02T11:49:52  <sipa> as1nc: i would suggest using regtest where possible; i don't have testnet coins available right nnow myself
 942018-09-02T11:51:00  <as1nc> yeah but i'm purposly building software that can play on testnet :) regtest would be local only. just asking :)
 952018-09-02T11:52:22  <as1nc> so hard to test stuff on bitcoin :)
 962018-09-02T11:54:50  <wumpus> as1nc: sure, I'll send some
 972018-09-02T11:55:04  <as1nc> thx a lot mate
 982018-09-02T11:55:51  <as1nc> can u use this address in fact mvR5dSks52r5DjQPNWMA8yyYuD595At8Q8
 992018-09-02T11:57:27  <wumpus> should be on the way
1002018-09-02T11:57:56  <as1nc> got it :)
1012018-09-02T11:59:03  <as1nc> I'll see if it's gets confirmed. but i think i have a problem, I'm using electrum, and recently none of the tx ever got confirmed
1022018-09-02T11:59:12  <as1nc> dont know if it's an electrum problem
1032018-09-02T11:59:37  <wumpus> could be, but also testnet can have some issues sometimes, it's not for nothing that sipa recommends using regtest
1042018-09-02T12:00:35  <as1nc> yeah i understand, but i'm bulding a service for user to accpet bitcoin via web interface providing only their extended public keys, and I really want to provide a testnet api
1052018-09-02T12:00:42  *** Guyver2 has joined #bitcoin-core-dev
1062018-09-02T12:00:53  <wumpus> yes, I understand
1072018-09-02T12:01:07  <as1nc> it use to work perfectly, but now it's broken
1082018-09-02T12:03:29  <as1nc> if it ever gets confirmed, i'll keep you posted, but i guess testnet does not work for now :(
1092018-09-02T12:05:09  <as1nc> do you guys knows any testnet miners ?
1102018-09-02T12:06:11  <wumpus> I don't know if there are any dedicated ones at all, it looks like people just dump hashpower onto testnet once in a while, probably when they want to test
1112018-09-02T12:06:14  <as1nc> wumpus, did you send the coin within bitcoin core, or another wallet ?
1122018-09-02T12:06:32  <wumpus> bitcoin core ofc
1132018-09-02T12:07:06  <as1nc> ok, would you mind keeping me posted if you see that tx confirmed ?
1142018-09-02T12:08:06  <as1nc> i guess i can just follow on a block explorer
1152018-09-02T12:09:43  <wumpus> yes, please baby-sit your own tx :)
1162018-09-02T12:09:43  *** Krellan has quit IRC
1172018-09-02T12:09:51  <as1nc> yeah :)
1182018-09-02T12:10:12  <as1nc> thx again
1192018-09-02T12:10:17  *** Krellan has joined #bitcoin-core-dev
1202018-09-02T12:15:05  <alexneudatchin> sipa:it's not free stuff moron
1212018-09-02T12:15:12  <as1nc> anyone here working with testnet ? i dont know why my tx never get confirmed, even with huge fees. anyone noticed ?
1222018-09-02T12:16:49  <wumpus> as1nc: would be better to ask in #bitcoin, this channel is for bitcoin core development
1232018-09-02T12:17:09  *** ChanServ sets mode: +o wumpus
1242018-09-02T12:17:18  <as1nc> switching to #bitcoin right now :)
1252018-09-02T12:17:31  *** wumpus sets mode: +b *!*@31.148.139.118
1262018-09-02T12:17:39  *** alexneudatchin was kicked by wumpus (mind your language)
1272018-09-02T12:17:52  *** ChanServ sets mode: -o wumpus
1282018-09-02T12:27:05  *** queip has joined #bitcoin-core-dev
1292018-09-02T12:44:57  *** bsm117532 has quit IRC
1302018-09-02T12:45:53  <as1nc> wumpus: just to let you know i've figured out my problem, it was that the fees was to low, even thought i've put a huge fee, a guy told me the current testnet fees are 2807.8 sat/B
1312018-09-02T12:51:00  <wumpus> fee estimation is another non trivial thing on testnet
1322018-09-02T12:51:27  <wumpus> (it's not easy on mainnet either, but testnet is so unpredictable)
1332018-09-02T12:59:19  <as1nc> I learn everyday :) and that's great
1342018-09-02T13:08:16  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1352018-09-02T13:11:11  *** AaronvanW has joined #bitcoin-core-dev
1362018-09-02T13:16:12  <fanquake> wumpus If that guy (who you just banned) is going to carry on, I'm inclined to close that PR. https://github.com/bitcoin/bitcoin/pull/14090#issuecomment-417929318
1372018-09-02T13:19:29  <wumpus> I'm also close to doing that, a language barrier is one thing but it doesn't give license to behave like an asshole
1382018-09-02T13:20:13  <wumpus> the guy is just impossible to collaborate with, ignores review comments, and calls people morons... well, we don't need that drama
1392018-09-02T13:21:36  <wumpus> I guess if it's worthwhile someone could pick up the code and go on with it but I don't know, seems it has plenty of problems too
1402018-09-02T13:27:21  <fanquake> wumpus I'll make a comment to that affect, and if the response is un-constructive I'll close the PR, and open an issue with implementing that feature.
1412018-09-02T13:31:47  <wumpus> thanks!
1422018-09-02T13:45:15  <fanquake> https://github.com/bitcoin/bitcoin/pull/14090#issuecomment-417931910
1432018-09-02T13:58:26  *** fanquake has quit IRC
1442018-09-02T14:01:26  *** hebasto has joined #bitcoin-core-dev
1452018-09-02T14:07:01  *** d9b4bef9 has quit IRC
1462018-09-02T14:08:08  *** d9b4bef9 has joined #bitcoin-core-dev
1472018-09-02T14:33:54  <as1nc> wumpus, would you mind raising the fee of the testnet payment u sent me, it's 1 sat/b, and the current fees on testnet are really high, like at least 2800sat/b
1482018-09-02T14:36:47  *** AaronvanW has quit IRC
1492018-09-02T14:41:34  *** AaronvanW has joined #bitcoin-core-dev
1502018-09-02T14:45:34  *** TheHoliestRoger has quit IRC
1512018-09-02T14:46:49  *** TheHoliestRoger has joined #bitcoin-core-dev
1522018-09-02T14:53:54  *** peevsie has joined #bitcoin-core-dev
1532018-09-02T15:01:09  *** peevsie has quit IRC
1542018-09-02T15:05:29  <sipa> wumpus: well if he wants to be paid for his PR, it's not even a matter of social conventions; i don't want to be in asituatiin where we somehow owe him
1552018-09-02T15:34:50  *** AaronvanW has quit IRC
1562018-09-02T15:41:16  *** AaronvanW has joined #bitcoin-core-dev
1572018-09-02T15:44:40  *** owowo has quit IRC
1582018-09-02T15:49:20  *** owowo has joined #bitcoin-core-dev
1592018-09-02T15:58:59  *** ExtraCrispy has joined #bitcoin-core-dev
1602018-09-02T16:02:02  *** kakobrekla has joined #bitcoin-core-dev
1612018-09-02T16:07:29  *** dqx has joined #bitcoin-core-dev
1622018-09-02T16:09:50  *** drexl has joined #bitcoin-core-dev
1632018-09-02T16:16:43  *** Apocalyptic has quit IRC
1642018-09-02T16:17:10  *** Apocalyptic has joined #bitcoin-core-dev
1652018-09-02T16:18:15  *** intcat has quit IRC
1662018-09-02T16:19:54  *** intcat has joined #bitcoin-core-dev
1672018-09-02T16:27:01  <achow101> he appears to have made a death threat. I would say a ban from the github and a closing of the pr is the proper course of action
1682018-09-02T16:52:31  *** maitra has quit IRC
1692018-09-02T16:58:19  *** Soligor has quit IRC
1702018-09-02T16:58:36  *** dendisuhubdy has joined #bitcoin-core-dev
1712018-09-02T17:00:19  *** Soligor has joined #bitcoin-core-dev
1722018-09-02T17:05:56  *** AaronvanW has quit IRC
1732018-09-02T17:06:55  *** jarthur has joined #bitcoin-core-dev
1742018-09-02T17:11:25  *** SopaXorzTaker has quit IRC
1752018-09-02T17:14:02  *** AaronvanW has joined #bitcoin-core-dev
1762018-09-02T17:16:07  *** a5m0 has quit IRC
1772018-09-02T17:18:53  *** Guyver2 has quit IRC
1782018-09-02T17:31:11  *** ExtraCrispy has quit IRC
1792018-09-02T17:35:44  *** itaseski has joined #bitcoin-core-dev
1802018-09-02T17:41:09  *** a5m0 has joined #bitcoin-core-dev
1812018-09-02T17:48:35  <sipa> achow101: agree, but cant do that right now
1822018-09-02T17:52:11  *** promag has joined #bitcoin-core-dev
1832018-09-02T17:54:01  *** d9b4bef9 has quit IRC
1842018-09-02T17:55:08  *** d9b4bef9 has joined #bitcoin-core-dev
1852018-09-02T18:02:25  *** AaronvanW has quit IRC
1862018-09-02T18:10:54  *** jarthur has quit IRC
1872018-09-02T18:11:32  *** jarthur has joined #bitcoin-core-dev
1882018-09-02T18:15:43  *** dendisuhubdy has quit IRC
1892018-09-02T18:22:27  *** promag has quit IRC
1902018-09-02T18:23:00  *** promag has joined #bitcoin-core-dev
1912018-09-02T18:27:33  *** promag has quit IRC
1922018-09-02T18:28:36  *** as1nc has quit IRC
1932018-09-02T18:28:37  *** Krellan has quit IRC
1942018-09-02T18:29:41  *** Krellan has joined #bitcoin-core-dev
1952018-09-02T18:31:58  *** Chris_Stewart_5 has quit IRC
1962018-09-02T18:35:08  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1972018-09-02T19:07:20  *** hebasto has quit IRC
1982018-09-02T19:11:10  *** hebasto has joined #bitcoin-core-dev
1992018-09-02T19:41:15  *** hebasto has quit IRC
2002018-09-02T19:48:41  <wumpus> will do
2012018-09-02T19:50:27  <wumpus> FWIW I had a bad feeling about him from the beginning, but because of the language barrier I was willing to give him a chance, but you're right, this is wrong in many ways
2022018-09-02T19:51:19  <wumpus> anyhow ,blocked now
2032018-09-02T19:53:19  <wumpus> the whole idea of contributing to an open source project and expecting the maintainers to pay you is absurd
2042018-09-02T19:57:42  *** unholymachine has joined #bitcoin-core-dev
2052018-09-02T20:17:09  *** promag has joined #bitcoin-core-dev
2062018-09-02T20:24:32  *** leishman has joined #bitcoin-core-dev
2072018-09-02T20:27:44  *** profmac has joined #bitcoin-core-dev
2082018-09-02T20:34:02  *** promag has quit IRC
2092018-09-02T20:36:17  *** Krellan has quit IRC
2102018-09-02T20:37:17  *** Krellan has joined #bitcoin-core-dev
2112018-09-02T21:06:26  *** leishman has quit IRC
2122018-09-02T21:16:28  <gmaxwell> it's not like it was a particularly interesting contribution either.
2132018-09-02T21:40:03  *** profmac has quit IRC
2142018-09-02T21:42:01  *** d9b4bef9 has quit IRC
2152018-09-02T21:43:08  *** d9b4bef9 has joined #bitcoin-core-dev
2162018-09-02T21:44:27  *** nanotube has quit IRC
2172018-09-02T21:45:17  *** ghost43 has quit IRC
2182018-09-02T21:45:36  *** ghost43 has joined #bitcoin-core-dev
2192018-09-02T21:50:12  *** nanotube has joined #bitcoin-core-dev
2202018-09-02T21:53:11  *** profmac has joined #bitcoin-core-dev
2212018-09-02T21:55:10  *** qrestlove has quit IRC
2222018-09-02T22:00:14  *** nanotube has quit IRC
2232018-09-02T22:08:27  *** qrestlove has joined #bitcoin-core-dev
2242018-09-02T22:13:21  *** jarthur has quit IRC
2252018-09-02T22:13:29  *** nanotube has joined #bitcoin-core-dev
2262018-09-02T22:14:34  *** polydin has quit IRC
2272018-09-02T22:19:20  *** lnostdal has quit IRC
2282018-09-02T22:31:53  *** Rootsudo has joined #bitcoin-core-dev
2292018-09-02T22:54:24  *** Diromox has joined #bitcoin-core-dev
2302018-09-02T22:55:54  *** Diromox has quit IRC
2312018-09-02T22:57:25  *** profmac has quit IRC
2322018-09-02T22:57:51  *** profmac has joined #bitcoin-core-dev
2332018-09-02T23:14:04  *** justanotheruser has quit IRC
2342018-09-02T23:29:36  *** justanotheruser has joined #bitcoin-core-dev
2352018-09-02T23:37:45  *** Zenton has quit IRC
2362018-09-02T23:50:13  *** intcat has quit IRC
2372018-09-02T23:53:23  *** intcat has joined #bitcoin-core-dev
2382018-09-02T23:54:19  *** lio17 has quit IRC
2392018-09-02T23:54:48  *** lio17 has joined #bitcoin-core-dev