1 2019-01-06T00:05:05 *** mmlinx has quit IRC
2 2019-01-06T00:18:46 *** jarthur has joined #bitcoin-core-dev
3 2019-01-06T00:26:25 *** ghost43 has quit IRC
4 2019-01-06T00:38:26 *** ghost43 has joined #bitcoin-core-dev
5 2019-01-06T00:48:52 *** Ashok410 has joined #bitcoin-core-dev
6 2019-01-06T01:05:55 *** dgenr8 has quit IRC
7 2019-01-06T01:36:43 *** riemann_ has quit IRC
8 2019-01-06T01:37:15 *** greenparhelia has joined #bitcoin-core-dev
9 2019-01-06T01:50:28 *** jarthur has quit IRC
10 2019-01-06T01:51:08 *** jarthur has joined #bitcoin-core-dev
11 2019-01-06T02:09:03 *** zib has quit IRC
12 2019-01-06T02:16:27 *** ppisati has quit IRC
13 2019-01-06T02:17:21 *** ppisati has joined #bitcoin-core-dev
14 2019-01-06T02:39:02 *** rh0nj has quit IRC
15 2019-01-06T02:40:08 *** rh0nj has joined #bitcoin-core-dev
16 2019-01-06T02:41:01 *** rh0nj has quit IRC
17 2019-01-06T02:42:07 *** rh0nj has joined #bitcoin-core-dev
18 2019-01-06T03:31:38 *** EagleTM has quit IRC
19 2019-01-06T03:39:03 *** GoldenBear has quit IRC
20 2019-01-06T03:56:13 *** qrestlove has quit IRC
21 2019-01-06T04:09:08 *** qrestlove has joined #bitcoin-core-dev
22 2019-01-06T04:22:58 *** millerti has quit IRC
23 2019-01-06T04:31:39 *** shekisms has joined #bitcoin-core-dev
24 2019-01-06T04:36:23 *** shekisms has quit IRC
25 2019-01-06T04:36:58 *** greenparhelia has quit IRC
26 2019-01-06T04:48:35 *** spinza has quit IRC
27 2019-01-06T04:49:30 *** MrPaz has quit IRC
28 2019-01-06T04:52:17 *** spinza has joined #bitcoin-core-dev
29 2019-01-06T06:12:22 *** ap4lmtree has quit IRC
30 2019-01-06T06:27:30 *** Aliap has joined #bitcoin-core-dev
31 2019-01-06T06:43:01 *** rh0nj has quit IRC
32 2019-01-06T06:44:09 *** rh0nj has joined #bitcoin-core-dev
33 2019-01-06T06:49:01 *** rex4539 has joined #bitcoin-core-dev
34 2019-01-06T06:59:28 *** TheHoliestRoger has quit IRC
35 2019-01-06T07:03:28 *** TheHoliestRoger has joined #bitcoin-core-dev
36 2019-01-06T07:17:19 *** Aliap has quit IRC
37 2019-01-06T08:58:36 *** ddustin has quit IRC
38 2019-01-06T08:58:44 *** jarthur has quit IRC
39 2019-01-06T08:59:05 *** ddustin has joined #bitcoin-core-dev
40 2019-01-06T09:04:01 *** ddustin has quit IRC
41 2019-01-06T09:04:37 *** Kevin__6 has quit IRC
42 2019-01-06T09:25:23 <hebasto> Travis returns ERROR: An error occured while trying to fetch your .travis.yml file. Could someone restart Travis on #14250.
43 2019-01-06T09:25:25 <gribble> https://github.com/bitcoin/bitcoin/issues/14250 | qt: Remove redundant stopThread() and stopExecutor() signals by hebasto · Pull Request #14250 · bitcoin/bitcoin · GitHub
44 2019-01-06T09:29:48 *** bitcoin-git has joined #bitcoin-core-dev
45 2019-01-06T09:29:48 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14250: qt: Remove redundant stopThread() and stopExecutor() signals (master...stopthread-signal) https://github.com/bitcoin/bitcoin/pull/14250
46 2019-01-06T09:29:48 *** bitcoin-git has left #bitcoin-core-dev
47 2019-01-06T09:30:03 *** CubicEarth has quit IRC
48 2019-01-06T09:33:07 <hebasto> MarcoFalke: thanks
49 2019-01-06T09:41:31 *** cc5f has joined #bitcoin-core-dev
50 2019-01-06T09:44:24 *** AaronvanW has joined #bitcoin-core-dev
51 2019-01-06T09:54:51 *** AaronvanW has quit IRC
52 2019-01-06T10:14:30 *** JackH has quit IRC
53 2019-01-06T10:30:22 *** spinza has quit IRC
54 2019-01-06T10:34:17 *** bitcoin-git has joined #bitcoin-core-dev
55 2019-01-06T10:34:18 <bitcoin-git> [bitcoin] Empact opened pull request #15114: Qt: Replace remaining 0 with nullptr (master...qt-zero-as-null-pointer-constant) https://github.com/bitcoin/bitcoin/pull/15114
56 2019-01-06T10:34:18 *** bitcoin-git has left #bitcoin-core-dev
57 2019-01-06T10:39:11 *** cc5f has quit IRC
58 2019-01-06T10:41:02 *** rh0nj has quit IRC
59 2019-01-06T10:42:08 *** rh0nj has joined #bitcoin-core-dev
60 2019-01-06T10:42:17 *** spinza has joined #bitcoin-core-dev
61 2019-01-06T11:25:28 <tryphe> nullptr shouldn't be used instead of 0. to be platform independent, it should be Q_NULLPTR (which is null on some platforms and nullptr on others)
62 2019-01-06T11:25:52 <tryphe> in the context of the Qt pull 15114
63 2019-01-06T11:32:11 <luke-jr> tryphe: nullptr is standard C++, which is a requirement for Bitcoin Core
64 2019-01-06T11:32:20 <hebasto> tryphe: https://bugreports.qt.io/browse/QTBUG-52736
65 2019-01-06T11:32:49 <luke-jr> that being said.. gratuitous changes like this for no reason are not really useful
66 2019-01-06T11:32:57 <tryphe> luke-jr, it's c++11 standard, which is not the only compiler supported by Qt
67 2019-01-06T11:33:08 <luke-jr> tryphe: it is the only compiler standard supported by Bitcoin Core
68 2019-01-06T11:33:31 <tryphe> luke-jr, makes sense i guess
69 2019-01-06T11:33:44 <tryphe> luke-jr, or just leave it 0 =p
70 2019-01-06T11:34:26 <luke-jr> yes, it can be updated when someone has reason to touch those lines
71 2019-01-06T11:37:05 *** QWERRR has joined #bitcoin-core-dev
72 2019-01-06T11:46:43 <tryphe> hebasto: thanks, i guess they did get rid of null support then
73 2019-01-06T13:00:21 *** bitcoin-git has joined #bitcoin-core-dev
74 2019-01-06T13:00:22 <bitcoin-git> [bitcoin] luke-jr opened pull request #15115: GUI: Replace send-to-self with dual send+receive entries (master...rm_send2self) https://github.com/bitcoin/bitcoin/pull/15115
75 2019-01-06T13:00:22 *** bitcoin-git has left #bitcoin-core-dev
76 2019-01-06T13:13:30 *** owowo has quit IRC
77 2019-01-06T13:16:27 *** owowo has joined #bitcoin-core-dev
78 2019-01-06T13:17:49 *** QWERRR has quit IRC
79 2019-01-06T13:58:28 *** DougieBot5000_ has joined #bitcoin-core-dev
80 2019-01-06T14:01:40 *** DougieBot5000 has quit IRC
81 2019-01-06T14:07:05 *** CodeBlue1776 has quit IRC
82 2019-01-06T14:08:49 *** CodeBlue1776 has joined #bitcoin-core-dev
83 2019-01-06T14:39:09 *** fabianfabian has quit IRC
84 2019-01-06T15:09:09 *** dviola has joined #bitcoin-core-dev
85 2019-01-06T15:13:27 *** spinza has quit IRC
86 2019-01-06T15:17:11 *** spinza has joined #bitcoin-core-dev
87 2019-01-06T15:27:00 *** dviola has quit IRC
88 2019-01-06T16:36:21 *** Guyver2 has joined #bitcoin-core-dev
89 2019-01-06T16:48:38 *** Tralfaz has joined #bitcoin-core-dev
90 2019-01-06T16:51:24 *** bitcoin-git has joined #bitcoin-core-dev
91 2019-01-06T16:51:25 <bitcoin-git> [bitcoin] practicalswift opened pull request #15117: Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAllocator::AllocateLocked (master...gracefully-handle-mmap-failure) https://github.com/bitcoin/bitcoin/pull/15117
92 2019-01-06T16:51:25 *** bitcoin-git has left #bitcoin-core-dev
93 2019-01-06T16:51:38 *** CubicEarth has joined #bitcoin-core-dev
94 2019-01-06T17:04:27 *** IGHOR has quit IRC
95 2019-01-06T17:04:46 *** IGHOR has joined #bitcoin-core-dev
96 2019-01-06T17:26:03 *** ddustin has joined #bitcoin-core-dev
97 2019-01-06T17:41:30 *** laurentmt has joined #bitcoin-core-dev
98 2019-01-06T17:47:33 *** laurentmt has quit IRC
99 2019-01-06T18:09:40 *** qu4ku has joined #bitcoin-core-dev
100 2019-01-06T18:23:06 *** owowo has quit IRC
101 2019-01-06T18:23:25 <hebasto> How can I increase connected peers number on testnet3?
102 2019-01-06T18:35:42 <promag> hebasto: https://github.com/bitcoin/bitcoin/pull/15115#issuecomment-451763152 really? I'll revisit that one
103 2019-01-06T18:37:44 <luke-jr> hebasto: pretty sure promag meant #12578 *combined with* #15115
104 2019-01-06T18:37:45 <gribble> https://github.com/bitcoin/bitcoin/issues/12578 | gui: Add transaction record type Fee by promag · Pull Request #12578 · bitcoin/bitcoin · GitHub
105 2019-01-06T18:37:46 <gribble> https://github.com/bitcoin/bitcoin/issues/15115 | GUI: Replace send-to-self with dual send+receive entries by luke-jr · Pull Request #15115 · bitcoin/bitcoin · GitHub
106 2019-01-06T18:40:57 *** ap4lmtree has joined #bitcoin-core-dev
107 2019-01-06T18:43:27 <hebasto> promag: on screenshots "Payment to yourself" transactions show "(n/a)" w/o "Fee" row.
108 2019-01-06T18:54:19 *** DougieBot5000_ is now known as DougieBot5000
109 2019-01-06T19:07:47 <promag> hebasto: have you combined both branches?
110 2019-01-06T19:12:44 <hebasto> promag: will try
111 2019-01-06T19:27:03 <luke-jr> note: it's not trivial
112 2019-01-06T19:27:25 <luke-jr> (but definitely doable - I actually rebased 15115 off a branch that had 12578 already :P)
113 2019-01-06T19:31:19 <hebasto> luke-jr: thanks
114 2019-01-06T19:41:39 *** laurentmt has joined #bitcoin-core-dev
115 2019-01-06T19:44:02 <promag> luke-jr: for knots?
116 2019-01-06T19:44:45 <luke-jr> promag: no, for something else (which has other stuff touching this code too)
117 2019-01-06T19:57:26 *** laurentmt has quit IRC
118 2019-01-06T20:00:32 *** promag has quit IRC
119 2019-01-06T20:08:34 *** Chris_Stewart_5 has joined #bitcoin-core-dev
120 2019-01-06T20:15:42 *** jarthur has joined #bitcoin-core-dev
121 2019-01-06T20:22:52 *** promag has joined #bitcoin-core-dev
122 2019-01-06T20:30:42 *** qu4ku has quit IRC
123 2019-01-06T20:37:07 *** EagleTM has joined #bitcoin-core-dev
124 2019-01-06T20:49:02 *** rh0nj has quit IRC
125 2019-01-06T20:50:12 *** rh0nj has joined #bitcoin-core-dev
126 2019-01-06T21:05:12 *** howdyhow has joined #bitcoin-core-dev
127 2019-01-06T21:05:19 <howdyhow> hi everyone
128 2019-01-06T21:06:03 <howdyhow> its taking too long to transfer my bitcore to sychronise so i have extracted the the private key in console but then put it into my block chain acccount but its still sayingits unspendable
129 2019-01-06T21:07:58 <harding> howdyhow: this channel is for development, please use #bitcoin for support.
130 2019-01-06T21:08:27 <howdyhow> thanks friend
131 2019-01-06T21:25:02 *** Chris_Stewart_5 has quit IRC
132 2019-01-06T21:25:49 *** Chris_Stewart_5 has joined #bitcoin-core-dev
133 2019-01-06T21:32:48 *** hebasto has quit IRC
134 2019-01-06T21:34:41 *** AaronvanW has joined #bitcoin-core-dev
135 2019-01-06T21:47:18 *** howdyhow has quit IRC
136 2019-01-06T21:56:52 *** Guyver2 has quit IRC
137 2019-01-06T21:59:54 *** justanotheruser has quit IRC
138 2019-01-06T22:00:41 *** jarthur has quit IRC
139 2019-01-06T22:03:55 *** rex4539 has quit IRC
140 2019-01-06T22:08:11 *** AaronvanW has quit IRC
141 2019-01-06T22:08:17 *** Aaronvan_ has joined #bitcoin-core-dev
142 2019-01-06T22:11:34 *** ddustin has quit IRC
143 2019-01-06T22:11:40 *** ddustin_ has joined #bitcoin-core-dev
144 2019-01-06T22:12:16 *** Phungmobile has joined #bitcoin-core-dev
145 2019-01-06T22:17:34 *** jcorgan_ has quit IRC
146 2019-01-06T22:46:12 *** spinza has quit IRC
147 2019-01-06T22:50:02 *** spinza has joined #bitcoin-core-dev
148 2019-01-06T23:02:59 *** Aaronvan_ has quit IRC
149 2019-01-06T23:03:53 *** justanotheruser has joined #bitcoin-core-dev
150 2019-01-06T23:26:31 *** spinza has quit IRC
151 2019-01-06T23:26:43 *** lnostdal has quit IRC
152 2019-01-06T23:27:05 *** lnostdal has joined #bitcoin-core-dev
153 2019-01-06T23:30:38 *** Chris_Stewart_5 has quit IRC
154 2019-01-06T23:43:01 *** rh0nj has quit IRC
155 2019-01-06T23:46:08 *** rh0nj has joined #bitcoin-core-dev
156 2019-01-06T23:51:18 *** spinza has joined #bitcoin-core-dev