2015-10-30 00:53
sipa changed the topic of #bitcoin-wizards to: This channel is for discussing theoretical ideas with regard to cryptocurrencies, not about short-term Bitcoin development |
http://bitcoin.ninja/ | This channel is logged. | For logs and more information, visit
http://bitcoin.ninja
00:05
jinglebellz has quit [Remote host closed the connection]
00:12
jinglebellz has joined #bitcoin-wizards
00:13
wallet42 has joined #bitcoin-wizards
00:20
RoboTeddy has joined #bitcoin-wizards
00:25
RoboTeddy has quit [Ping timeout: 260 seconds]
00:29
wallet42 has quit [Quit: Leaving.]
00:33
justanotherelf has joined #bitcoin-wizards
00:33
jinglebellz has quit [Remote host closed the connection]
00:43
jinglebellz has joined #bitcoin-wizards
00:43
eudoxia has quit [Quit: Leaving]
00:47
wallet42 has joined #bitcoin-wizards
00:47
wallet42 has quit [Client Quit]
00:48
wallet42 has joined #bitcoin-wizards
00:50
Emcy has quit [Ping timeout: 240 seconds]
00:53
wallet42 has quit [Ping timeout: 264 seconds]
01:02
c0rw1n is now known as c0rw|zZz
01:10
RoboTeddy has joined #bitcoin-wizards
01:34
dEBRUYNE has quit [Ping timeout: 250 seconds]
01:48
eragmus1 has joined #bitcoin-wizards
01:48
Monthrect is now known as Piper-Off
01:51
eragmus has quit [Ping timeout: 255 seconds]
01:52
Burrito has quit [Quit: Leaving]
02:00
silvaedium has joined #bitcoin-wizards
02:01
pozitron has joined #bitcoin-wizards
02:21
AaronvanW has quit [Ping timeout: 250 seconds]
02:23
<
bramc >
In general a source of delays will cause delays when you don't want them but not be reliable as a source of security when you want to rely on them for that.
02:25
<
kanzure >
"proof of merkle tree ordering work"
02:27
<
kanzure >
adam3us: btw, instead of just "you must have your private keys to own BTC", i suspect it may be advisable to upgrade this recommendation to "and you must run your own verification"
02:30
TBI_ has quit [Read error: Connection reset by peer]
02:31
TBI has joined #bitcoin-wizards
02:33
Emcy has joined #bitcoin-wizards
02:33
Emcy has quit [Changing host]
02:33
Emcy has joined #bitcoin-wizards
02:34
Ylbam has quit [Quit: Connection closed for inactivity]
02:38
jinglebellz has quit []
02:50
eragmus has joined #bitcoin-wizards
02:52
p15 has joined #bitcoin-wizards
02:52
eragmus1 has quit [Ping timeout: 260 seconds]
02:58
justanotherelf has quit [Ping timeout: 240 seconds]
03:03
Yoghur114_2 has quit [Remote host closed the connection]
03:23
<
maaku >
CubicEarth: you should look into the bitcoin relay network and IBLT
03:25
<
CubicEarth >
maaku: While both of those things are great, I thought there was concern that both of those systems penalize a miner who is mining very different tx's than everyone else.
03:27
<
maaku >
CubicEarth: as does your scheme, which is basically what the relay network and IBLT do
03:30
<
CubicEarth >
maaku: My scheme doesn't make use of pre-shared tx's
03:30
<
silvaedium >
I need bitcoin santa 1FmhLXEo3wWYUcL7NvSFr8RQbEq4eBoZQL
03:34
<
CubicEarth >
maaku: I though there was concern with block propagation times into and out of Chain
03:43
smk has quit [Ping timeout: 252 seconds]
03:50
RoboTeddy has quit [Remote host closed the connection]
04:03
tulip has joined #bitcoin-wizards
04:04
eragmus1 has joined #bitcoin-wizards
04:05
<
tulip >
CubicEarth: it's not really clear how that is supposed to help.
04:06
licnep has quit [Quit: Connection closed for inactivity]
04:07
eragmus has quit [Ping timeout: 272 seconds]
04:10
<
CubicEarth >
tulip: It's supposed to get blocks through the china firewall quickly
04:10
<
tulip >
you seem to be operating under the assumption that you can get more speed by fragmenting blocks and using multiple TCP streams? that's almost certainly not the case, and reassembling the 200,000 block pieces would take a significant amount of time.
04:10
justanotherelf has joined #bitcoin-wizards
04:13
<
CubicEarth >
tulip: Yes, in a sense. In my example I suggested 5-KB pieces, so there would 200 of them for a 1-MB block. But even if there were 10,000, reassembly would be fast. The fragments would be labeled with their order / position.
04:14
<
tulip >
sorry, for some reason I read that as 5K.
04:15
<
CubicEarth >
tulip: And why wouldn't multiple TCP streams be faster?
04:15
Giszmo has quit [Quit: Leaving.]
04:15
<
tulip >
as much as I understand the connections are slow, more than latent.
04:16
justanotherelf has quit [Ping timeout: 250 seconds]
04:16
<
CubicEarth >
tulip: that would be fine, my scheme would handle that just fine.
04:17
<
tulip >
I'm still unsure how it's supposed to help.
04:19
eragmus has joined #bitcoin-wizards
04:19
<
CubicEarth >
tulip: if you had ten computers in different cities in china, and ten computers each in a different countries outside of China, and made 1 to 1 (peer-to-peer) connections between computers on the inside and computers on the outside, the aggregate bandwidth would clearly be higher than if you just had connection
04:19
<
CubicEarth >
between one pair
04:19
<
CubicEarth >
right?
04:19
<
CubicEarth >
On average, it would be 10x higher
04:23
<
tulip >
CubicEarth: that description is more clear than your original one.
04:23
eragmus1 has quit [Ping timeout: 264 seconds]
04:23
justanotherelf has joined #bitcoin-wizards
04:23
justanotherelf is now known as justanotheruser
04:26
<
CubicEarth >
tulip: Great!
04:28
<
CubicEarth >
tulip: So does it makes sense now? Can you see how it would help?
04:29
<
tulip >
CubicEarth: don't get caught in implementation details when describing a concept and people will have an easier time parsing them. an actual random ordering of 200 chunks will leave you waiting until near the end to get all of the ones you need to reassemble, which is almost certainly not what you want.
04:29
dave4925 has joined #bitcoin-wizards
04:32
<
tulip >
CubicEarth: remember that under non-attack conditions the relay network can push a lot of blocks in just a single TCP packet.
04:33
<
CubicEarth >
Point taken on the implementation details.
04:35
eragmus1 has joined #bitcoin-wizards
04:37
rusty has joined #bitcoin-wizards
04:37
p15 has quit [Ping timeout: 272 seconds]
04:38
eragmus has quit [Ping timeout: 240 seconds]
04:39
TheSeven has quit [Ping timeout: 250 seconds]
04:39
<
CubicEarth >
tulip: Not that the random ordering would be the most efficient, but needing to wait until the end would be unlikely. The more relay-pairs you had, the smaller chance a given fragment would be randomly assigned to the back of the list in each instance.
04:39
<
CubicEarth >
tulip: But it would be easy to do better - absolutely
04:40
TheSeven has joined #bitcoin-wizards
04:41
<
CubicEarth >
tulip: I know the relay network works well - this is just a different concept for how to push information quickly. I assume there are certain attacks that would work on the relay network, but not on what I described. Although the relay network should always be faster under standard idea conditions.
04:42
<
CubicEarth >
ideal*
04:48
silvaedium has quit []
04:49
silvaedium has joined #bitcoin-wizards
04:49
silvaedium has quit [Client Quit]
04:51
RoboTeddy has joined #bitcoin-wizards
04:53
pozitron has quit [Ping timeout: 246 seconds]
04:55
RoboTeddy has quit [Ping timeout: 250 seconds]
04:56
silvaedium has joined #bitcoin-wizards
04:58
silvaedium has quit [Remote host closed the connection]
05:13
pozitrono has joined #bitcoin-wizards
05:19
eragmus has joined #bitcoin-wizards
05:23
eragmus1 has quit [Ping timeout: 272 seconds]
05:35
notsilvaedium has joined #bitcoin-wizards
05:37
eragmus1 has joined #bitcoin-wizards
05:38
notsilvaedium has quit [Client Quit]
05:39
eragmus has quit [Ping timeout: 240 seconds]
05:45
eragmus1 has quit [Quit: Leaving.]
05:52
RoboTeddy has joined #bitcoin-wizards
05:56
notsilvaedium has joined #bitcoin-wizards
05:56
notsilvaedium is now known as silvaedium
05:56
RoboTeddy has quit [Ping timeout: 250 seconds]
06:03
p15 has joined #bitcoin-wizards
06:07
bramc has quit [Quit: This computer has gone to sleep]
06:09
<
phantomcircuit >
tulip, you actually can get better throughput through the GFW via multiple tcp connections
06:10
<
tulip >
phantomcircuit: that's surprising, wonder what the justification for that is.
06:12
<
phantomcircuit >
tulip, afaict it's something to do with trying to keep http requests fast but not other things
06:12
<
phantomcircuit >
but the gfw is a patch work
06:12
<
phantomcircuit >
so things that work in one place wont work in another
06:13
<
phantomcircuit >
CubicEarth, i believe gmaxwell has a design for something in the same vein that is much more powerful than what CubicEarth seems to be describing using erasure encoding
06:14
<
tulip >
phantomcircuit: right. I based my assumption on some comments which seemed to suggest that internet connections themselves were slowed or interrupted on a per-user basis as punishment for misbehaviour. based on that any slowdown or latency was going to be global rather than per TCP connection.
06:14
<
phantomcircuit >
tulip, yeah it's definitely not strictly packet switching
06:15
<
phantomcircuit >
there's a bunch of crazy things going on which can have the effect of slowing individual tcp sessions
06:15
<
phantomcircuit >
it might have to do with delaying out of order packets until the packet before was received
06:18
<
CubicEarth >
phantomcircuit: I'm not sure how it can be much more optimized than transmission being linearly sped-up by the number of routes (assuming routes are all of equal bandwidth and latency)
06:19
<
phantomcircuit >
CubicEarth, i suggest magic
06:19
<
phantomcircuit >
(it can be but only with a radically different design that relies on trust)
06:20
<
CubicEarth >
phantomcircuit: lol
06:20
<
phantomcircuit >
(ie fails horribly if any peer is adversarial)
06:23
<
CubicEarth >
phantomcircuit: As tulip pointed out, the random ordering I proposed isn't optimal. My army of nodes could all be numbered, and their transmission of the fragments could be coordinated by nothing more than their pre-assigned ID numbers.
06:25
<
CubicEarth >
tulip: phantomcircuit: I could spend a little bit more time writing up this concept if you think it would help
06:26
lmatteis has quit [Ping timeout: 245 seconds]
06:27
lmatteis has joined #bitcoin-wizards
06:59
pozitrono has quit [Ping timeout: 276 seconds]
07:02
RoboTeddy has joined #bitcoin-wizards
07:04
sparetire_ has quit [Quit: sparetire_]
07:18
silvaedium has quit []
07:29
gocrazy has quit [Ping timeout: 255 seconds]
07:33
bliljerk101 has quit [Ping timeout: 260 seconds]
07:34
bliljerk101 has joined #bitcoin-wizards
07:40
rusty has quit [Ping timeout: 256 seconds]
07:49
p15 has quit [Ping timeout: 255 seconds]
07:50
p15 has joined #bitcoin-wizards
07:59
nuke1989 has quit [Remote host closed the connection]
08:26
davec has quit [Read error: Connection reset by peer]
08:26
davec has joined #bitcoin-wizards
08:31
redactegg has joined #bitcoin-wizards
08:31
ShadeS has joined #bitcoin-wizards
08:32
<
redactegg >
Its BTC-e metatrader api legit. How do they handle leveraged trades on a real account @ 1:3?
08:37
<
fluffypony >
redactegg: #bitcoin
08:42
<
redactegg >
one # or two
08:43
<
fluffypony >
either
08:43
p15 has quit [Ping timeout: 264 seconds]
08:47
licnep has joined #bitcoin-wizards
08:47
pozitron has joined #bitcoin-wizards
08:52
matsjj has joined #bitcoin-wizards
08:52
matsjj has quit [Remote host closed the connection]
08:53
matsjj has joined #bitcoin-wizards
08:54
matsjj has quit [Remote host closed the connection]
08:55
matsjj_ has joined #bitcoin-wizards
08:55
matsjj_ has quit [Remote host closed the connection]
08:56
matsjj_ has joined #bitcoin-wizards
08:56
matsjj_ has quit [Remote host closed the connection]
08:56
matsjj_ has joined #bitcoin-wizards
08:56
matsjj_ has quit [Read error: Connection reset by peer]
08:57
matsjj_ has joined #bitcoin-wizards
08:58
matsjj__ has joined #bitcoin-wizards
08:59
matsjj has joined #bitcoin-wizards
08:59
matsjj has quit [Read error: Connection reset by peer]
09:00
matsjj has joined #bitcoin-wizards
09:01
matsjj___ has joined #bitcoin-wizards
09:01
matsjj___ has quit [Read error: Connection reset by peer]
09:02
matsjj_ has quit [Ping timeout: 260 seconds]
09:02
c0rw|zZz has quit [Ping timeout: 245 seconds]
09:03
matsjj__ has quit [Ping timeout: 260 seconds]
09:03
matsjj_ has joined #bitcoin-wizards
09:03
matsjj_ has quit [Remote host closed the connection]
09:04
matsjj_ has joined #bitcoin-wizards
09:04
matsjj_ has quit [Remote host closed the connection]
09:04
matsjj has quit [Ping timeout: 250 seconds]
09:04
matsjj_ has joined #bitcoin-wizards
09:04
matsjj has joined #bitcoin-wizards
09:04
matsjj has quit [Remote host closed the connection]
09:05
adam3us has joined #bitcoin-wizards
09:06
c0rw|zZz has joined #bitcoin-wizards
09:06
matsjj has joined #bitcoin-wizards
09:06
matsjj has quit [Read error: Connection reset by peer]
09:09
matsjj_ has quit [Ping timeout: 260 seconds]
09:09
matsjj_ has joined #bitcoin-wizards
09:09
matsjj_ has quit [Remote host closed the connection]
09:11
matsjj has joined #bitcoin-wizards
09:11
matsjj has quit [Read error: Connection reset by peer]
09:11
matsjj has joined #bitcoin-wizards
09:11
matsjj has quit [Read error: Connection reset by peer]
09:12
matsjj has joined #bitcoin-wizards
09:12
matsjj_ has joined #bitcoin-wizards
09:12
matsjj_ has quit [Remote host closed the connection]
09:12
ThomasV has joined #bitcoin-wizards
09:13
matsjj_ has joined #bitcoin-wizards
09:15
matsjj_ has joined #bitcoin-wizards
09:15
matsjj_ has quit [Read error: Connection reset by peer]
09:16
matsjj_ has joined #bitcoin-wizards
09:16
matsjj_ has quit [Remote host closed the connection]
09:16
matsjj has quit [Ping timeout: 250 seconds]
09:16
matsjj has joined #bitcoin-wizards
09:16
matsjj has quit [Remote host closed the connection]
09:17
matsjj has joined #bitcoin-wizards
09:17
matsjj has quit [Remote host closed the connection]
09:19
matsjj_ has joined #bitcoin-wizards
09:19
matsjj_ has quit [Remote host closed the connection]
09:19
matsjj_ has joined #bitcoin-wizards
09:20
matsjj__ has joined #bitcoin-wizards
09:20
matsjj__ has quit [Remote host closed the connection]
09:20
matsjj__ has joined #bitcoin-wizards
09:20
matsjj__ has quit [Remote host closed the connection]
09:23
matsjj__ has joined #bitcoin-wizards
09:23
matsjj__ has quit [Read error: Connection reset by peer]
09:23
matsjj has joined #bitcoin-wizards
09:23
matsjj has quit [Remote host closed the connection]
09:23
tripleslash has joined #bitcoin-wizards
09:23
matsjj_ has quit [Ping timeout: 240 seconds]
09:24
matsjj has joined #bitcoin-wizards
09:24
matsjj has quit [Remote host closed the connection]
09:26
matsjj_ has joined #bitcoin-wizards
09:26
matsjj__ has joined #bitcoin-wizards
09:26
matsjj__ has quit [Read error: Connection reset by peer]
09:26
matsjj__ has joined #bitcoin-wizards
09:28
matsjj___ has joined #bitcoin-wizards
09:28
matsjj___ has quit [Remote host closed the connection]
09:28
matsjj___ has joined #bitcoin-wizards
09:28
matsjj___ has quit [Read error: Connection reset by peer]
09:29
ThomasV has quit [Ping timeout: 260 seconds]
09:30
matsjj_ has quit [Ping timeout: 260 seconds]
09:30
matsjj___ has joined #bitcoin-wizards
09:30
matsjj___ has quit [Remote host closed the connection]
09:31
matsjj__ has quit [Ping timeout: 250 seconds]
09:31
matsjj_ has joined #bitcoin-wizards
09:31
matsjj_ has quit [Remote host closed the connection]
09:32
matsjj_ has joined #bitcoin-wizards
09:32
matsjj_ has quit [Remote host closed the connection]
09:33
matsjj_ has joined #bitcoin-wizards
09:34
matsjj__ has joined #bitcoin-wizards
09:34
matsjj___ has joined #bitcoin-wizards
09:34
matsjj___ has quit [Read error: Connection reset by peer]
09:36
matsjj___ has joined #bitcoin-wizards
09:36
matsjj___ has quit [Remote host closed the connection]
09:37
matsjj___ has joined #bitcoin-wizards
09:37
matsjj___ has quit [Remote host closed the connection]
09:37
p15 has joined #bitcoin-wizards
09:38
matsjj_ has quit [Ping timeout: 260 seconds]
09:38
matsjj___ has joined #bitcoin-wizards
09:38
matsjj___ has quit [Remote host closed the connection]
09:38
matsjj__ has quit [Ping timeout: 240 seconds]
09:40
matsjj has joined #bitcoin-wizards
09:40
matsjj_ has joined #bitcoin-wizards
09:40
matsjj_ has quit [Remote host closed the connection]
09:41
matsjj_ has joined #bitcoin-wizards
09:41
matsjj_ has quit [Remote host closed the connection]
09:41
matsjj_ has joined #bitcoin-wizards
09:41
matsjj_ has quit [Read error: Connection reset by peer]
09:42
matsjj_ has joined #bitcoin-wizards
09:42
matsjj_ has quit [Read error: Connection reset by peer]
09:42
matsjj_ has joined #bitcoin-wizards
09:43
matsjj__ has joined #bitcoin-wizards
09:43
matsjj__ has quit [Remote host closed the connection]
09:44
matsjj has quit [Ping timeout: 250 seconds]
09:44
matsjj__ has joined #bitcoin-wizards
09:44
matsjj__ has quit [Remote host closed the connection]
09:46
matsjj__ has joined #bitcoin-wizards
09:46
matsjj__ has quit [Remote host closed the connection]
09:47
matsjj_ has quit [Ping timeout: 250 seconds]
09:49
matsjj_ has joined #bitcoin-wizards
09:49
matsjj_ has quit [Remote host closed the connection]
09:50
matsjj_ has joined #bitcoin-wizards
09:51
matsjj__ has joined #bitcoin-wizards
09:51
matsjj__ has quit [Read error: Connection reset by peer]
09:53
matsjj__ has joined #bitcoin-wizards
09:54
matsjj___ has joined #bitcoin-wizards
09:55
matsjj_ has quit [Ping timeout: 250 seconds]
09:55
matsjj_ has joined #bitcoin-wizards
09:55
matsjj_ has quit [Remote host closed the connection]
09:58
matsjj__ has quit [Ping timeout: 260 seconds]
09:58
matsjj___ has quit [Ping timeout: 250 seconds]
09:59
dEBRUYNE has joined #bitcoin-wizards
09:59
matsjj_ has joined #bitcoin-wizards
10:00
matsjj__ has joined #bitcoin-wizards
10:00
matsjj__ has quit [Remote host closed the connection]
10:01
matsjj__ has joined #bitcoin-wizards
10:01
matsjj__ has quit [Read error: Connection reset by peer]
10:02
matsjj__ has joined #bitcoin-wizards
10:04
matsjj_ has quit [Ping timeout: 255 seconds]
10:04
matsjj_ has joined #bitcoin-wizards
10:04
roconnor has quit [Ping timeout: 260 seconds]
10:04
matsjj___ has joined #bitcoin-wizards
10:04
matsjj___ has quit [Remote host closed the connection]
10:05
matsjj___ has joined #bitcoin-wizards
10:06
matsjj__ has quit [Ping timeout: 255 seconds]
10:07
matsjj__ has joined #bitcoin-wizards
10:07
matsjj__ has quit [Remote host closed the connection]
10:08
matsjj__ has joined #bitcoin-wizards
10:08
matsjj__ has quit [Remote host closed the connection]
10:08
matsjj__ has joined #bitcoin-wizards
10:08
matsjj__ has quit [Read error: Connection reset by peer]
10:08
matsjj_ has quit [Ping timeout: 255 seconds]
10:09
matsjj_ has joined #bitcoin-wizards
10:09
matsjj___ has quit [Ping timeout: 255 seconds]
10:11
matsjj has joined #bitcoin-wizards
10:13
matsjj__ has joined #bitcoin-wizards
10:14
matsjj_ has quit [Ping timeout: 260 seconds]
10:14
matsjj_ has joined #bitcoin-wizards
10:14
matsjj_ has quit [Read error: Connection reset by peer]
10:15
matsjj_ has joined #bitcoin-wizards
10:15
matsjj_ has quit [Read error: Connection reset by peer]
10:15
matsjj_ has joined #bitcoin-wizards
10:16
matsjj__ has joined #bitcoin-wizards
10:16
matsjj__ has quit [Remote host closed the connection]
10:17
matsjj__ has joined #bitcoin-wizards
10:17
matsjj__ has quit [Read error: Connection reset by peer]
10:18
matsjj__ has joined #bitcoin-wizards
10:18
matsjj__ has quit [Remote host closed the connection]
10:19
matsjj__ has joined #bitcoin-wizards
10:19
matsjj__ has quit [Remote host closed the connection]
10:20
matsjj_ has quit [Ping timeout: 260 seconds]
10:20
matsjj_ has joined #bitcoin-wizards
10:22
chmod755 has joined #bitcoin-wizards
10:22
matsjj has joined #bitcoin-wizards
10:23
matsjj__ has joined #bitcoin-wizards
10:23
matsjj___ has joined #bitcoin-wizards
10:23
matsjj___ has quit [Read error: Connection reset by peer]
10:25
spinza has quit [Ping timeout: 260 seconds]
10:25
matsjj_ has quit [Ping timeout: 255 seconds]
10:26
matsjj_ has joined #bitcoin-wizards
10:27
matsjj has quit [Ping timeout: 255 seconds]
10:27
matsjj__ has quit [Ping timeout: 255 seconds]
10:27
matsjj___ has joined #bitcoin-wizards
10:27
matsjj___ has quit [Remote host closed the connection]
10:28
matsjj__ has joined #bitcoin-wizards
10:28
matsjj___ has joined #bitcoin-wizards
10:28
matsjj___ has quit [Remote host closed the connection]
10:29
matsjj___ has joined #bitcoin-wizards
10:30
matsj____ has joined #bitcoin-wizards
10:31
matsjj_ has quit [Ping timeout: 255 seconds]
10:32
matsjj has joined #bitcoin-wizards
10:32
matsjj__ has quit [Ping timeout: 255 seconds]
10:32
matsjj_ has joined #bitcoin-wizards
10:32
matsjj_ has quit [Remote host closed the connection]
10:33
matsjj_ has joined #bitcoin-wizards
10:33
matsjj_ has quit [Read error: Connection reset by peer]
10:33
matsjj___ has quit [Ping timeout: 255 seconds]
10:34
matsjj_ has joined #bitcoin-wizards
10:34
matsjj_ has quit [Remote host closed the connection]
10:34
matsjj_ has joined #bitcoin-wizards
10:34
matsjj_ has quit [Read error: Connection reset by peer]
10:35
spinza has joined #bitcoin-wizards
10:36
matsjj_ has joined #bitcoin-wizards
10:36
matsjj__ has joined #bitcoin-wizards
10:37
matsjj has quit [Ping timeout: 260 seconds]
10:37
matsjj has joined #bitcoin-wizards
10:40
matsjj_ has quit [Ping timeout: 240 seconds]
10:40
matsjj_ has joined #bitcoin-wizards
10:40
matsjj__ has quit [Ping timeout: 240 seconds]
10:41
matsjj__ has joined #bitcoin-wizards
10:42
matsjj has quit [Ping timeout: 250 seconds]
10:42
matsjj has joined #bitcoin-wizards
10:43
matsjj has joined #bitcoin-wizards
10:44
p15 has quit [Ping timeout: 272 seconds]
10:44
matsjj_ has quit [Ping timeout: 240 seconds]
10:45
matsjj_ has joined #bitcoin-wizards
10:47
matsjj_ has joined #bitcoin-wizards
10:47
matsjj_ has quit [Read error: Connection reset by peer]
10:47
matsjj has quit [Ping timeout: 260 seconds]
10:47
matsjj_ has joined #bitcoin-wizards
10:47
matsjj_ has quit [Read error: Connection reset by peer]
10:48
Ylbam has joined #bitcoin-wizards
10:49
matsjj_ has joined #bitcoin-wizards
10:49
matsjj_ has quit [Remote host closed the connection]
10:50
matsjj_ has joined #bitcoin-wizards
10:51
matsjj__ has joined #bitcoin-wizards
10:51
matsjj__ has quit [Remote host closed the connection]
10:51
matsjj__ has joined #bitcoin-wizards
10:51
matsjj__ has quit [Remote host closed the connection]
10:53
matsjj has joined #bitcoin-wizards
10:53
matsjj has quit [Remote host closed the connection]
10:54
matsjj has joined #bitcoin-wizards
10:54
matsjj has quit [Read error: Connection reset by peer]
10:54
RoboTeddy has quit [Remote host closed the connection]
10:55
matsjj_ has quit [Ping timeout: 250 seconds]
10:55
matsjj has joined #bitcoin-wizards
10:55
matsjj has quit [Remote host closed the connection]
10:56
matsjj has joined #bitcoin-wizards
10:56
matsjj has quit [Read error: Connection reset by peer]
10:56
matsjj has joined #bitcoin-wizards
10:57
matsjj has quit [Remote host closed the connection]
10:58
matsjj has joined #bitcoin-wizards
10:58
matsjj_ has joined #bitcoin-wizards
10:58
matsjj_ has quit [Remote host closed the connection]
11:00
matsjj_ has joined #bitcoin-wizards
11:01
matsjj__ has joined #bitcoin-wizards
11:01
matsjj__ has quit [Remote host closed the connection]
11:02
matsjj has quit [Ping timeout: 250 seconds]
11:03
matsjj has joined #bitcoin-wizards
11:03
matsjj has quit [Remote host closed the connection]
11:03
matsjj has joined #bitcoin-wizards
11:03
matsjj has quit [Remote host closed the connection]
11:05
matsjj_ has quit [Ping timeout: 260 seconds]
11:05
matsjj has joined #bitcoin-wizards
11:05
matsjj has joined #bitcoin-wizards
11:05
matsjj has quit [Read error: Connection reset by peer]
11:06
matsjj has joined #bitcoin-wizards
11:06
matsjj has quit [Read error: Connection reset by peer]
11:07
matsjj has joined #bitcoin-wizards
11:07
matsjj has quit [Remote host closed the connection]
11:07
pozitron has quit [Read error: Connection reset by peer]
11:07
matsjj has joined #bitcoin-wizards
11:07
matsjj has quit [Read error: Connection reset by peer]
11:08
matsjj has joined #bitcoin-wizards
11:09
matsjj_ has joined #bitcoin-wizards
11:09
matsjj_ has quit [Read error: Connection reset by peer]
11:10
matsjj_ has joined #bitcoin-wizards
11:12
matsjj__ has joined #bitcoin-wizards
11:12
matsjj__ has quit [Remote host closed the connection]
11:12
ThomasV has joined #bitcoin-wizards
11:12
matsjj__ has joined #bitcoin-wizards
11:13
matsjj___ has joined #bitcoin-wizards
11:13
matsjj has quit [Ping timeout: 260 seconds]
11:14
matsjj has joined #bitcoin-wizards
11:14
matsjj has quit [Remote host closed the connection]
11:14
matsjj_ has quit [Ping timeout: 250 seconds]
11:16
matsjj has joined #bitcoin-wizards
11:16
matsjj has quit [Read error: Connection reset by peer]
11:17
matsjj__ has quit [Ping timeout: 260 seconds]
11:17
matsjj has joined #bitcoin-wizards
11:17
matsjj has quit [Read error: Connection reset by peer]
11:17
pozitrono has joined #bitcoin-wizards
11:17
matsjj___ has quit [Ping timeout: 260 seconds]
11:20
matsjj has joined #bitcoin-wizards
11:20
matsjj has quit [Read error: Connection reset by peer]
11:20
matsjj_ has joined #bitcoin-wizards
11:20
matsjj_ has quit [Remote host closed the connection]
11:21
matsjj_ has joined #bitcoin-wizards
11:22
matsjj__ has joined #bitcoin-wizards
11:22
matsjj__ has quit [Remote host closed the connection]
11:22
pozitrono has quit [Ping timeout: 265 seconds]
11:23
matsjj__ has joined #bitcoin-wizards
11:23
matsjj___ has joined #bitcoin-wizards
11:23
ThomasV has quit [Ping timeout: 260 seconds]
11:24
matsj____ has joined #bitcoin-wizards
11:24
matsj____ has quit [Remote host closed the connection]
11:24
wangchun has quit [Quit: leaving]
11:24
wangchun has joined #bitcoin-wizards
11:25
matsjj_ has quit [Ping timeout: 240 seconds]
11:27
matsjj__ has quit [Ping timeout: 255 seconds]
11:27
matsjj has joined #bitcoin-wizards
11:27
matsjj_ has joined #bitcoin-wizards
11:27
matsjj_ has quit [Remote host closed the connection]
11:28
matsjj___ has quit [Ping timeout: 255 seconds]
11:29
matsjj_ has joined #bitcoin-wizards
11:31
matsjj has quit [Ping timeout: 255 seconds]
11:31
matsjj has joined #bitcoin-wizards
11:31
matsjj has quit [Read error: Connection reset by peer]
11:32
matsjj has joined #bitcoin-wizards
11:32
matsjj has quit [Remote host closed the connection]
11:33
matsjj___ has joined #bitcoin-wizards
11:33
matsjj___ has quit [Read error: Connection reset by peer]
11:34
matsjj_ has quit [Ping timeout: 255 seconds]
11:34
matsjj_ has joined #bitcoin-wizards
11:34
matsjj_ has quit [Remote host closed the connection]
11:35
matsjj_ has joined #bitcoin-wizards
11:35
matsjj_ has quit [Remote host closed the connection]
11:35
adam3us1 has joined #bitcoin-wizards
11:35
adam3us has quit [Read error: Connection reset by peer]
11:36
matsjj_ has joined #bitcoin-wizards
11:36
matsjj_ has quit [Read error: Connection reset by peer]
11:36
matsjj__ has joined #bitcoin-wizards
11:36
matsjj__ has quit [Remote host closed the connection]
11:37
matsjj_ has joined #bitcoin-wizards
11:37
adam3us1 has quit [Client Quit]
11:37
matsjj_ has quit [Remote host closed the connection]
11:37
adam3us has joined #bitcoin-wizards
11:38
matsjj has joined #bitcoin-wizards
11:38
matsjj has quit [Remote host closed the connection]
11:41
matsjj has joined #bitcoin-wizards
11:41
matsjj has quit [Read error: Connection reset by peer]
11:42
matsjj has joined #bitcoin-wizards
11:42
matsjj has quit [Remote host closed the connection]
11:44
matsjj_ has joined #bitcoin-wizards
11:45
matsjj_ has joined #bitcoin-wizards
11:45
matsjj_ has quit [Read error: Connection reset by peer]
11:47
matsjj_ has joined #bitcoin-wizards
11:47
matsjj_ has quit [Read error: Connection reset by peer]
11:48
matsjj has joined #bitcoin-wizards
11:48
matsjj has quit [Read error: Connection reset by peer]
11:49
matsjj has joined #bitcoin-wizards
11:49
matsjj has quit [Read error: Connection reset by peer]
11:50
matsjj has joined #bitcoin-wizards
11:50
matsjj has quit [Remote host closed the connection]
11:53
matsjj_ has joined #bitcoin-wizards
11:53
matsjj_ has quit [Read error: Connection reset by peer]
11:55
matsjj_ has joined #bitcoin-wizards
11:55
matsjj_ has quit [Remote host closed the connection]
11:55
RoboTeddy has joined #bitcoin-wizards
11:56
matsjj has joined #bitcoin-wizards
11:57
matsjj has quit [Remote host closed the connection]
11:57
AaronvanW has joined #bitcoin-wizards
11:57
matsjj has joined #bitcoin-wizards
11:57
matsjj has quit [Remote host closed the connection]
11:58
matsjj has joined #bitcoin-wizards
11:58
matsjj has quit [Read error: Connection reset by peer]
11:58
matsjj has joined #bitcoin-wizards
11:58
matsjj has quit [Read error: Connection reset by peer]
11:59
matsjj has joined #bitcoin-wizards
11:59
matsjj has quit [Read error: Connection reset by peer]
12:00
RoboTeddy has quit [Ping timeout: 246 seconds]
12:00
matsjj has joined #bitcoin-wizards
12:00
matsjj has quit [Remote host closed the connection]
12:02
matsjj has joined #bitcoin-wizards
12:02
matsjj has quit [Remote host closed the connection]
12:04
matsjj has joined #bitcoin-wizards
12:04
matsjj has quit [Remote host closed the connection]
12:05
CubicEarth has quit [Remote host closed the connection]
12:05
CubicEarth has joined #bitcoin-wizards
12:06
matsjj has joined #bitcoin-wizards
12:06
matsjj has quit [Remote host closed the connection]
12:07
matsjj has joined #bitcoin-wizards
12:08
matsjj_ has joined #bitcoin-wizards
12:08
matsjj_ has quit [Read error: Connection reset by peer]
12:08
<
ShadeS >
what goe on in here
12:10
matsjj_ has joined #bitcoin-wizards
12:10
matsjj_ has quit [Remote host closed the connection]
12:11
mkarrer has quit []
12:11
matsjj_ has joined #bitcoin-wizards
12:11
matsjj_ has quit [Remote host closed the connection]
12:11
matsjj has quit [Ping timeout: 255 seconds]
12:14
matsjj_ has joined #bitcoin-wizards
12:14
matsjj_ has quit [Remote host closed the connection]
12:14
matsjj_ has joined #bitcoin-wizards
12:14
matsjj_ has quit [Read error: Connection reset by peer]
12:15
matsjj_ has joined #bitcoin-wizards
12:15
matsjj_ has quit [Read error: Connection reset by peer]
12:15
matsjj_ has joined #bitcoin-wizards
12:15
matsjj_ has quit [Read error: Connection reset by peer]
12:17
matsjj_ has joined #bitcoin-wizards
12:17
matsjj_ has quit [Remote host closed the connection]
12:18
matsjj has joined #bitcoin-wizards
12:19
matsjj_ has joined #bitcoin-wizards
12:19
matsjj_ has quit [Read error: Connection reset by peer]
12:20
matsjj_ has joined #bitcoin-wizards
12:20
matsjj_ has quit [Remote host closed the connection]
12:22
matsjj_ has joined #bitcoin-wizards
12:22
matsjj_ has quit [Remote host closed the connection]
12:24
matsjj has joined #bitcoin-wizards
12:24
matsjj has quit [Remote host closed the connection]
12:27
mkarrer has joined #bitcoin-wizards
12:27
matsjj_ has joined #bitcoin-wizards
12:27
matsjj_ has quit [Remote host closed the connection]
12:27
atgreen has joined #bitcoin-wizards
12:28
matsjj_ has joined #bitcoin-wizards
12:28
matsjj_ has quit [Remote host closed the connection]
12:28
matsjj_ has joined #bitcoin-wizards
12:28
matsjj__ has joined #bitcoin-wizards
12:28
matsjj__ has quit [Remote host closed the connection]
12:29
matsjj__ has joined #bitcoin-wizards
12:29
matsjj__ has quit [Remote host closed the connection]
12:30
matsjj__ has joined #bitcoin-wizards
12:30
Piper-Off is now known as Monthrect
12:31
matsjj has joined #bitcoin-wizards
12:32
matsjj_ has quit [Ping timeout: 255 seconds]
12:54
matsjj has quit [Remote host closed the connection]
12:55
matsjj has joined #bitcoin-wizards
12:55
matsjj has quit [Remote host closed the connection]
12:56
matsjj has joined #bitcoin-wizards
12:59
matsjj_ has joined #bitcoin-wizards
12:59
matsjj_ has quit [Remote host closed the connection]
13:01
matsjj has quit [Ping timeout: 250 seconds]
13:01
matsjj has joined #bitcoin-wizards
13:02
atgreen has quit [Ping timeout: 255 seconds]
13:04
matsjj has joined #bitcoin-wizards
13:04
matsjj has quit [Remote host closed the connection]
13:05
dEBRUYNE_ has joined #bitcoin-wizards
13:06
matsjj has joined #bitcoin-wizards
13:06
matsjj has quit [Remote host closed the connection]
13:06
atgreen has joined #bitcoin-wizards
13:06
matsjj has joined #bitcoin-wizards
13:07
matsjj has joined #bitcoin-wizards
13:09
matsjj_ has joined #bitcoin-wizards
13:09
matsjj_ has quit [Read error: Connection reset by peer]
13:09
dEBRUYNE has quit [Ping timeout: 276 seconds]
13:09
matsjj_ has joined #bitcoin-wizards
13:10
TBI_ has joined #bitcoin-wizards
13:11
matsjj has quit [Ping timeout: 255 seconds]
13:12
matsjj has joined #bitcoin-wizards
13:12
matsjj has quit [Read error: Connection reset by peer]
13:12
TBI has quit [Ping timeout: 255 seconds]
13:13
matsjj__ has joined #bitcoin-wizards
13:13
matsjj__ has quit [Read error: Connection reset by peer]
13:13
matsjj_ has quit [Ping timeout: 255 seconds]
13:14
matsjj_ has joined #bitcoin-wizards
13:16
matsjj__ has joined #bitcoin-wizards
13:18
matsjj_ has quit [Ping timeout: 255 seconds]
13:19
matsjj_ has joined #bitcoin-wizards
13:19
matsjj_ has quit [Remote host closed the connection]
13:20
matsjj_ has joined #bitcoin-wizards
13:20
matsjj_ has quit [Read error: Connection reset by peer]
13:20
smk has joined #bitcoin-wizards
13:21
matsjj_ has joined #bitcoin-wizards
13:21
matsjj_ has quit [Remote host closed the connection]
13:22
matsjj_ has joined #bitcoin-wizards
13:22
matsjj_ has quit [Read error: Connection reset by peer]
13:23
matsjj_ has joined #bitcoin-wizards
13:23
matsjj_ has quit [Remote host closed the connection]
13:23
matsjj has joined #bitcoin-wizards
13:23
matsjj has quit [Read error: Connection reset by peer]
13:24
matsjj has joined #bitcoin-wizards
13:24
matsjj has quit [Remote host closed the connection]
13:25
matsjj has joined #bitcoin-wizards
13:25
matsjj has quit [Read error: Connection reset by peer]
13:26
TBI__ has joined #bitcoin-wizards
13:26
matsjj has joined #bitcoin-wizards
13:26
matsjj has quit [Remote host closed the connection]
13:27
matsjj has joined #bitcoin-wizards
13:29
dEBRUYNE_ has quit [Read error: Connection reset by peer]
13:30
matsjj_ has joined #bitcoin-wizards
13:30
matsjj_ has quit [Read error: Connection reset by peer]
13:30
TBI_ has quit [Ping timeout: 276 seconds]
13:32
matsjj_ has joined #bitcoin-wizards
13:32
matsjj_ has quit [Read error: Connection reset by peer]
13:32
matsjj has quit [Ping timeout: 250 seconds]
13:32
matsjj has joined #bitcoin-wizards
13:32
matsjj has quit [Remote host closed the connection]
13:33
matsjj has joined #bitcoin-wizards
13:33
matsjj has quit [Read error: Connection reset by peer]
13:34
matsjj has joined #bitcoin-wizards
13:35
matsjj_ has joined #bitcoin-wizards
13:35
matsjj_ has quit [Remote host closed the connection]
13:37
matsjj_ has joined #bitcoin-wizards
13:37
matsjj_ has quit [Remote host closed the connection]
13:38
matsjj has quit [Ping timeout: 240 seconds]
13:38
Guest71119 is now known as amiller
13:38
amiller has quit [Changing host]
13:38
amiller has joined #bitcoin-wizards
13:39
matsjj has joined #bitcoin-wizards
13:39
matsjj has quit [Read error: Connection reset by peer]
13:41
matsjj has joined #bitcoin-wizards
13:41
matsjj has quit [Remote host closed the connection]
13:42
matsjj has joined #bitcoin-wizards
13:42
matsjj has quit [Remote host closed the connection]
13:43
matsjj has joined #bitcoin-wizards
13:43
matsjj has quit [Read error: Connection reset by peer]
13:44
matsjj has joined #bitcoin-wizards
13:45
matsjj has quit [Read error: Connection reset by peer]
13:47
matsjj_ has joined #bitcoin-wizards
13:47
matsjj_ has quit [Read error: Connection reset by peer]
13:48
matsjj_ has joined #bitcoin-wizards
13:49
matsjj__ has joined #bitcoin-wizards
13:50
matsjj___ has joined #bitcoin-wizards
13:50
matsjj___ has quit [Read error: Connection reset by peer]
13:50
matsjj___ has joined #bitcoin-wizards
13:51
matsj____ has joined #bitcoin-wizards
13:51
matsj____ has quit [Remote host closed the connection]
13:52
matsjj_ has quit [Ping timeout: 240 seconds]
13:52
TBI has joined #bitcoin-wizards
13:52
GGuyZ has quit [Quit: GGuyZ]
13:52
matsjj_ has joined #bitcoin-wizards
13:53
matsj____ has joined #bitcoin-wizards
13:53
matsj____ has quit [Read error: Connection reset by peer]
13:53
matsjj__ has quit [Ping timeout: 240 seconds]
13:53
ThomasV has joined #bitcoin-wizards
13:55
TBI__ has quit [Ping timeout: 272 seconds]
13:55
matsjj__ has joined #bitcoin-wizards
13:55
matsjj__ has quit [Read error: Connection reset by peer]
13:55
matsjj___ has quit [Ping timeout: 260 seconds]
13:56
TBI has quit [Read error: Connection reset by peer]
13:56
matsjj_ has quit [Ping timeout: 240 seconds]
13:57
RoboTeddy has joined #bitcoin-wizards
13:57
matsjj has joined #bitcoin-wizards
13:58
matsjj has quit [Read error: Connection reset by peer]
13:59
TBI has joined #bitcoin-wizards
13:59
matsjj has joined #bitcoin-wizards
13:59
matsjj has quit [Read error: Connection reset by peer]
14:00
matsjj has joined #bitcoin-wizards
14:00
matsjj has quit [Remote host closed the connection]
14:00
matsjj has joined #bitcoin-wizards
14:00
matsjj has quit [Read error: Connection reset by peer]
14:01
RoboTeddy has quit [Ping timeout: 256 seconds]
14:02
<
fluffypony >
ShadeS: it literally tells you in the channel topic.
14:02
matsjj_ has joined #bitcoin-wizards
14:02
matsjj_ has quit [Read error: Connection reset by peer]
14:03
matsjj_ has joined #bitcoin-wizards
14:03
matsjj_ has quit [Remote host closed the connection]
14:03
matsjj_ has joined #bitcoin-wizards
14:03
matsjj_ has quit [Read error: Connection reset by peer]
14:05
matsjj_ has joined #bitcoin-wizards
14:05
matsjj_ has quit [Read error: Connection reset by peer]
14:07
matsjj has joined #bitcoin-wizards
14:07
matsjj_ has joined #bitcoin-wizards
14:07
matsjj_ has quit [Remote host closed the connection]
14:08
matsjj_ has joined #bitcoin-wizards
14:08
matsjj__ has joined #bitcoin-wizards
14:09
matsjj___ has joined #bitcoin-wizards
14:09
matsjj___ has quit [Remote host closed the connection]
14:11
matsjj___ has joined #bitcoin-wizards
14:11
matsjj___ has quit [Remote host closed the connection]
14:11
matsjj has quit [Ping timeout: 260 seconds]
14:11
matsjj has joined #bitcoin-wizards
14:11
matsjj has quit [Read error: Connection reset by peer]
14:12
matsjj_ has quit [Ping timeout: 240 seconds]
14:12
matsjj has joined #bitcoin-wizards
14:12
matsjj__ has quit [Ping timeout: 240 seconds]
14:14
matsjj_ has joined #bitcoin-wizards
14:14
matsjj_ has quit [Read error: Connection reset by peer]
14:15
matsjj_ has joined #bitcoin-wizards
14:15
matsjj__ has joined #bitcoin-wizards
14:15
belcher has joined #bitcoin-wizards
14:16
matsjj__ has joined #bitcoin-wizards
14:16
matsjj__ has quit [Read error: Connection reset by peer]
14:16
matsjj has quit [Ping timeout: 250 seconds]
14:17
matsjj__ has joined #bitcoin-wizards
14:17
matsjj__ has quit [Remote host closed the connection]
14:19
matsjj_ has quit [Ping timeout: 250 seconds]
14:19
matsjj__ has joined #bitcoin-wizards
14:19
matsjj__ has quit [Remote host closed the connection]
14:20
matsjj_ has joined #bitcoin-wizards
14:20
matsjj_ has quit [Remote host closed the connection]
14:21
copumpkin has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
14:22
matsjj has joined #bitcoin-wizards
14:22
matsjj has quit [Remote host closed the connection]
14:23
matsjj has joined #bitcoin-wizards
14:23
matsjj has quit [Remote host closed the connection]
14:24
matsjj has joined #bitcoin-wizards
14:24
matsjj has quit [Remote host closed the connection]
14:24
matsjj has joined #bitcoin-wizards
14:24
matsjj has quit [Remote host closed the connection]
14:25
matsjj has joined #bitcoin-wizards
14:25
matsjj has quit [Remote host closed the connection]
14:25
<
ShadeS >
fluffypony: oh yeah I keep forgetting that is cutt off on my client after col 80
14:26
matsjj has joined #bitcoin-wizards
14:26
matsjj has quit [Remote host closed the connection]
14:26
matsjj has joined #bitcoin-wizards
14:26
matsjj has quit [Remote host closed the connection]
14:27
matsjj has joined #bitcoin-wizards
14:27
matsjj has quit [Read error: Connection reset by peer]
14:28
matsjj_ has joined #bitcoin-wizards
14:28
matsjj_ has quit [Remote host closed the connection]
14:29
matsjj_ has joined #bitcoin-wizards
14:29
matsjj_ has quit [Remote host closed the connection]
14:31
GGuyZ has joined #bitcoin-wizards
14:33
matsjj has joined #bitcoin-wizards
14:33
matsjj has quit [Read error: Connection reset by peer]
14:35
matsjj has joined #bitcoin-wizards
14:35
matsjj has quit [Read error: Connection reset by peer]
14:36
matsjj has joined #bitcoin-wizards
14:36
matsjj has quit [Remote host closed the connection]
14:37
matsjj has joined #bitcoin-wizards
14:37
matsjj has quit [Remote host closed the connection]
14:38
matsjj has joined #bitcoin-wizards
14:38
matsjj has quit [Remote host closed the connection]
14:40
matsjj has joined #bitcoin-wizards
14:45
matsjj has quit [Remote host closed the connection]
14:46
matsjj has joined #bitcoin-wizards
14:47
matsjj_ has joined #bitcoin-wizards
14:47
matsjj_ has quit [Read error: Connection reset by peer]
14:48
matsjj_ has joined #bitcoin-wizards
14:48
matsjj_ has quit [Remote host closed the connection]
14:48
ThomasV has quit [Ping timeout: 260 seconds]
14:50
matsjj_ has joined #bitcoin-wizards
14:50
matsjj_ has joined #bitcoin-wizards
14:50
matsjj has quit [Ping timeout: 255 seconds]
14:50
matsjj_ has quit [Read error: Connection reset by peer]
14:53
matsjj_ has joined #bitcoin-wizards
14:54
matsjj_ has joined #bitcoin-wizards
14:54
matsjj_ has quit [Remote host closed the connection]
14:54
matsjj_ has joined #bitcoin-wizards
14:54
matsjj_ has quit [Remote host closed the connection]
14:56
matsjj has joined #bitcoin-wizards
14:56
matsjj has quit [Remote host closed the connection]
14:57
matsjj has joined #bitcoin-wizards
14:57
melvster has quit [Read error: Connection reset by peer]
14:57
matsjj has quit [Remote host closed the connection]
14:57
melvster has joined #bitcoin-wizards
14:57
matsjj has joined #bitcoin-wizards
14:57
coinoperated has joined #bitcoin-wizards
14:58
matsjj has quit [Remote host closed the connection]
14:58
RoboTeddy has joined #bitcoin-wizards
14:59
matsjj_ has joined #bitcoin-wizards
14:59
matsjj_ has quit [Remote host closed the connection]
15:01
matsjj_ has joined #bitcoin-wizards
15:01
matsjj_ has quit [Read error: Connection reset by peer]
15:02
matsjj_ has joined #bitcoin-wizards
15:02
matsjj_ has quit [Remote host closed the connection]
15:03
matsjj_ has joined #bitcoin-wizards
15:03
matsjj_ has quit [Remote host closed the connection]
15:03
RoboTeddy has quit [Ping timeout: 276 seconds]
15:03
justanotheruser has quit [Ping timeout: 272 seconds]
15:04
matsjj has joined #bitcoin-wizards
15:07
dEBRUYNE_ has joined #bitcoin-wizards
15:07
matsjj_ has joined #bitcoin-wizards
15:07
matsjj_ has quit [Remote host closed the connection]
15:08
atgreen has quit [Ping timeout: 265 seconds]
15:08
matsjj has quit [Ping timeout: 255 seconds]
15:11
matsjj has joined #bitcoin-wizards
15:11
matsjj has quit [Remote host closed the connection]
15:11
matsjj has joined #bitcoin-wizards
15:12
matsjj_ has joined #bitcoin-wizards
15:12
matsjj_ has quit [Read error: Connection reset by peer]
15:13
matsjj_ has joined #bitcoin-wizards
15:13
matsjj_ has quit [Remote host closed the connection]
15:15
matsjj has quit [Ping timeout: 240 seconds]
15:16
matsjj_ has joined #bitcoin-wizards
15:18
matsjj has joined #bitcoin-wizards
15:18
matsjj has quit [Remote host closed the connection]
15:18
matsjj has joined #bitcoin-wizards
15:18
matsjj has quit [Read error: Connection reset by peer]
15:19
matsjj__ has joined #bitcoin-wizards
15:19
matsjj__ has quit [Remote host closed the connection]
15:20
atgreen has joined #bitcoin-wizards
15:20
matsjj_ has quit [Ping timeout: 250 seconds]
15:20
matsjj_ has joined #bitcoin-wizards
15:20
matsjj_ has quit [Read error: Connection reset by peer]
15:21
matsjj_ has joined #bitcoin-wizards
15:21
matsjj_ has quit [Remote host closed the connection]
15:22
matsjj_ has joined #bitcoin-wizards
15:22
dEBRUYNE_ has quit [Ping timeout: 256 seconds]
15:22
matsjj__ has joined #bitcoin-wizards
15:23
matsjj has joined #bitcoin-wizards
15:25
matsjj___ has joined #bitcoin-wizards
15:25
matsjj___ has quit [Remote host closed the connection]
15:26
matsjj_ has quit [Ping timeout: 240 seconds]
15:27
matsjj__ has quit [Ping timeout: 260 seconds]
15:28
matsjj has quit [Ping timeout: 260 seconds]
15:30
matsjj has joined #bitcoin-wizards
15:30
matsjj has quit [Read error: Connection reset by peer]
15:31
matsjj has joined #bitcoin-wizards
15:31
matsjj has quit [Remote host closed the connection]
15:34
matsjj has joined #bitcoin-wizards
15:34
matsjj has quit [Remote host closed the connection]
15:36
matsjj has joined #bitcoin-wizards
15:37
matsjj_ has joined #bitcoin-wizards
15:37
matsjj_ has quit [Read error: Connection reset by peer]
15:37
matsjj_ has joined #bitcoin-wizards
15:38
matsjj__ has joined #bitcoin-wizards
15:38
matsjj__ has quit [Remote host closed the connection]
15:38
matsjj__ has joined #bitcoin-wizards
15:38
matsjj__ has quit [Read error: Connection reset by peer]
15:39
matsjj__ has joined #bitcoin-wizards
15:40
matsjj__ has quit [Remote host closed the connection]
15:40
matsjj has quit [Ping timeout: 240 seconds]
15:41
matsjj has joined #bitcoin-wizards
15:41
matsjj has quit [Remote host closed the connection]
15:41
matsjj has joined #bitcoin-wizards
15:42
matsjj_ has quit [Ping timeout: 260 seconds]
15:43
smk has quit [Ping timeout: 252 seconds]
15:43
matsjj_ has joined #bitcoin-wizards
15:43
matsjj_ has quit [Read error: Connection reset by peer]
15:43
matsjj_ has joined #bitcoin-wizards
15:44
matsjj__ has joined #bitcoin-wizards
15:44
matsjj__ has quit [Remote host closed the connection]
15:45
matsjj__ has joined #bitcoin-wizards
15:45
matsjj__ has quit [Remote host closed the connection]
15:46
matsjj has quit [Ping timeout: 260 seconds]
15:46
matsjj__ has joined #bitcoin-wizards
15:46
matsjj__ has quit [Remote host closed the connection]
15:48
matsjj_ has quit [Ping timeout: 250 seconds]
15:50
matsjj_ has joined #bitcoin-wizards
15:50
matsjj_ has joined #bitcoin-wizards
15:50
matsjj_ has quit [Read error: Connection reset by peer]
15:51
matsjj_ has joined #bitcoin-wizards
15:51
matsjj_ has quit [Read error: Connection reset by peer]
15:51
matsjj_ has joined #bitcoin-wizards
15:52
matsjj__ has joined #bitcoin-wizards
15:52
matsjj__ has quit [Remote host closed the connection]
15:54
matsjj has joined #bitcoin-wizards
15:54
matsjj has quit [Remote host closed the connection]
15:55
matsjj has joined #bitcoin-wizards
15:55
matsjj has quit [Remote host closed the connection]
15:55
matsjj has joined #bitcoin-wizards
15:55
matsjj has quit [Remote host closed the connection]
15:56
melvster has quit [Ping timeout: 260 seconds]
15:56
matsjj_ has quit [Ping timeout: 240 seconds]
15:56
matsjj has joined #bitcoin-wizards
15:57
matsjj_ has joined #bitcoin-wizards
15:57
matsjj_ has quit [Remote host closed the connection]
15:57
AaronvanW has quit [Ping timeout: 250 seconds]
15:57
matsjj_ has joined #bitcoin-wizards
15:57
matsjj_ has quit [Remote host closed the connection]
15:58
matsjj_ has joined #bitcoin-wizards
15:58
RoboTeddy has joined #bitcoin-wizards
15:59
justanotheruser has joined #bitcoin-wizards
15:59
matsjj__ has joined #bitcoin-wizards
15:59
matsjj__ has quit [Read error: Connection reset by peer]
16:00
matsjj__ has joined #bitcoin-wizards
16:00
matsjj__ has quit [Remote host closed the connection]
16:00
matsjj has quit [Ping timeout: 250 seconds]
16:01
matsjj has joined #bitcoin-wizards
16:01
matsjj has quit [Remote host closed the connection]
16:01
matsjj has joined #bitcoin-wizards
16:02
matsjj_ has quit [Ping timeout: 255 seconds]
16:03
matsjj_ has joined #bitcoin-wizards
16:03
RoboTeddy has quit [Ping timeout: 265 seconds]
16:04
matsjj_ has joined #bitcoin-wizards
16:04
matsjj_ has quit [Read error: Connection reset by peer]
16:04
justanotheruser has quit [Ping timeout: 246 seconds]
16:05
matsjj_ has joined #bitcoin-wizards
16:05
matsjj_ has quit [Remote host closed the connection]
16:06
matsjj_ has joined #bitcoin-wizards
16:06
matsjj has quit [Ping timeout: 255 seconds]
16:07
matsjj has joined #bitcoin-wizards
16:07
matsjj has quit [Read error: Connection reset by peer]
16:08
matsjj has joined #bitcoin-wizards
16:08
matsjj has quit [Remote host closed the connection]
16:09
melvster has joined #bitcoin-wizards
16:09
tripleslash has quit [Ping timeout: 250 seconds]
16:09
matsjj has joined #bitcoin-wizards
16:09
matsjj has quit [Remote host closed the connection]
16:10
matsjj_ has quit [Ping timeout: 260 seconds]
16:12
tripleslash has joined #bitcoin-wizards
16:13
matsjj has joined #bitcoin-wizards
16:13
matsjj has quit [Remote host closed the connection]
16:14
matsjj_ has joined #bitcoin-wizards
16:14
matsjj_ has quit [Remote host closed the connection]
16:14
dEBRUYNE_ has joined #bitcoin-wizards
16:17
matsjj_ has joined #bitcoin-wizards
16:17
matsjj_ has quit [Read error: Connection reset by peer]
16:20
matsjj has joined #bitcoin-wizards
16:20
matsjj has quit [Remote host closed the connection]
16:21
gcvghc has joined #bitcoin-wizards
16:21
gcvghc has quit [Client Quit]
16:23
matsjj has joined #bitcoin-wizards
16:23
matsjj has quit [Read error: Connection reset by peer]
16:23
matsjj_ has joined #bitcoin-wizards
16:23
matsjj_ has quit [Read error: Connection reset by peer]
16:24
smk has joined #bitcoin-wizards
16:25
matsjj_ has joined #bitcoin-wizards
16:25
matsjj_ has quit [Read error: Connection reset by peer]
16:25
matsjj_ has joined #bitcoin-wizards
16:25
matsjj_ has quit [Remote host closed the connection]
16:29
matsjj has joined #bitcoin-wizards
16:29
matsjj has quit [Remote host closed the connection]
16:30
matsjj has joined #bitcoin-wizards
16:30
matsjj has quit [Read error: Connection reset by peer]
16:31
belcher has quit [Quit: Leaving]
16:31
matsjj has joined #bitcoin-wizards
16:31
matsjj has quit [Remote host closed the connection]
16:31
AaronvanW has joined #bitcoin-wizards
16:33
matsjj has joined #bitcoin-wizards
16:33
matsjj has quit [Remote host closed the connection]
16:34
matsjj has joined #bitcoin-wizards
16:34
matsjj has quit [Read error: Connection reset by peer]
16:35
matsjj has joined #bitcoin-wizards
16:35
matsjj has quit [Remote host closed the connection]
16:35
coinoperated has quit [Ping timeout: 250 seconds]
16:38
matsjj has joined #bitcoin-wizards
16:38
matsjj has quit [Remote host closed the connection]
16:38
matsjj has joined #bitcoin-wizards
16:39
matsjj_ has joined #bitcoin-wizards
16:39
matsjj_ has quit [Read error: Connection reset by peer]
16:39
matsjj_ has joined #bitcoin-wizards
16:40
matsjj_ has joined #bitcoin-wizards
16:40
matsjj_ has quit [Remote host closed the connection]
16:42
matsjj_ has joined #bitcoin-wizards
16:42
matsjj_ has quit [Read error: Connection reset by peer]
16:43
matsjj_ has joined #bitcoin-wizards
16:43
matsjj_ has quit [Remote host closed the connection]
16:43
matsjj has quit [Ping timeout: 260 seconds]
16:43
ryan-c has quit [Ping timeout: 246 seconds]
16:43
matsjj has joined #bitcoin-wizards
16:43
matsjj has quit [Remote host closed the connection]
16:45
matsjj has joined #bitcoin-wizards
16:45
matsjj_ has joined #bitcoin-wizards
16:45
matsjj_ has quit [Read error: Connection reset by peer]
16:47
matsjj_ has joined #bitcoin-wizards
16:47
matsjj_ has quit [Read error: Connection reset by peer]
16:49
matsjj_ has joined #bitcoin-wizards
16:49
matsjj_ has quit [Remote host closed the connection]
16:49
matsjj has quit [Ping timeout: 250 seconds]
16:50
matsjj has joined #bitcoin-wizards
16:50
matsjj has quit [Remote host closed the connection]
16:50
matsjj has joined #bitcoin-wizards
16:50
matsjj has quit [Remote host closed the connection]
16:52
matsjj has joined #bitcoin-wizards
16:52
matsjj has quit [Read error: Connection reset by peer]
16:53
matsjj has joined #bitcoin-wizards
16:53
ryan-c has joined #bitcoin-wizards
16:54
matsjj_ has joined #bitcoin-wizards
16:54
matsjj_ has quit [Read error: Connection reset by peer]
16:56
matsjj_ has joined #bitcoin-wizards
16:57
matsjj__ has joined #bitcoin-wizards
16:57
matsjj__ has quit [Remote host closed the connection]
16:57
ThomasV has joined #bitcoin-wizards
16:57
matsjj has quit [Ping timeout: 255 seconds]
16:58
matsjj has joined #bitcoin-wizards
16:58
matsjj has quit [Remote host closed the connection]
16:58
dEBRUYNE_ has quit [Ping timeout: 250 seconds]
16:59
matsjj has joined #bitcoin-wizards
16:59
vmatekol_ has joined #bitcoin-wizards
16:59
matsjj has quit [Read error: Connection reset by peer]
16:59
RoboTeddy has joined #bitcoin-wizards
16:59
matsjj has joined #bitcoin-wizards
17:00
matsjj__ has joined #bitcoin-wizards
17:00
matsjj__ has quit [Remote host closed the connection]
17:00
matsjj__ has joined #bitcoin-wizards
17:00
matsjj__ has quit [Read error: Connection reset by peer]
17:01
matsjj_ has quit [Ping timeout: 255 seconds]
17:01
matsjj_ has joined #bitcoin-wizards
17:01
matsjj_ has quit [Remote host closed the connection]
17:02
matsjj_ has joined #bitcoin-wizards
17:02
matsjj_ has quit [Read error: Connection reset by peer]
17:04
RoboTeddy has quit [Ping timeout: 265 seconds]
17:04
matsjj_ has joined #bitcoin-wizards
17:04
matsjj_ has quit [Remote host closed the connection]
17:04
matsjj has quit [Ping timeout: 255 seconds]
17:04
matsjj has joined #bitcoin-wizards
17:04
matsjj has quit [Remote host closed the connection]
17:05
bramc has joined #bitcoin-wizards
17:06
sparetire_ has joined #bitcoin-wizards
17:06
matsjj has joined #bitcoin-wizards
17:07
matsjj_ has joined #bitcoin-wizards
17:07
matsjj__ has joined #bitcoin-wizards
17:07
matsjj__ has quit [Remote host closed the connection]
17:08
matsjj__ has joined #bitcoin-wizards
17:08
matsjj__ has quit [Remote host closed the connection]
17:09
amiller has quit [Ping timeout: 260 seconds]
17:10
matsjj__ has joined #bitcoin-wizards
17:10
matsjj has quit [Ping timeout: 240 seconds]
17:11
matsjj has joined #bitcoin-wizards
17:11
matsjj has quit [Remote host closed the connection]
17:11
matsjj_ has quit [Ping timeout: 240 seconds]
17:11
matsjj has joined #bitcoin-wizards
17:11
matsjj has quit [Read error: Connection reset by peer]
17:12
matsjj_ has joined #bitcoin-wizards
17:12
matsjj_ has quit [Read error: Connection reset by peer]
17:13
matsjj_ has joined #bitcoin-wizards
17:13
matsjj_ has quit [Read error: Connection reset by peer]
17:14
Guest33002 has joined #bitcoin-wizards
17:14
matsjj_ has joined #bitcoin-wizards
17:14
matsjj_ has quit [Remote host closed the connection]
17:14
bramc has quit [Quit: This computer has gone to sleep]
17:14
matsjj__ has quit [Ping timeout: 260 seconds]
17:15
ThomasV has quit [Ping timeout: 240 seconds]
17:15
matsjj_ has joined #bitcoin-wizards
17:15
matsjj_ has quit [Remote host closed the connection]
17:15
laurentmt has joined #bitcoin-wizards
17:16
laurentmt has quit [Client Quit]
17:19
matsjj_ has joined #bitcoin-wizards
17:19
matsjj_ has quit [Remote host closed the connection]
17:19
matsjj_ has joined #bitcoin-wizards
17:19
matsjj_ has quit [Remote host closed the connection]
17:20
frankenmint has joined #bitcoin-wizards
17:21
matsjj_ has joined #bitcoin-wizards
17:21
matsjj__ has joined #bitcoin-wizards
17:21
matsjj__ has quit [Remote host closed the connection]
17:22
rustyn has quit [Read error: Connection reset by peer]
17:22
matsjj has joined #bitcoin-wizards
17:22
matsjj has quit [Remote host closed the connection]
17:23
rustyn has joined #bitcoin-wizards
17:23
matsjj has joined #bitcoin-wizards
17:24
matsjj__ has joined #bitcoin-wizards
17:24
matsjj__ has quit [Remote host closed the connection]
17:24
smak has joined #bitcoin-wizards
17:25
matsjj__ has joined #bitcoin-wizards
17:25
smak has quit [Changing host]
17:25
smak has joined #bitcoin-wizards
17:25
smak has joined #bitcoin-wizards
17:25
matsjj___ has joined #bitcoin-wizards
17:25
matsjj___ has quit [Read error: Connection reset by peer]
17:25
rustyn has quit [Read error: Connection reset by peer]
17:26
matsjj_ has quit [Ping timeout: 260 seconds]
17:26
matsjj_ has joined #bitcoin-wizards
17:26
matsjj_ has quit [Remote host closed the connection]
17:26
rustyn has joined #bitcoin-wizards
17:26
matsjj_ has joined #bitcoin-wizards
17:26
matsjj_ has quit [Read error: Connection reset by peer]
17:27
matsjj has quit [Ping timeout: 240 seconds]
17:27
smk has quit [Ping timeout: 252 seconds]
17:28
dEBRUYNE_ has joined #bitcoin-wizards
17:28
smak is now known as smk
17:28
matsjj has joined #bitcoin-wizards
17:28
matsjj has quit [Remote host closed the connection]
17:28
matsjj has joined #bitcoin-wizards
17:28
matsjj has quit [Remote host closed the connection]
17:28
justanotheruser has joined #bitcoin-wizards
17:30
matsjj__ has quit [Ping timeout: 260 seconds]
17:30
matsjj has joined #bitcoin-wizards
17:30
matsjj has joined #bitcoin-wizards
17:33
matsjj_ has joined #bitcoin-wizards
17:33
matsjj_ has quit [Read error: Connection reset by peer]
17:34
justanotheruser has quit [Ping timeout: 246 seconds]
17:34
matsjj_ has joined #bitcoin-wizards
17:35
matsjj_ has joined #bitcoin-wizards
17:35
matsjj_ has quit [Remote host closed the connection]
17:35
matsjj has quit [Ping timeout: 260 seconds]
17:35
AaronvanW has quit [Remote host closed the connection]
17:35
matsjj has joined #bitcoin-wizards
17:35
matsjj has quit [Read error: Connection reset by peer]
17:37
matsjj has joined #bitcoin-wizards
17:37
matsjj has quit [Read error: Connection reset by peer]
17:37
matsjj has joined #bitcoin-wizards
17:37
matsjj has quit [Remote host closed the connection]
17:38
matsjj has joined #bitcoin-wizards
17:38
matsjj has quit [Read error: Connection reset by peer]
17:40
matsjj has joined #bitcoin-wizards
17:41
matsjj has joined #bitcoin-wizards
17:41
matsjj has quit [Read error: Connection reset by peer]
17:41
matsjj has joined #bitcoin-wizards
17:41
matsjj has quit [Remote host closed the connection]
17:43
matsjj has joined #bitcoin-wizards
17:43
matsjj_ has joined #bitcoin-wizards
17:43
matsjj_ has quit [Remote host closed the connection]
17:44
matsjj_ has joined #bitcoin-wizards
17:44
matsjj_ has quit [Read error: Connection reset by peer]
17:47
matsjj has quit [Ping timeout: 240 seconds]
17:47
matsjj has joined #bitcoin-wizards
17:47
matsjj has quit [Read error: Connection reset by peer]
17:48
matsjj has joined #bitcoin-wizards
17:48
matsjj has quit [Read error: Connection reset by peer]
17:49
matsjj has joined #bitcoin-wizards
17:49
matsjj has quit [Remote host closed the connection]
17:49
<
phantomcircuit >
CubicEarth, the measurement that's important really is censorship resistant bandwidth
17:50
<
phantomcircuit >
which is a pretty difficult to measure number actually
17:50
matsjj has joined #bitcoin-wizards
17:50
matsjj has quit [Remote host closed the connection]
17:51
matsjj has joined #bitcoin-wizards
17:51
matsjj has quit [Remote host closed the connection]
17:51
matsjj has joined #bitcoin-wizards
17:51
matsjj has quit [Read error: Connection reset by peer]
17:52
matsjj_ has joined #bitcoin-wizards
17:54
matsjj_ has joined #bitcoin-wizards
17:54
matsjj_ has quit [Remote host closed the connection]
17:55
BlueMatt has quit [Excess Flood]
17:55
matsjj_ has joined #bitcoin-wizards
17:55
matsjj_ has quit [Remote host closed the connection]
17:55
BlueMatt has joined #bitcoin-wizards
17:57
nuke1989 has joined #bitcoin-wizards
17:57
matsjj has joined #bitcoin-wizards
17:57
matsjj has quit [Remote host closed the connection]
17:58
matsjj has joined #bitcoin-wizards
17:58
matsjj has quit [Remote host closed the connection]
17:58
* BlueMatt
-> SFO -> EWR -> FRA -> HAM......anyone else gonna be in hamburg for 32c3?
17:59
matsjj has joined #bitcoin-wizards
17:59
matsjj has quit [Remote host closed the connection]
18:00
matsjj has joined #bitcoin-wizards
18:00
RoboTeddy has joined #bitcoin-wizards
18:01
matsjj_ has joined #bitcoin-wizards
18:01
matsjj_ has quit [Read error: Connection reset by peer]
18:01
matsjj_ has joined #bitcoin-wizards
18:01
matsjj_ has quit [Read error: Connection reset by peer]
18:02
matsjj_ has joined #bitcoin-wizards
18:02
matsjj_ has quit [Read error: Connection reset by peer]
18:02
JackH has quit [Ping timeout: 245 seconds]
18:02
vmatekol_ has quit [Ping timeout: 260 seconds]
18:03
JackH has joined #bitcoin-wizards
18:03
matsjj_ has joined #bitcoin-wizards
18:03
matsjj_ has quit [Read error: Connection reset by peer]
18:04
matsjj has quit [Ping timeout: 240 seconds]
18:04
matsjj_ has joined #bitcoin-wizards
18:04
matsjj_ has quit [Read error: Connection reset by peer]
18:04
RoboTeddy has quit [Ping timeout: 255 seconds]
18:04
matsjj has joined #bitcoin-wizards
18:05
matsjj has quit [Remote host closed the connection]
18:05
matsjj has joined #bitcoin-wizards
18:05
matsjj has quit [Remote host closed the connection]
18:06
<
maaku >
BlueMatt: have fun
18:06
matsjj has joined #bitcoin-wizards
18:06
matsjj has quit [Remote host closed the connection]
18:08
dEBRUYNE_ has quit [Ping timeout: 256 seconds]
18:08
matsjj has joined #bitcoin-wizards
18:08
matsjj has quit [Read error: Connection reset by peer]
18:08
matsjj has joined #bitcoin-wizards
18:08
matsjj has quit [Remote host closed the connection]
18:10
CubicEarth has quit [Remote host closed the connection]
18:10
CubicEarth has joined #bitcoin-wizards
18:12
matsjj has joined #bitcoin-wizards
18:12
matsjj has quit [Read error: Connection reset by peer]
18:12
matsjj has joined #bitcoin-wizards
18:12
matsjj has quit [Read error: Connection reset by peer]
18:13
matsjj has joined #bitcoin-wizards
18:13
waxwing has quit [Read error: Connection reset by peer]
18:13
matsjj has quit [Remote host closed the connection]
18:14
matsjj has joined #bitcoin-wizards
18:14
BlueMatt has quit [Excess Flood]
18:14
BlueMatt has joined #bitcoin-wizards
18:14
BlueMatt has quit [Changing host]
18:14
BlueMatt has joined #bitcoin-wizards
18:14
matsjj_ has joined #bitcoin-wizards
18:15
waxwing has joined #bitcoin-wizards
18:16
hashtag has quit [Ping timeout: 256 seconds]
18:17
matsjj__ has joined #bitcoin-wizards
18:17
matsjj__ has quit [Read error: Connection reset by peer]
18:18
matsjj has quit [Ping timeout: 240 seconds]
18:18
matsjj has joined #bitcoin-wizards
18:18
matsjj has quit [Read error: Connection reset by peer]
18:19
matsjj has joined #bitcoin-wizards
18:19
matsjj has quit [Remote host closed the connection]
18:19
matsjj_ has quit [Ping timeout: 250 seconds]
18:20
hashtag has joined #bitcoin-wizards
18:21
matsjj_ has joined #bitcoin-wizards
18:22
matsjj_ has joined #bitcoin-wizards
18:22
matsjj_ has quit [Read error: Connection reset by peer]
18:24
matsjj_ has joined #bitcoin-wizards
18:24
matsjj__ has joined #bitcoin-wizards
18:24
matsjj__ has quit [Read error: Connection reset by peer]
18:25
matsjj__ has joined #bitcoin-wizards
18:25
matsjj__ has quit [Read error: Connection reset by peer]
18:26
licnep has quit [Quit: Connection closed for inactivity]
18:26
matsjj has joined #bitcoin-wizards
18:26
matsjj has quit [Read error: Connection reset by peer]
18:27
matsjj has joined #bitcoin-wizards
18:27
matsjj has quit [Remote host closed the connection]
18:27
smk has quit [Ping timeout: 252 seconds]
18:28
matsjj_ has quit [Ping timeout: 250 seconds]
18:28
chmod755 has quit [Quit: Ex-Chat]
18:29
matsjj has joined #bitcoin-wizards
18:29
matsjj_ has joined #bitcoin-wizards
18:29
matsjj_ has quit [Read error: Connection reset by peer]
18:30
matsjj_ has joined #bitcoin-wizards
18:30
matsjj_ has quit [Remote host closed the connection]
18:32
matsjj_ has joined #bitcoin-wizards
18:32
matsjj_ has quit [Remote host closed the connection]
18:33
matsjj_ has joined #bitcoin-wizards
18:33
matsjj_ has quit [Remote host closed the connection]
18:33
matsjj has quit [Ping timeout: 250 seconds]
18:35
dEBRUYNE_ has joined #bitcoin-wizards
18:36
matsjj has joined #bitcoin-wizards
18:36
matsjj has quit [Remote host closed the connection]
18:36
matsjj has joined #bitcoin-wizards
18:37
matsjj_ has joined #bitcoin-wizards
18:37
matsjj_ has quit [Read error: Connection reset by peer]
18:38
matsjj_ has joined #bitcoin-wizards
18:38
matsjj_ has quit [Remote host closed the connection]
18:39
matsjj_ has joined #bitcoin-wizards
18:39
matsjj_ has quit [Remote host closed the connection]
18:40
matsjj_ has joined #bitcoin-wizards
18:40
matsjj__ has joined #bitcoin-wizards
18:40
matsjj__ has quit [Remote host closed the connection]
18:40
matsjj has quit [Ping timeout: 250 seconds]
18:41
matsjj has joined #bitcoin-wizards
18:41
matsjj has quit [Remote host closed the connection]
18:41
matsjj has joined #bitcoin-wizards
18:41
matsjj has quit [Remote host closed the connection]
18:43
matsjj has joined #bitcoin-wizards
18:43
matsjj has quit [Remote host closed the connection]
18:44
matsjj_ has quit [Ping timeout: 260 seconds]
18:45
matsjj has joined #bitcoin-wizards
18:46
Guyver2 has joined #bitcoin-wizards
18:46
matsjj_ has joined #bitcoin-wizards
18:47
matsjj__ has joined #bitcoin-wizards
18:47
matsjj__ has quit [Remote host closed the connection]
18:47
Madars has joined #bitcoin-wizards
18:48
matsjj__ has joined #bitcoin-wizards
18:48
matsjj__ has quit [Remote host closed the connection]
18:49
matsjj has quit [Ping timeout: 250 seconds]
18:50
brg444 has joined #bitcoin-wizards
18:50
matsjj has joined #bitcoin-wizards
18:50
matsjj_ has quit [Ping timeout: 250 seconds]
18:51
matsjj_ has joined #bitcoin-wizards
18:51
matsjj_ has quit [Remote host closed the connection]
18:52
matsjj_ has joined #bitcoin-wizards
18:52
matsjj_ has quit [Remote host closed the connection]
18:53
matsjj_ has joined #bitcoin-wizards
18:53
matsjj_ has quit [Read error: Connection reset by peer]
18:55
matsjj has quit [Ping timeout: 250 seconds]
18:56
matsjj has joined #bitcoin-wizards
18:56
matsjj has quit [Read error: Connection reset by peer]
18:57
matsjj has joined #bitcoin-wizards
18:57
matsjj has quit [Read error: Connection reset by peer]
18:58
matsjj_ has joined #bitcoin-wizards
18:58
matsjj_ has quit [Remote host closed the connection]
18:59
matsjj_ has joined #bitcoin-wizards
18:59
matsjj_ has quit [Read error: Connection reset by peer]
19:01
matsjj_ has joined #bitcoin-wizards
19:01
matsjj_ has quit [Remote host closed the connection]
19:01
RoboTeddy has joined #bitcoin-wizards
19:02
matsjj_ has joined #bitcoin-wizards
19:02
matsjj_ has quit [Remote host closed the connection]
19:02
matsjj_ has joined #bitcoin-wizards
19:03
matsjj__ has joined #bitcoin-wizards
19:03
matsjj__ has quit [Read error: Connection reset by peer]
19:03
matsjj__ has joined #bitcoin-wizards
19:03
matsjj__ has quit [Remote host closed the connection]
19:04
JackH_ has joined #bitcoin-wizards
19:05
RoboTeddy has quit [Ping timeout: 240 seconds]
19:05
JackH has quit [Ping timeout: 240 seconds]
19:05
matsjj__ has joined #bitcoin-wizards
19:07
matsjj has joined #bitcoin-wizards
19:07
matsjj_ has quit [Ping timeout: 260 seconds]
19:09
matsjj_ has joined #bitcoin-wizards
19:10
matsjj__ has quit [Ping timeout: 250 seconds]
19:10
matsjj___ has joined #bitcoin-wizards
19:10
matsjj__ has joined #bitcoin-wizards
19:11
matsjj has quit [Ping timeout: 260 seconds]
19:11
matsjj has joined #bitcoin-wizards
19:11
matsjj has quit [Remote host closed the connection]
19:12
matsjj has joined #bitcoin-wizards
19:12
matsjj has quit [Remote host closed the connection]
19:13
matsjj has joined #bitcoin-wizards
19:13
matsjj has quit [Read error: Connection reset by peer]
19:13
ThomasV has joined #bitcoin-wizards
19:13
matsjj has joined #bitcoin-wizards
19:13
matsjj_ has quit [Ping timeout: 260 seconds]
19:13
matsjj has quit [Remote host closed the connection]
19:14
matsjj has joined #bitcoin-wizards
19:14
matsjj has quit [Read error: Connection reset by peer]
19:14
matsjj___ has quit [Ping timeout: 250 seconds]
19:15
matsjj__ has quit [Ping timeout: 250 seconds]
19:15
matsjj has joined #bitcoin-wizards
19:15
matsjj has quit [Remote host closed the connection]
19:15
matsjj has joined #bitcoin-wizards
19:15
matsjj has quit [Remote host closed the connection]
19:18
mkarrer has quit [Read error: No route to host]
19:18
mkarrer has joined #bitcoin-wizards
19:19
matsjj_ has joined #bitcoin-wizards
19:19
matsjj_ has quit [Read error: Connection reset by peer]
19:19
matsjj_ has joined #bitcoin-wizards
19:19
matsjj_ has quit [Remote host closed the connection]
19:20
matsjj_ has joined #bitcoin-wizards
19:23
matsjj_ has quit [Remote host closed the connection]
19:24
TBI_ has joined #bitcoin-wizards
19:27
Burrito has joined #bitcoin-wizards
19:28
TBI has quit [Ping timeout: 264 seconds]
19:32
tripleslash has quit [Ping timeout: 260 seconds]
19:34
justanotheruser has joined #bitcoin-wizards
19:37
dEBRUYNE_ has quit [Ping timeout: 265 seconds]
19:52
JackH_ has quit [Ping timeout: 246 seconds]
20:01
rustyn has quit [Read error: Connection reset by peer]
20:01
RoboTeddy has joined #bitcoin-wizards
20:02
rustyn has joined #bitcoin-wizards
20:02
dEBRUYNE_ has joined #bitcoin-wizards
20:05
RoboTeddy has quit [Ping timeout: 245 seconds]
20:10
Giszmo has joined #bitcoin-wizards
20:23
adam3us has quit [Ping timeout: 246 seconds]
20:24
<
jcorgan >
fun things to consider about your air-gapped systems:
20:25
<
jcorgan >
interesting stuff starts at slide 15
20:27
eragmus has joined #bitcoin-wizards
20:31
eragmus has quit [Client Quit]
20:36
justanotheruser has quit [Ping timeout: 260 seconds]
20:38
JackH_ has joined #bitcoin-wizards
20:39
ThomasV has quit [Ping timeout: 240 seconds]
20:42
justanotheruser has joined #bitcoin-wizards
20:58
matsjj has joined #bitcoin-wizards
21:02
matsjj has quit [Remote host closed the connection]
21:05
matsjj has joined #bitcoin-wizards
21:05
matsjj has quit [Read error: Connection reset by peer]
21:05
matsjj_ has joined #bitcoin-wizards
21:06
matsjj_ has joined #bitcoin-wizards
21:06
matsjj_ has quit [Remote host closed the connection]
21:07
matsjj_ has joined #bitcoin-wizards
21:07
matsjj_ has quit [Remote host closed the connection]
21:07
vmatekol_ has joined #bitcoin-wizards
21:08
matsjj_ has joined #bitcoin-wizards
21:08
matsjj_ has quit [Remote host closed the connection]
21:10
matsjj_ has joined #bitcoin-wizards
21:11
matsjj_ has quit [Remote host closed the connection]
21:12
matsjj_ has joined #bitcoin-wizards
21:12
matsjj_ has quit [Remote host closed the connection]
21:12
matsjj_ has joined #bitcoin-wizards
21:12
matsjj_ has quit [Read error: Connection reset by peer]
21:12
matsjj_ has joined #bitcoin-wizards
21:12
matsjj_ has quit [Remote host closed the connection]
21:14
matsjj_ has joined #bitcoin-wizards
21:14
matsjj__ has joined #bitcoin-wizards
21:14
matsjj__ has quit [Read error: Connection reset by peer]
21:15
matsjj__ has joined #bitcoin-wizards
21:15
matsjj has joined #bitcoin-wizards
21:15
matsjj has quit [Remote host closed the connection]
21:15
dEBRUYNE_ has quit [Ping timeout: 256 seconds]
21:16
matsjj has joined #bitcoin-wizards
21:16
matsjj has quit [Read error: Connection reset by peer]
21:16
tripleslash has joined #bitcoin-wizards
21:16
matsjj has joined #bitcoin-wizards
21:16
matsjj___ has joined #bitcoin-wizards
21:16
matsjj___ has quit [Remote host closed the connection]
21:18
matsjj___ has joined #bitcoin-wizards
21:18
matsjj_ has quit [Ping timeout: 255 seconds]
21:19
matsjj_ has joined #bitcoin-wizards
21:19
matsjj_ has quit [Read error: Connection reset by peer]
21:19
matsjj__ has quit [Ping timeout: 260 seconds]
21:19
matsjj_ has joined #bitcoin-wizards
21:19
matsjj_ has quit [Remote host closed the connection]
21:20
matsjj_ has joined #bitcoin-wizards
21:20
matsjj_ has quit [Remote host closed the connection]
21:20
matsjj has quit [Ping timeout: 240 seconds]
21:20
matsjj has joined #bitcoin-wizards
21:21
matsjj has quit [Remote host closed the connection]
21:22
matsjj___ has quit [Ping timeout: 240 seconds]
21:22
matsjj_ has joined #bitcoin-wizards
21:22
matsjj_ has quit [Remote host closed the connection]
21:24
matsjj_ has joined #bitcoin-wizards
21:24
matsjj__ has joined #bitcoin-wizards
21:24
matsjj__ has quit [Remote host closed the connection]
21:25
matsjj__ has joined #bitcoin-wizards
21:26
matsjj___ has joined #bitcoin-wizards
21:26
matsjj___ has quit [Remote host closed the connection]
21:27
matsjj___ has joined #bitcoin-wizards
21:28
matsjj___ has quit [Remote host closed the connection]
21:28
matsjj___ has joined #bitcoin-wizards
21:28
matsjj_ has quit [Ping timeout: 260 seconds]
21:29
matsjj_ has joined #bitcoin-wizards
21:29
matsj____ has joined #bitcoin-wizards
21:29
matsj____ has quit [Read error: Connection reset by peer]
21:29
matsjj__ has quit [Ping timeout: 260 seconds]
21:31
matsjj__ has joined #bitcoin-wizards
21:31
matsjj__ has quit [Remote host closed the connection]
21:31
matsjj__ has joined #bitcoin-wizards
21:31
matsjj__ has quit [Remote host closed the connection]
21:32
matsjj has joined #bitcoin-wizards
21:32
matsjj has quit [Remote host closed the connection]
21:32
matsjj___ has quit [Ping timeout: 240 seconds]
21:33
matsjj has joined #bitcoin-wizards
21:33
matsjj has quit [Remote host closed the connection]
21:33
matsjj has joined #bitcoin-wizards
21:33
matsjj has quit [Remote host closed the connection]
21:33
matsjj_ has quit [Ping timeout: 250 seconds]
21:33
matsjj has joined #bitcoin-wizards
21:33
matsjj has quit [Read error: Connection reset by peer]
21:36
matsjj_ has joined #bitcoin-wizards
21:36
matsjj_ has quit [Read error: Connection reset by peer]
21:40
matsjj has joined #bitcoin-wizards
21:40
matsjj has quit [Remote host closed the connection]
21:41
matsjj has joined #bitcoin-wizards
21:41
matsjj has quit [Remote host closed the connection]
21:43
matsjj has joined #bitcoin-wizards
21:43
matsjj has quit [Remote host closed the connection]
21:44
CubicEarth has quit [Remote host closed the connection]
21:45
matsjj has joined #bitcoin-wizards
21:45
matsjj has quit [Remote host closed the connection]
21:46
matsjj has joined #bitcoin-wizards
21:46
matsjj has quit [Remote host closed the connection]
21:47
matsjj has joined #bitcoin-wizards
21:47
matsjj has quit [Remote host closed the connection]
21:47
matsjj has joined #bitcoin-wizards
21:49
matsjj_ has joined #bitcoin-wizards
21:49
matsjj_ has quit [Remote host closed the connection]
21:49
matsjj_ has joined #bitcoin-wizards
21:49
matsjj_ has quit [Remote host closed the connection]
21:50
matsjj_ has joined #bitcoin-wizards
21:50
matsjj_ has quit [Remote host closed the connection]
21:51
matsjj_ has joined #bitcoin-wizards
21:51
matsjj_ has quit [Remote host closed the connection]
21:51
matsjj has quit [Ping timeout: 250 seconds]
21:52
matsjj has joined #bitcoin-wizards
21:52
matsjj has quit [Read error: Connection reset by peer]
21:53
matsjj has joined #bitcoin-wizards
21:53
matsjj has quit [Remote host closed the connection]
21:54
RoboTeddy has joined #bitcoin-wizards
21:54
matsjj has joined #bitcoin-wizards
21:54
matsjj has quit [Read error: Connection reset by peer]
21:55
matsjj has joined #bitcoin-wizards
21:55
matsjj has quit [Remote host closed the connection]
21:57
matsjj_ has joined #bitcoin-wizards
21:57
matsjj_ has quit [Remote host closed the connection]
21:57
Guyver2 has quit [Quit: :)]
22:00
matsjj_ has joined #bitcoin-wizards
22:02
matsjj has joined #bitcoin-wizards
22:02
matsjj has quit [Remote host closed the connection]
22:03
matsjj has joined #bitcoin-wizards
22:03
matsjj has quit [Remote host closed the connection]
22:04
matsjj has joined #bitcoin-wizards
22:04
matsjj has quit [Read error: Connection reset by peer]
22:05
matsjj_ has joined #bitcoin-wizards
22:05
matsjj_ has quit [Remote host closed the connection]
22:07
matsjj_ has joined #bitcoin-wizards
22:07
matsjj_ has quit [Read error: Connection reset by peer]
22:09
matsjj_ has joined #bitcoin-wizards
22:09
matsjj_ has quit [Read error: Connection reset by peer]
22:10
matsjj has joined #bitcoin-wizards
22:10
matsjj has quit [Remote host closed the connection]
22:11
vmatekol_ has quit [Ping timeout: 272 seconds]
22:12
matsjj has joined #bitcoin-wizards
22:12
matsjj has quit [Read error: Connection reset by peer]
22:12
matsjj has joined #bitcoin-wizards
22:12
matsjj has quit [Read error: Connection reset by peer]
22:13
matsjj has joined #bitcoin-wizards
22:13
matsjj has quit [Remote host closed the connection]
22:14
matsjj has joined #bitcoin-wizards
22:14
matsjj has quit [Read error: Connection reset by peer]
22:15
matsjj has joined #bitcoin-wizards
22:15
matsjj has quit [Read error: Connection reset by peer]
22:16
matsjj_ has joined #bitcoin-wizards
22:16
matsjj_ has quit [Read error: Connection reset by peer]
22:16
dEBRUYNE_ has joined #bitcoin-wizards
22:17
matsjj_ has joined #bitcoin-wizards
22:17
matsjj_ has quit [Remote host closed the connection]
22:19
matsjj_ has joined #bitcoin-wizards
22:19
matsjj_ has quit [Remote host closed the connection]
22:20
matsjj_ has joined #bitcoin-wizards
22:20
matsjj_ has quit [Read error: Connection reset by peer]
22:21
matsjj has joined #bitcoin-wizards
22:21
matsjj has quit [Remote host closed the connection]
22:22
matsjj has joined #bitcoin-wizards
22:22
matsjj has quit [Remote host closed the connection]
22:24
matsjj_ has joined #bitcoin-wizards
22:24
matsjj_ has quit [Read error: Connection reset by peer]
22:25
matsjj_ has joined #bitcoin-wizards
22:25
matsjj_ has quit [Read error: Connection reset by peer]
22:26
matsjj_ has joined #bitcoin-wizards
22:26
matsjj_ has quit [Remote host closed the connection]
22:26
matsjj_ has joined #bitcoin-wizards
22:26
matsjj_ has quit [Remote host closed the connection]
22:29
matsjj has joined #bitcoin-wizards
22:32
matsjj_ has joined #bitcoin-wizards
22:32
matsjj_ has quit [Remote host closed the connection]
22:32
matsjj_ has joined #bitcoin-wizards
22:32
matsjj_ has quit [Remote host closed the connection]
22:33
bramc has joined #bitcoin-wizards
22:33
matsjj has quit [Ping timeout: 255 seconds]
22:33
matsjj has joined #bitcoin-wizards
22:34
matsjj_ has joined #bitcoin-wizards
22:34
matsjj_ has quit [Remote host closed the connection]
22:34
matsjj_ has joined #bitcoin-wizards
22:36
matsjj__ has joined #bitcoin-wizards
22:36
matsjj__ has quit [Read error: Connection reset by peer]
22:37
matsjj__ has joined #bitcoin-wizards
22:37
matsjj__ has quit [Remote host closed the connection]
22:38
matsjj has quit [Ping timeout: 250 seconds]
22:38
matsjj has joined #bitcoin-wizards
22:38
matsjj has quit [Read error: Connection reset by peer]
22:39
matsjj_ has quit [Ping timeout: 260 seconds]
22:40
matsjj_ has joined #bitcoin-wizards
22:40
matsjj_ has quit [Remote host closed the connection]
22:41
matsjj_ has joined #bitcoin-wizards
22:41
matsjj_ has quit [Remote host closed the connection]
22:41
matsjj_ has joined #bitcoin-wizards
22:41
matsjj_ has quit [Read error: Connection reset by peer]
22:42
matsjj_ has joined #bitcoin-wizards
22:42
matsjj_ has quit [Remote host closed the connection]
22:43
matsjj_ has joined #bitcoin-wizards
22:43
matsjj_ has quit [Remote host closed the connection]
22:43
matsjj has joined #bitcoin-wizards
22:44
CubicEarth has joined #bitcoin-wizards
22:45
matsjj_ has joined #bitcoin-wizards
22:45
matsjj_ has quit [Read error: Connection reset by peer]
22:45
matsjj_ has joined #bitcoin-wizards
22:45
matsjj_ has quit [Remote host closed the connection]
22:46
matsjj_ has joined #bitcoin-wizards
22:46
matsjj_ has quit [Remote host closed the connection]
22:46
matsjj_ has joined #bitcoin-wizards
22:46
matsjj_ has quit [Read error: Connection reset by peer]
22:47
matsjj_ has joined #bitcoin-wizards
22:47
matsjj_ has quit [Remote host closed the connection]
22:47
matsjj has quit [Ping timeout: 240 seconds]
22:48
matsjj has joined #bitcoin-wizards
22:48
matsjj has quit [Remote host closed the connection]
22:49
CubicEarth has quit [Ping timeout: 256 seconds]
22:49
matsjj has joined #bitcoin-wizards
22:50
matsjj_ has joined #bitcoin-wizards
22:50
matsjj_ has quit [Read error: Connection reset by peer]
22:54
matsjj_ has joined #bitcoin-wizards
22:54
matsjj_ has quit [Remote host closed the connection]
22:54
matsjj has quit [Ping timeout: 250 seconds]
22:54
matsjj has joined #bitcoin-wizards
22:54
matsjj has quit [Remote host closed the connection]
22:55
adam3us has joined #bitcoin-wizards
22:56
matsjj has joined #bitcoin-wizards
22:56
matsjj has quit [Read error: Connection reset by peer]
22:56
matsjj_ has joined #bitcoin-wizards
22:56
matsjj_ has quit [Read error: Connection reset by peer]
22:57
matsjj has joined #bitcoin-wizards
22:57
matsjj has quit [Read error: Connection reset by peer]
22:59
matsjj_ has joined #bitcoin-wizards
23:01
matsjj_ has joined #bitcoin-wizards
23:01
matsjj_ has quit [Read error: Connection reset by peer]
23:01
Giszmo has quit [Quit: Leaving.]
23:03
matsjj_ has joined #bitcoin-wizards
23:03
matsjj_ has quit [Remote host closed the connection]
23:04
matsjj_ has joined #bitcoin-wizards
23:05
matsjj__ has joined #bitcoin-wizards
23:05
matsjj__ has quit [Remote host closed the connection]
23:06
LeMiner has quit [Ping timeout: 246 seconds]
23:06
matsjj__ has joined #bitcoin-wizards
23:07
matsjj__ has joined #bitcoin-wizards
23:07
matsjj__ has quit [Remote host closed the connection]
23:07
matsjj has joined #bitcoin-wizards
23:07
matsjj has quit [Remote host closed the connection]
23:08
matsjj has joined #bitcoin-wizards
23:09
matsjj_ has quit [Ping timeout: 255 seconds]
23:11
matsjj_ has joined #bitcoin-wizards
23:11
matsjj_ has quit [Read error: Connection reset by peer]
23:12
nuke1989 has quit [Remote host closed the connection]
23:13
matsjj has quit [Ping timeout: 255 seconds]
23:14
matsjj has joined #bitcoin-wizards
23:14
matsjj has quit [Read error: Connection reset by peer]
23:14
matsjj has joined #bitcoin-wizards
23:14
matsjj has quit [Read error: Connection reset by peer]
23:15
matsjj has joined #bitcoin-wizards
23:15
matsjj has quit [Read error: Connection reset by peer]
23:15
zookolaptop has joined #bitcoin-wizards
23:17
matsjj_ has joined #bitcoin-wizards
23:17
matsjj_ has quit [Read error: Connection reset by peer]
23:17
matsjj_ has joined #bitcoin-wizards
23:18
matsjj__ has joined #bitcoin-wizards
23:18
matsjj__ has joined #bitcoin-wizards
23:19
matsjj___ has joined #bitcoin-wizards
23:19
matsjj___ has quit [Remote host closed the connection]
23:19
matsjj___ has joined #bitcoin-wizards
23:20
tripleslash has quit [Ping timeout: 272 seconds]
23:21
ebfull has quit [Remote host closed the connection]
23:22
matsjj_ has quit [Ping timeout: 255 seconds]
23:22
matsjj has joined #bitcoin-wizards
23:22
matsjj has quit [Remote host closed the connection]
23:23
matsjj has joined #bitcoin-wizards
23:23
matsjj has quit [Remote host closed the connection]
23:23
matsjj__ has quit [Ping timeout: 255 seconds]
23:24
matsjj___ has quit [Ping timeout: 255 seconds]
23:24
matsjj has joined #bitcoin-wizards
23:24
matsjj has quit [Remote host closed the connection]
23:25
matsjj has joined #bitcoin-wizards
23:25
matsjj has quit [Remote host closed the connection]
23:26
matsjj has joined #bitcoin-wizards
23:26
matsjj has quit [Remote host closed the connection]
23:27
matsjj has joined #bitcoin-wizards
23:27
matsjj has quit [Remote host closed the connection]
23:28
matsjj has joined #bitcoin-wizards
23:28
matsjj has quit [Remote host closed the connection]
23:29
matsjj_ has joined #bitcoin-wizards
23:29
matsjj_ has quit [Remote host closed the connection]
23:29
matsjj_ has joined #bitcoin-wizards
23:29
davec has quit [Read error: Connection reset by peer]
23:30
matsjj_ has quit [Remote host closed the connection]
23:30
matsjj_ has joined #bitcoin-wizards
23:30
matsjj_ has quit [Remote host closed the connection]
23:30
matsjj_ has joined #bitcoin-wizards
23:30
matsjj_ has quit [Read error: Connection reset by peer]
23:31
davec has joined #bitcoin-wizards
23:31
matsjj_ has joined #bitcoin-wizards
23:31
matsjj__ has joined #bitcoin-wizards
23:31
matsjj__ has quit [Remote host closed the connection]
23:32
matsjj__ has joined #bitcoin-wizards
23:32
matsjj__ has quit [Remote host closed the connection]
23:33
matsjj has joined #bitcoin-wizards
23:33
matsjj has quit [Read error: Connection reset by peer]
23:34
matsjj has joined #bitcoin-wizards
23:34
matsjj has quit [Remote host closed the connection]
23:35
matsjj has joined #bitcoin-wizards
23:35
matsjj has quit [Read error: Connection reset by peer]
23:35
matsjj_ has quit [Ping timeout: 260 seconds]
23:37
matsjj has joined #bitcoin-wizards
23:37
matsjj has quit [Remote host closed the connection]
23:38
matsjj has joined #bitcoin-wizards
23:38
matsjj has quit [Read error: Connection reset by peer]
23:39
matsjj has joined #bitcoin-wizards
23:39
matsjj has quit [Read error: Connection reset by peer]
23:40
matsjj has joined #bitcoin-wizards
23:40
matsjj has quit [Read error: Connection reset by peer]
23:42
matsjj has joined #bitcoin-wizards
23:42
matsjj has quit [Remote host closed the connection]
23:42
matsjj has joined #bitcoin-wizards
23:42
matsjj has quit [Remote host closed the connection]
23:43
matsjj has joined #bitcoin-wizards
23:43
matsjj has quit [Read error: Connection reset by peer]
23:46
matsjj_ has joined #bitcoin-wizards
23:46
matsjj_ has quit [Remote host closed the connection]
23:46
matsjj_ has joined #bitcoin-wizards
23:46
matsjj_ has quit [Read error: Connection reset by peer]
23:48
matsjj_ has joined #bitcoin-wizards
23:48
matsjj_ has quit [Remote host closed the connection]
23:49
matsjj has joined #bitcoin-wizards
23:49
matsjj has quit [Read error: Connection reset by peer]
23:49
matsjj has joined #bitcoin-wizards
23:49
matsjj_ has joined #bitcoin-wizards
23:49
matsjj_ has quit [Read error: Connection reset by peer]
23:51
matsjj_ has joined #bitcoin-wizards
23:51
matsjj_ has quit [Remote host closed the connection]
23:53
matsjj has quit [Ping timeout: 255 seconds]
23:55
matsjj has joined #bitcoin-wizards
23:56
matsjj_ has joined #bitcoin-wizards
23:56
matsjj_ has quit [Remote host closed the connection]
23:57
matsjj_ has joined #bitcoin-wizards
23:57
matsjj_ has quit [Read error: Connection reset by peer]
23:57
matsjj_ has joined #bitcoin-wizards
23:57
matsjj_ has quit [Read error: Connection reset by peer]
23:59
matsjj_ has joined #bitcoin-wizards
23:59
matsjj_ has quit [Remote host closed the connection]