1 2018-09-02T00:09:32 *** dqx has joined #bitcoin-core-dev
2 2018-09-02T00:11:47 <echeveria> is there any reason the p2p messages have checksums at all?
3 2018-09-02T00:12:29 <echeveria> all of the data in messages ends up being hashed regardless somewhere down the line.
4 2018-09-02T00:19:48 *** dendisuhubdy has quit IRC
5 2018-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
6 2018-09-02T00:24:44 <sipa> this was in 0.2.x days
7 2018-09-02T00:24:48 <sipa> early 2010 maybe
8 2018-09-02T00:32:56 *** Chris_Stewart_5 has joined #bitcoin-core-dev
9 2018-09-02T00:36:10 <echeveria> kind of annoying to keep them in memory to hash them though.
10 2018-09-02T00:47:42 *** itaseski has quit IRC
11 2018-09-02T00:47:58 *** dqx_ has joined #bitcoin-core-dev
12 2018-09-02T00:50:53 *** dqx has quit IRC
13 2018-09-02T01:16:08 *** d9b4bef9 has joined #bitcoin-core-dev
14 2018-09-02T01:26:48 <gmaxwell> echeveria: you don't have to, you can compute the hash incrementally.
15 2018-09-02T01:26:59 <gmaxwell> (in fact, bitcoin core computes the hash incrementaly)
16 2018-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)
17 2018-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)
18 2018-09-02T01:31:31 *** Krellan has quit IRC
19 2018-09-02T01:32:09 *** Krellan has joined #bitcoin-core-dev
20 2018-09-02T01:36:41 *** fanquake has joined #bitcoin-core-dev
21 2018-09-02T01:38:14 <fanquake> jonasschnelli Did/do you have an Xcode setup for Core dev/debugging?
22 2018-09-02T02:21:14 *** plankers has quit IRC
23 2018-09-02T03:13:34 *** Chris_Stewart_5 has quit IRC
24 2018-09-02T03:13:59 *** Chris_Stewart_5 has joined #bitcoin-core-dev
25 2018-09-02T03:33:07 *** Chris_Stewart_5 has quit IRC
26 2018-09-02T04:21:43 *** Victorsueca has quit IRC
27 2018-09-02T04:22:57 *** Victorsueca has joined #bitcoin-core-dev
28 2018-09-02T04:45:18 *** Sinclair6 has quit IRC
29 2018-09-02T05:17:01 *** d9b4bef9 has quit IRC
30 2018-09-02T05:18:08 *** d9b4bef9 has joined #bitcoin-core-dev
31 2018-09-02T05:51:02 *** TheHoliestRoger has quit IRC
32 2018-09-02T05:53:50 *** TheHoliestRoger has joined #bitcoin-core-dev
33 2018-09-02T05:59:20 *** TheHoliestRoger has quit IRC
34 2018-09-02T06:02:09 *** TheHoliestRoger has joined #bitcoin-core-dev
35 2018-09-02T06:24:54 *** jhfrontz has quit IRC
36 2018-09-02T06:27:27 *** profmac has quit IRC
37 2018-09-02T06:35:19 <jonasschnelli> fanquake: yes. I have one.
38 2018-09-02T06:35:32 <jonasschnelli> though I mostly use my QtCreator setup...
39 2018-09-02T06:35:55 <jonasschnelli> Debugger integration with QT object inspection is great.
40 2018-09-02T06:59:30 *** profmac has joined #bitcoin-core-dev
41 2018-09-02T07:04:17 *** profmac has quit IRC
42 2018-09-02T07:09:42 *** dqx_ has quit IRC
43 2018-09-02T07:14:38 *** Zenton has quit IRC
44 2018-09-02T07:23:04 *** harrymm has quit IRC
45 2018-09-02T07:23:35 *** harrymm has joined #bitcoin-core-dev
46 2018-09-02T07:24:18 *** harrymm has quit IRC
47 2018-09-02T07:25:18 *** maitra has joined #bitcoin-core-dev
48 2018-09-02T07:25:32 *** harrymm has joined #bitcoin-core-dev
49 2018-09-02T08:03:01 *** no_input_found has quit IRC
50 2018-09-02T08:23:01 *** d9b4bef9 has quit IRC
51 2018-09-02T08:24:07 *** d9b4bef9 has joined #bitcoin-core-dev
52 2018-09-02T08:26:08 *** d9b4bef9 has joined #bitcoin-core-dev
53 2018-09-02T08:29:37 <fanquake> Maybe we can revisit #14091 later, but to many conflicts, and other merge issues at the moment.
54 2018-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
55 2018-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".
56 2018-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
57 2018-09-02T08:48:39 <fanquake> wumpus #14129 is a trivial merge
58 2018-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
59 2018-09-02T08:55:53 *** arubi has quit IRC
60 2018-09-02T08:56:45 *** arubi has joined #bitcoin-core-dev
61 2018-09-02T09:10:50 <wumpus> fanquake: yeap, merged
62 2018-09-02T09:18:48 *** maitra has quit IRC
63 2018-09-02T09:38:34 *** ghost43 has quit IRC
64 2018-09-02T09:38:54 *** ghost43 has joined #bitcoin-core-dev
65 2018-09-02T09:38:54 *** maitra has joined #bitcoin-core-dev
66 2018-09-02T09:44:56 *** harrymm has quit IRC
67 2018-09-02T10:01:19 *** harrymm has joined #bitcoin-core-dev
68 2018-09-02T10:37:51 *** alexneudatchin has joined #bitcoin-core-dev
69 2018-09-02T10:38:06 <alexneudatchin> hi
70 2018-09-02T10:38:37 *** alexneudatchin has quit IRC
71 2018-09-02T10:41:27 <wumpus> hi!
72 2018-09-02T10:44:55 *** alexneudatchin has joined #bitcoin-core-dev
73 2018-09-02T10:45:45 <alexneudatchin> so 14090 is mine
74 2018-09-02T10:47:18 *** Zenton has joined #bitcoin-core-dev
75 2018-09-02T10:48:50 *** JackH has joined #bitcoin-core-dev
76 2018-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
77 2018-09-02T11:00:44 <sipa> alexneudatchin: ok, that's good to know. why is using sta a problem in this case?
78 2018-09-02T11:01:37 <jonasschnelli> alexneudatchin: why not use QWinTaskbarProgress?
79 2018-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
80 2018-09-02T11:05:41 <jonasschnelli> https://github.com/qt/qtwinextras/blob/5.11/src/winextras/qwintaskbarbutton.cpp
81 2018-09-02T11:05:42 <alexneudatchin> mta could be used standalone coz it has own message engine.
82 2018-09-02T11:05:54 <alexneudatchin> 5 sec
83 2018-09-02T11:13:52 *** as1nc has joined #bitcoin-core-dev
84 2018-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
85 2018-09-02T11:35:37 <sipa> alexneudatchin: what specific problems would result from using the qt wrappers?
86 2018-09-02T11:35:41 <alexneudatchin> *during none-windows run
87 2018-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
88 2018-09-02T11:43:47 <alexneudatchin> again, my wallett address : 1MYjUaRJBgcqWXYvWsLhuA6e2Fs4jcpXTE
89 2018-09-02T11:45:37 <sipa> alexneudatchin: no begging, please
90 2018-09-02T11:46:16 <sipa> and please respond to the review comments
91 2018-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
92 2018-09-02T11:49:50 *** SopaXorzTaker has joined #bitcoin-core-dev
93 2018-09-02T11:49:52 <sipa> as1nc: i would suggest using regtest where possible; i don't have testnet coins available right nnow myself
94 2018-09-02T11:51:00 <as1nc> yeah but i'm purposly building software that can play on testnet :) regtest would be local only. just asking :)
95 2018-09-02T11:52:22 <as1nc> so hard to test stuff on bitcoin :)
96 2018-09-02T11:54:50 <wumpus> as1nc: sure, I'll send some
97 2018-09-02T11:55:04 <as1nc> thx a lot mate
98 2018-09-02T11:55:51 <as1nc> can u use this address in fact mvR5dSks52r5DjQPNWMA8yyYuD595At8Q8
99 2018-09-02T11:57:27 <wumpus> should be on the way
100 2018-09-02T11:57:56 <as1nc> got it :)
101 2018-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
102 2018-09-02T11:59:12 <as1nc> dont know if it's an electrum problem
103 2018-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
104 2018-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
105 2018-09-02T12:00:42 *** Guyver2 has joined #bitcoin-core-dev
106 2018-09-02T12:00:53 <wumpus> yes, I understand
107 2018-09-02T12:01:07 <as1nc> it use to work perfectly, but now it's broken
108 2018-09-02T12:03:29 <as1nc> if it ever gets confirmed, i'll keep you posted, but i guess testnet does not work for now :(
109 2018-09-02T12:05:09 <as1nc> do you guys knows any testnet miners ?
110 2018-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
111 2018-09-02T12:06:14 <as1nc> wumpus, did you send the coin within bitcoin core, or another wallet ?
112 2018-09-02T12:06:32 <wumpus> bitcoin core ofc
113 2018-09-02T12:07:06 <as1nc> ok, would you mind keeping me posted if you see that tx confirmed ?
114 2018-09-02T12:08:06 <as1nc> i guess i can just follow on a block explorer
115 2018-09-02T12:09:43 <wumpus> yes, please baby-sit your own tx :)
116 2018-09-02T12:09:43 *** Krellan has quit IRC
117 2018-09-02T12:09:51 <as1nc> yeah :)
118 2018-09-02T12:10:12 <as1nc> thx again
119 2018-09-02T12:10:17 *** Krellan has joined #bitcoin-core-dev
120 2018-09-02T12:15:05 <alexneudatchin> sipa:it's not free stuff moron
121 2018-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 ?
122 2018-09-02T12:16:49 <wumpus> as1nc: would be better to ask in #bitcoin, this channel is for bitcoin core development
123 2018-09-02T12:17:09 *** ChanServ sets mode: +o wumpus
124 2018-09-02T12:17:18 <as1nc> switching to #bitcoin right now :)
125 2018-09-02T12:17:31 *** wumpus sets mode: +b *!*@31.148.139.118
126 2018-09-02T12:17:39 *** alexneudatchin was kicked by wumpus (mind your language)
127 2018-09-02T12:17:52 *** ChanServ sets mode: -o wumpus
128 2018-09-02T12:27:05 *** queip has joined #bitcoin-core-dev
129 2018-09-02T12:44:57 *** bsm117532 has quit IRC
130 2018-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
131 2018-09-02T12:51:00 <wumpus> fee estimation is another non trivial thing on testnet
132 2018-09-02T12:51:27 <wumpus> (it's not easy on mainnet either, but testnet is so unpredictable)
133 2018-09-02T12:59:19 <as1nc> I learn everyday :) and that's great
134 2018-09-02T13:08:16 *** Chris_Stewart_5 has joined #bitcoin-core-dev
135 2018-09-02T13:11:11 *** AaronvanW has joined #bitcoin-core-dev
136 2018-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
137 2018-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
138 2018-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
139 2018-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
140 2018-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.
141 2018-09-02T13:31:47 <wumpus> thanks!
142 2018-09-02T13:45:15 <fanquake> https://github.com/bitcoin/bitcoin/pull/14090#issuecomment-417931910
143 2018-09-02T13:58:26 *** fanquake has quit IRC
144 2018-09-02T14:01:26 *** hebasto has joined #bitcoin-core-dev
145 2018-09-02T14:07:01 *** d9b4bef9 has quit IRC
146 2018-09-02T14:08:08 *** d9b4bef9 has joined #bitcoin-core-dev
147 2018-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
148 2018-09-02T14:36:47 *** AaronvanW has quit IRC
149 2018-09-02T14:41:34 *** AaronvanW has joined #bitcoin-core-dev
150 2018-09-02T14:45:34 *** TheHoliestRoger has quit IRC
151 2018-09-02T14:46:49 *** TheHoliestRoger has joined #bitcoin-core-dev
152 2018-09-02T14:53:54 *** peevsie has joined #bitcoin-core-dev
153 2018-09-02T15:01:09 *** peevsie has quit IRC
154 2018-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
155 2018-09-02T15:34:50 *** AaronvanW has quit IRC
156 2018-09-02T15:41:16 *** AaronvanW has joined #bitcoin-core-dev
157 2018-09-02T15:44:40 *** owowo has quit IRC
158 2018-09-02T15:49:20 *** owowo has joined #bitcoin-core-dev
159 2018-09-02T15:58:59 *** ExtraCrispy has joined #bitcoin-core-dev
160 2018-09-02T16:02:02 *** kakobrekla has joined #bitcoin-core-dev
161 2018-09-02T16:07:29 *** dqx has joined #bitcoin-core-dev
162 2018-09-02T16:09:50 *** drexl has joined #bitcoin-core-dev
163 2018-09-02T16:16:43 *** Apocalyptic has quit IRC
164 2018-09-02T16:17:10 *** Apocalyptic has joined #bitcoin-core-dev
165 2018-09-02T16:18:15 *** intcat has quit IRC
166 2018-09-02T16:19:54 *** intcat has joined #bitcoin-core-dev
167 2018-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
168 2018-09-02T16:52:31 *** maitra has quit IRC
169 2018-09-02T16:58:19 *** Soligor has quit IRC
170 2018-09-02T16:58:36 *** dendisuhubdy has joined #bitcoin-core-dev
171 2018-09-02T17:00:19 *** Soligor has joined #bitcoin-core-dev
172 2018-09-02T17:05:56 *** AaronvanW has quit IRC
173 2018-09-02T17:06:55 *** jarthur has joined #bitcoin-core-dev
174 2018-09-02T17:11:25 *** SopaXorzTaker has quit IRC
175 2018-09-02T17:14:02 *** AaronvanW has joined #bitcoin-core-dev
176 2018-09-02T17:16:07 *** a5m0 has quit IRC
177 2018-09-02T17:18:53 *** Guyver2 has quit IRC
178 2018-09-02T17:31:11 *** ExtraCrispy has quit IRC
179 2018-09-02T17:35:44 *** itaseski has joined #bitcoin-core-dev
180 2018-09-02T17:41:09 *** a5m0 has joined #bitcoin-core-dev
181 2018-09-02T17:48:35 <sipa> achow101: agree, but cant do that right now
182 2018-09-02T17:52:11 *** promag has joined #bitcoin-core-dev
183 2018-09-02T17:54:01 *** d9b4bef9 has quit IRC
184 2018-09-02T17:55:08 *** d9b4bef9 has joined #bitcoin-core-dev
185 2018-09-02T18:02:25 *** AaronvanW has quit IRC
186 2018-09-02T18:10:54 *** jarthur has quit IRC
187 2018-09-02T18:11:32 *** jarthur has joined #bitcoin-core-dev
188 2018-09-02T18:15:43 *** dendisuhubdy has quit IRC
189 2018-09-02T18:22:27 *** promag has quit IRC
190 2018-09-02T18:23:00 *** promag has joined #bitcoin-core-dev
191 2018-09-02T18:27:33 *** promag has quit IRC
192 2018-09-02T18:28:36 *** as1nc has quit IRC
193 2018-09-02T18:28:37 *** Krellan has quit IRC
194 2018-09-02T18:29:41 *** Krellan has joined #bitcoin-core-dev
195 2018-09-02T18:31:58 *** Chris_Stewart_5 has quit IRC
196 2018-09-02T18:35:08 *** Chris_Stewart_5 has joined #bitcoin-core-dev
197 2018-09-02T19:07:20 *** hebasto has quit IRC
198 2018-09-02T19:11:10 *** hebasto has joined #bitcoin-core-dev
199 2018-09-02T19:41:15 *** hebasto has quit IRC
200 2018-09-02T19:48:41 <wumpus> will do
201 2018-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
202 2018-09-02T19:51:19 <wumpus> anyhow ,blocked now
203 2018-09-02T19:53:19 <wumpus> the whole idea of contributing to an open source project and expecting the maintainers to pay you is absurd
204 2018-09-02T19:57:42 *** unholymachine has joined #bitcoin-core-dev
205 2018-09-02T20:17:09 *** promag has joined #bitcoin-core-dev
206 2018-09-02T20:24:32 *** leishman has joined #bitcoin-core-dev
207 2018-09-02T20:27:44 *** profmac has joined #bitcoin-core-dev
208 2018-09-02T20:34:02 *** promag has quit IRC
209 2018-09-02T20:36:17 *** Krellan has quit IRC
210 2018-09-02T20:37:17 *** Krellan has joined #bitcoin-core-dev
211 2018-09-02T21:06:26 *** leishman has quit IRC
212 2018-09-02T21:16:28 <gmaxwell> it's not like it was a particularly interesting contribution either.
213 2018-09-02T21:40:03 *** profmac has quit IRC
214 2018-09-02T21:42:01 *** d9b4bef9 has quit IRC
215 2018-09-02T21:43:08 *** d9b4bef9 has joined #bitcoin-core-dev
216 2018-09-02T21:44:27 *** nanotube has quit IRC
217 2018-09-02T21:45:17 *** ghost43 has quit IRC
218 2018-09-02T21:45:36 *** ghost43 has joined #bitcoin-core-dev
219 2018-09-02T21:50:12 *** nanotube has joined #bitcoin-core-dev
220 2018-09-02T21:53:11 *** profmac has joined #bitcoin-core-dev
221 2018-09-02T21:55:10 *** qrestlove has quit IRC
222 2018-09-02T22:00:14 *** nanotube has quit IRC
223 2018-09-02T22:08:27 *** qrestlove has joined #bitcoin-core-dev
224 2018-09-02T22:13:21 *** jarthur has quit IRC
225 2018-09-02T22:13:29 *** nanotube has joined #bitcoin-core-dev
226 2018-09-02T22:14:34 *** polydin has quit IRC
227 2018-09-02T22:19:20 *** lnostdal has quit IRC
228 2018-09-02T22:31:53 *** Rootsudo has joined #bitcoin-core-dev
229 2018-09-02T22:54:24 *** Diromox has joined #bitcoin-core-dev
230 2018-09-02T22:55:54 *** Diromox has quit IRC
231 2018-09-02T22:57:25 *** profmac has quit IRC
232 2018-09-02T22:57:51 *** profmac has joined #bitcoin-core-dev
233 2018-09-02T23:14:04 *** justanotheruser has quit IRC
234 2018-09-02T23:29:36 *** justanotheruser has joined #bitcoin-core-dev
235 2018-09-02T23:37:45 *** Zenton has quit IRC
236 2018-09-02T23:50:13 *** intcat has quit IRC
237 2018-09-02T23:53:23 *** intcat has joined #bitcoin-core-dev
238 2018-09-02T23:54:19 *** lio17 has quit IRC
239 2018-09-02T23:54:48 *** lio17 has joined #bitcoin-core-dev