00:00
* kevina
discovered the me command :)
00:01
rgrinberg has quit [Remote host closed the connection]
00:03
* whyrusleeping
loves the me command
00:04
* whyrusleeping
goes about changing the commit message
00:04
rgrinberg has joined #ipfs
00:05
rgrinberg has quit [Remote host closed the connection]
00:05
alu has quit [Ping timeout: 252 seconds]
00:06
<
whyrusleeping >
kevina: changed
00:07
rgrinberg has joined #ipfs
00:11
Ralith has left #ipfs ["User left"]
00:12
<
whyrusleeping >
yeap, just waiting on travis CI to finish
00:13
<
kevina >
why is travis CI so slow? It it because there is a per org limit and we have a lot of projects hanging of off ipfs?
00:13
cemerick has joined #ipfs
00:14
<
kevina >
It was really fast for me last night when there was no activity. :)
00:20
<
whyrusleeping >
I think it might have to do with per org limiting...
00:21
<
whyrusleeping >
i would love it if we could get more test runners from them
00:28
<
kevina >
$129 / $249 / $489, per month, for what running some tests.
00:30
Kane` has quit [Remote host closed the connection]
00:30
<
whyrusleeping >
Yeah... thats not terrible pricing though, especially if we're able to have tests always run immediately
00:30
<
kevina >
BTW: the Open Source plan says "Fair Use", what every that means, does not put a hard limit on the number of concurrent jobs
00:30
<
whyrusleeping >
maybe theyre just out of OSX build runners in general?
00:32
Kane` has joined #ipfs
00:32
<
kevina >
maybe, I can't get a full view as I am not a member of most ipfs projects, can you tell how many build are going on for the ipfs project now?
00:32
<
whyrusleeping >
not really
00:33
<
whyrusleeping >
as far as i can see, theres only one build going on
00:36
<
kevina >
BTW: Is there a strong reason we have two separate tests on Travis CI?
00:36
gmcquillan__ has quit [Ping timeout: 260 seconds]
00:37
ianopolous has quit [Read error: Connection reset by peer]
00:37
ianopolous_ has joined #ipfs
00:38
JesseW has joined #ipfs
00:38
<
whyrusleeping >
other than 'running things more times makes us more likely to find random failures'
00:41
<
kevina >
just an idea, but could you disable one of them for now? Might help move things along....
00:41
<
whyrusleeping >
mmm... i'm not sure how to really do that properly
00:41
<
whyrusleeping >
if the circleCI build passes, and at least one of the travis builds is green, then i'm happy
00:43
doublec has left #ipfs [#ipfs]
00:43
<
kevina >
but, meanwhile both builds are likely causing a backup in the queue....
00:49
galois_d_ has joined #ipfs
00:50
paul_lelo has joined #ipfs
00:53
galois_dmz has quit [Ping timeout: 260 seconds]
00:53
<
kevina >
whyrusleeping: so if we have a FilestoreNode that PosInfo should be non-nil?
00:54
galois_d_ has quit [Ping timeout: 245 seconds]
00:55
<
whyrusleeping >
should be, yeah
00:57
<
kevina >
whyrusleeping: thanks, what is *dag.Link now?
00:58
<
kevina >
nevermind, found it node.Link
01:04
matoro has joined #ipfs
01:23
rgrinberg has quit [Remote host closed the connection]
01:33
im[m] has joined #ipfs
01:42
mafintosh has quit [Read error: Connection reset by peer]
01:42
richardlitt has quit [Read error: Connection reset by peer]
01:43
mafintosh has joined #ipfs
01:43
richardlitt has joined #ipfs
01:44
voldyman has quit [Ping timeout: 252 seconds]
01:44
voldyman has joined #ipfs
01:45
<
kevina >
whyrusleeping: merged kevina/posinfo-2 info kevina/filestore and things look good.
01:45
<
kevina >
of course it will fail if you pass a raw node, will work on fixing that in a bit
01:47
Akaibu has quit [Ping timeout: 250 seconds]
01:49
Akaibu has joined #ipfs
01:51
shizy has joined #ipfs
01:55
<
lgierth >
hey yoshuawuyts, that deployment tool you showed me in lisbon, what was is called?
01:56
mgue has quit [Ping timeout: 260 seconds]
02:10
mgue has joined #ipfs
02:11
shizy has quit [Ping timeout: 265 seconds]
02:11
uzyn has joined #ipfs
02:20
lohkey has quit [Ping timeout: 250 seconds]
02:22
lohkey has joined #ipfs
02:24
SoreGums has quit [Ping timeout: 250 seconds]
02:25
SoreGums has joined #ipfs
02:32
Arcane has joined #ipfs
02:32
Arcane has left #ipfs [#ipfs]
02:36
bret has quit [Ping timeout: 250 seconds]
02:38
bret has joined #ipfs
02:42
henriquev has quit [Ping timeout: 250 seconds]
02:42
henriquev has joined #ipfs
02:45
wallacoloo has joined #ipfs
02:53
jedahan has joined #ipfs
02:58
jedahan has quit [Ping timeout: 260 seconds]
02:58
Oatmeal has quit [Quit: Suzie says, "TTFNs!"]
02:59
mgue has quit [Quit: WeeChat 1.5]
03:04
PrinceOfPeeves has quit [Quit: Leaving]
03:04
mgue has joined #ipfs
03:29
wallacoloo_ has joined #ipfs
03:30
wallacoloo has quit [Ping timeout: 256 seconds]
03:39
kulelu88 has quit [Quit: Leaving]
03:45
cemerick has quit [Ping timeout: 256 seconds]
03:54
interfect has joined #ipfs
03:56
cubemonkey has quit [Ping timeout: 250 seconds]
03:58
<
ShawkHawk[m] >
hey all, i'm hoping someone can help me understand something conceptually
03:58
<
ShawkHawk[m] >
i'm running the node version of ipfs without a local deamon
03:58
<
ShawkHawk[m] >
i can add a file and get a hash back
03:59
<
ShawkHawk[m] >
but when i turn on my local node or use any of the public gateways, i can't find it
04:00
cemerick has joined #ipfs
04:00
<
ShawkHawk[m] >
based on my reading, it seems to have something to do with the repo in ipfs, which is where all the files get stored
04:01
<
ShawkHawk[m] >
i never defined any sort of repo in any of my configurations inside my node app, just instantiated an ipfs node with `new IPFS()` and did an `ipfs.goOnline()`
04:02
<
ShawkHawk[m] >
what am i missing here?
04:05
<
interfect >
I can't get the Node version to peer with the public network either.
04:06
<
interfect >
I do have it peering over libp2p-webrtc-star in the browser
04:06
<
interfect >
But starting up a node under Node didn't seem to actually successfully connect to anybody else.
04:08
<
ShawkHawk[m] >
interfect: side question, what's a usecase for running an ipfs node in the browser? doesn't the data disappear when the tab is closed?
04:08
<
interfect >
In browser it does a repo in IndexedDB, and I think it uses the fs-pull-blob-store in some directory somewhere...
04:08
pfrazee has quit [Remote host closed the connection]
04:09
<
interfect >
No the data sticks around in HTML5 storage, until you open the tab again
04:10
<
ShawkHawk[m] >
oh neat
04:10
<
ShawkHawk[m] >
how much storage do you get?
04:11
<
interfect >
That is kind of a mystery. I was looking it up today.
04:12
<
interfect >
I think Firefox says something like 10% of free disk space.
04:12
<
interfect >
But I'm not sure there's a permission prompt to get more.
04:12
<
interfect >
Or a way to measure how much you have left.
04:13
<
interfect >
I would like to think that the IPFS class takes care of evicting stuff to make room for new stuff you want to download or add, but somehow I doubt that that's implemented.
04:14
dmr has joined #ipfs
04:15
fleeky has quit [Ping timeout: 260 seconds]
04:16
fleeky_ has joined #ipfs
04:16
chris613 has quit [Quit: Leaving.]
04:17
sametsisartenep has quit [Quit: zzzZZZ]
04:26
lacour has quit [Quit: Leaving]
04:36
wallacoloo has joined #ipfs
04:36
uzyn has quit [Quit: uzyn]
04:36
<
interfect >
It would really hekp if there were an official libp2p-webrtc-star signaling server (or set thereof) running somewhere that I could point to.
04:37
<
interfect >
Otherwise browser IPFS clients won;t be able to find each other, in general.
04:37
wallacoloo_ has quit [Ping timeout: 252 seconds]
04:40
uzyn has joined #ipfs
04:43
uzyn has quit [Client Quit]
04:44
jedahan has joined #ipfs
04:45
<
ShawkHawk[m] >
interfect: cool, checking it out, thank you
04:45
<
ShawkHawk[m] >
I sort of disagree about any official server because I feel like that sorta spoils the coolness of ipfs
04:46
<
ShawkHawk[m] >
but i suppose it's good as a bridge into the new
04:46
IlanGodik has joined #ipfs
04:46
cketti has quit [Quit: Leaving]
04:49
<
interfect >
It'd make sense to add some bootstrap signaling servers
04:49
<
interfect >
We'd also want to have peer exchange for them, though, somehow
04:49
<
ShawkHawk[m] >
it's true it would be nice to roud things out
04:49
<
A124 >
interfect Thanks! I came bout the the right time to notice that. haha
04:49
<
interfect >
Like you could learn about more and automatically use them
04:50
<
lgierth >
interfect ShawkHawk[m]: i'm about to crash, there's going to be more info on js-ipfs bootstrapping very soon
04:50
<
interfect >
Sounds great
04:50
<
ShawkHawk[m] >
Thanks for the code example above, interfect, i learned something new with the .add and .get stream stuff, i wrote some really nasty code to make those streams into strings
04:50
<
lgierth >
websockets transport for js/go interoperability, and proper bootstrap nodes for websockets and webrtc
04:51
<
interfect >
lgierth, yes yes yes!
04:51
<
lgierth >
there's no good webrtc implementation in go so that'll have to wait
04:51
<
lgierth >
i.e. websockets will have to do for now for interop
04:52
<
interfect >
As long as some interop exists things will work, right? Or does the requesting node have to be able to directly dial the providing node?
04:53
<
lgierth >
right now it needs a direct connection, but other nodes will be able to relay connections
04:53
<
lgierth >
very soon too, the relay code has been there for ages, just never been used
04:59
uzyn has joined #ipfs
05:39
JesseW has quit [Ping timeout: 256 seconds]
05:39
Aeonwaves has quit [Read error: Connection reset by peer]
05:40
SuperPhly has joined #ipfs
05:43
Aranjedeath has quit [Ping timeout: 245 seconds]
05:48
patcon has joined #ipfs
05:50
dasphyxie has quit [Remote host closed the connection]
05:50
Earnie has joined #ipfs
06:07
interfect has quit [Quit: Leaving]
06:12
alu has joined #ipfs
06:14
dbri has joined #ipfs
06:16
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
06:16
bastianilso__ has joined #ipfs
06:23
slxe2 has joined #ipfs
06:24
mildred has joined #ipfs
06:27
cemerick has quit [Quit: Leaving]
06:28
patcon has quit [Ping timeout: 252 seconds]
06:30
kode54 has quit [Read error: Connection reset by peer]
06:31
ygrek has joined #ipfs
06:38
alu has quit [Ping timeout: 256 seconds]
06:43
kode54 has joined #ipfs
06:48
uzyn has quit [Quit: uzyn]
06:51
rendar has joined #ipfs
07:00
mildred has quit [Quit: Leaving.]
07:01
uzyn has joined #ipfs
07:01
mildred has joined #ipfs
07:03
ulrichard has joined #ipfs
07:08
polezaivsani has joined #ipfs
07:08
uzyn has quit [Quit: uzyn]
07:13
ilyaigpetrov has joined #ipfs
07:16
uzyn has joined #ipfs
07:17
unforgiven512 has quit [Ping timeout: 250 seconds]
07:26
unforgiven512 has joined #ipfs
07:31
xeon-eno1f has quit [Quit: leaving]
07:33
xeon-enouf has joined #ipfs
07:40
<
A124 >
Umm... I know there is this work by kevina on filestore, but... not sure if that would be an exclusive filestore. Can we get a hybdrid of database, filestore and current blockstore?
07:41
s_kunk has joined #ipfs
07:41
s_kunk has joined #ipfs
07:41
s_kunk has quit [Changing host]
07:42
<
A124 >
Tiny records would do mayhem on blockstore and filestore, while large files would be great to have as-is on the underlying FS:
07:54
maxlath has joined #ipfs
07:56
wallacoloo has quit [Quit: wallacoloo]
07:59
mildred has quit [Ping timeout: 260 seconds]
07:59
SuperPhly has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
08:07
espadrine has joined #ipfs
08:19
mildred has joined #ipfs
08:26
corvinux has joined #ipfs
08:42
sametsisartenep has joined #ipfs
08:44
G-Ray has joined #ipfs
08:47
mildred1 has joined #ipfs
08:47
mildred has quit [Read error: Connection reset by peer]
08:47
espadrine has quit [Ping timeout: 260 seconds]
08:48
ygrek has quit [Ping timeout: 265 seconds]
09:01
captain_morgan has quit [Ping timeout: 252 seconds]
09:17
ZaZ has joined #ipfs
09:31
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
09:32
ljhms has quit [Read error: Connection reset by peer]
09:33
ljhms has joined #ipfs
09:36
ljhms has quit [Read error: Connection reset by peer]
09:37
ljhms has joined #ipfs
09:43
espadrine_ has joined #ipfs
09:46
uzyn has quit [Quit: uzyn]
09:47
infinity0 has quit [Remote host closed the connection]
09:47
uzyn has joined #ipfs
09:48
uzyn has quit [Client Quit]
09:56
bastianilso__ has quit [Quit: bastianilso__]
10:08
corvinux has quit [Ping timeout: 250 seconds]
10:11
Earnie has quit [Ping timeout: 265 seconds]
10:14
consternate has joined #ipfs
10:15
maxlath has quit [Ping timeout: 250 seconds]
10:24
maxlath has joined #ipfs
10:27
mildred1 has quit [Quit: Leaving.]
10:27
sega01 has quit [Read error: Connection reset by peer]
10:28
sega01 has joined #ipfs
10:54
Foxcool_ has joined #ipfs
11:00
mildred has joined #ipfs
11:03
bastianilso__ has joined #ipfs
11:04
soloojos has quit [Ping timeout: 245 seconds]
11:18
Foxcool_ has quit [Read error: Connection reset by peer]
11:28
mildred has quit [Quit: Leaving.]
11:29
bastianilso__ has quit [Quit: bastianilso__]
11:42
herzmeister has quit [Quit: Leaving]
11:50
s_kunk has quit [Ping timeout: 260 seconds]
11:51
bastianilso__ has joined #ipfs
11:57
mildred has joined #ipfs
12:01
s_kunk has joined #ipfs
12:03
Foxcool_ has joined #ipfs
12:05
s_kunk has quit [Max SendQ exceeded]
12:06
s_kunk has joined #ipfs
12:11
s_kunk has quit [Ping timeout: 260 seconds]
12:19
ContainsLiquid[4 has joined #ipfs
12:19
alaeri[m] has joined #ipfs
12:20
<
ulrichard >
Error: unable to open leveldb datastore: leveldb: manifest corrupted (field 'comparer'): missing
12:22
silwol[m] has joined #ipfs
12:27
Foxcool_ has quit [Ping timeout: 252 seconds]
12:33
cemerick has joined #ipfs
12:34
rgrinberg has joined #ipfs
12:37
lkcl has joined #ipfs
12:48
maxlath has quit [Remote host closed the connection]
12:48
maxlath has joined #ipfs
12:55
pfrazee has joined #ipfs
12:55
ylp1 has joined #ipfs
13:02
kobigurk has joined #ipfs
13:10
cemerick has quit [Ping timeout: 265 seconds]
13:12
pfrazee has quit [Remote host closed the connection]
13:14
Boomerang has joined #ipfs
13:27
s_kunk has joined #ipfs
13:32
ZaZ has quit [Read error: Connection reset by peer]
13:33
dignifiedquire has joined #ipfs
13:36
s_kunk has quit [Quit: Read error: Connection reset by beer]
13:37
s_kunk has joined #ipfs
13:38
Boomerang has quit [Quit: Leaving]
13:41
slxe2 has quit [Quit: WeeChat 1.5]
13:43
s_kunk has quit [Ping timeout: 250 seconds]
13:44
PseudoNoob has joined #ipfs
13:49
soloojos has joined #ipfs
13:54
anonymuse has joined #ipfs
13:55
pfrazee has joined #ipfs
13:58
s_kunk has joined #ipfs
14:11
ashark has joined #ipfs
14:13
ashark has quit [Read error: Connection reset by peer]
14:14
bsm117532 has joined #ipfs
14:18
m0ns00n_ has joined #ipfs
14:22
<
victorbjelkholm >
Good morning!
14:32
ebel has quit [Ping timeout: 260 seconds]
14:34
aakilfernandes has joined #ipfs
14:35
<
aakilfernandes >
hi
14:35
<
aakilfernandes >
anyone know how i can calculate the hash of a file using ipfs-js-api?
14:36
ebel has joined #ipfs
14:39
JesseW has joined #ipfs
14:41
ebel has quit [Ping timeout: 245 seconds]
14:43
herzmeisterderw has joined #ipfs
14:44
ebel has joined #ipfs
14:47
FrozenFox is now known as DarkFox
14:49
matoro has quit [Ping timeout: 252 seconds]
14:50
voldyman has quit [Ping timeout: 245 seconds]
14:52
kumavis has quit [Ping timeout: 250 seconds]
14:53
jedahan has joined #ipfs
14:53
omnigoat has quit [Ping timeout: 258 seconds]
14:53
kumavis has joined #ipfs
14:53
voldyman has joined #ipfs
14:54
henriquev has quit [Ping timeout: 245 seconds]
14:55
yoshuawuyts has quit [Ping timeout: 250 seconds]
14:56
omnigoat has joined #ipfs
14:56
zrl has quit [Ping timeout: 250 seconds]
14:56
henriquev has joined #ipfs
14:58
shizy has joined #ipfs
14:58
kumavis has quit [Ping timeout: 260 seconds]
14:59
voldyman has quit [Ping timeout: 256 seconds]
15:00
zrl has joined #ipfs
15:01
ReactorScram has joined #ipfs
15:02
omnigoat has quit [Ping timeout: 260 seconds]
15:03
Boomerang has joined #ipfs
15:05
omnigoat has joined #ipfs
15:05
kumavis has joined #ipfs
15:06
edubai__ has quit [Read error: Connection reset by peer]
15:06
richardlitt has quit [Ping timeout: 256 seconds]
15:06
yoshuawuyts has joined #ipfs
15:07
bergie has quit [Ping timeout: 258 seconds]
15:08
mikolalysenko has quit [Ping timeout: 261 seconds]
15:08
zrl has quit [Ping timeout: 250 seconds]
15:08
edubai__ has joined #ipfs
15:09
maxlath has quit [Quit: maxlath]
15:10
omnigoat has quit [Ping timeout: 245 seconds]
15:10
jryans has quit [Ping timeout: 250 seconds]
15:11
voldyman has joined #ipfs
15:12
mikolalysenko has joined #ipfs
15:12
bergie has joined #ipfs
15:12
zrl has joined #ipfs
15:12
aakilfernandes has quit []
15:13
jryans has joined #ipfs
15:14
richardlitt has joined #ipfs
15:14
omnigoat has joined #ipfs
15:16
ulrichard has quit [Ping timeout: 260 seconds]
15:17
ylp1 has quit [Quit: Leaving.]
15:18
ZaZ has joined #ipfs
15:23
<
noffle >
lgierth: awake? :)
15:23
<
noffle >
oh, perhaps you're on your flight now
15:25
m0ns00n_ has quit [Quit: quit]
15:27
mildred has quit [Ping timeout: 265 seconds]
15:27
maxlath has joined #ipfs
15:28
taw00 has quit [Ping timeout: 260 seconds]
15:28
quentun has joined #ipfs
15:29
quentun has quit [Client Quit]
15:30
taw00 has joined #ipfs
15:31
Aranjedeath has joined #ipfs
15:44
matrixmatrixorg[ has joined #ipfs
15:44
anonymuse has quit [Read error: Connection reset by peer]
15:45
anonymuse has joined #ipfs
15:47
<
whyrusleeping >
i'm really confused. my irc client is telling me the last message in this channel was 85 days ago
15:47
<
whyrusleeping >
its also july for some reason
15:50
chris613 has joined #ipfs
15:50
matrixmatrixorg[ has left #ipfs ["User left"]
15:54
anonymuse has quit [Read error: Connection reset by peer]
15:54
anonymuse has joined #ipfs
15:56
dmr has quit [Quit: Leaving]
15:56
SNAFUdowser has joined #ipfs
15:57
JesseW has quit [Ping timeout: 244 seconds]
15:58
rgrinberg has quit [Ping timeout: 250 seconds]
15:58
anonymuse has quit [Read error: Connection reset by peer]
15:58
anonymuse has joined #ipfs
15:59
<
Kubuxu >
ofc if you are back to work
16:01
sametsisartenep has quit [Quit: brb]
16:01
<
whyrusleeping >
Kubuxu: yeah, i'm heading to get some philz pretty soon
16:02
<
whyrusleeping >
i'll be working today :)
16:02
Aranjedeath has quit [Quit: Three sheets to the wind]
16:04
<
Kubuxu >
The #3315 is huge fail on my part :(
16:06
cubemonkey has joined #ipfs
16:07
Aranjedeath has joined #ipfs
16:07
s_kunk has quit [Ping timeout: 245 seconds]
16:09
ygrek has joined #ipfs
16:09
<
whyrusleeping >
tests tests and more tests :D
16:10
herzmeisterderw has quit [Quit: Leaving]
16:11
herzmeister has joined #ipfs
16:13
<
Kubuxu >
Yeah, that was part of the fail.
16:17
<
victorbjelkholm >
folks who are ipld owners (guessing on nicolagreco and daviddias at least), could you add me to the website repository so I can setup milestones/roadmap stuff?
16:17
<
victorbjelkholm >
would also need the same for the multiformats and libp2p website projects
16:17
<
daviddias >
for sure :D
16:18
<
daviddias >
victorbjelkholm: however, lets put multiformats and ipld milestones at the root of their projects
16:18
<
daviddias >
like libp2p/libp2p
16:18
patcon has joined #ipfs
16:19
<
Kubuxu >
whyrusleeping: updated the issue
16:19
sametsisartenep has joined #ipfs
16:19
rgrinberg has joined #ipfs
16:20
<
victorbjelkholm >
daviddias, ok, works for me, thanks :)
16:21
bastianilso__ has quit [Quit: bastianilso__]
16:22
<
victorbjelkholm >
daviddias, sweet! I'll add the website stuff as separate milestone if that's fine for you?
16:22
<
victorbjelkholm >
in ipld/ipld
16:23
<
daviddias >
exactly, it is an individual Milestone within the group of milestones under libp2p
16:23
<
victorbjelkholm >
I would fill out the tasks a bit and change Leads though, as we agreed upon me being lead over getting the websites done
16:24
<
victorbjelkholm >
yeah, makes sense :) I'll add some more concrete tasks to your PR if that's fine?
16:24
<
daviddias >
yes please :)
16:24
<
victorbjelkholm >
awesome, thanks!
16:24
<
daviddias >
I added it today and what I want to do is go through them on next sprint call, so that we can fill them with all our knowledge
16:24
SNAFUdowser has quit [Ping timeout: 260 seconds]
16:24
<
victorbjelkholm >
daviddias, you'll open a similar PR for ipld which includes ipld.io?
16:25
<
daviddias >
victorbjelkholm: you can create that one, Nicola would be on roll for that, but he is underwater till the end of next week
16:25
<
daviddias >
so, feel free to kick it off and then ping him so that he can add all the other milestones
16:25
<
victorbjelkholm >
daviddias, all right
16:25
<
victorbjelkholm >
sure thing :)
16:27
locusf has quit [Ping timeout: 258 seconds]
16:33
<
daviddias >
added two comments, but yeah, that is the idea, anything that you see as a task for that milestone, write it down. On the leadership. it makes total sense for me if you want to own it all and I act as a resource for content and high level direction and expectation. It probably will enable you to move faster, than asking me for feedback at every cycle.
16:34
<
victorbjelkholm >
daviddias, yep, that's the idea :) Btw, in what way are you using "sitemap"? Usually that's the artifact of having the website structure to enable scraping but my spidey sense is telling me you mean something else
16:34
locusf has joined #ipfs
16:34
chpio[m] has joined #ipfs
16:35
<
victorbjelkholm >
daviddias, I'm guessing you mean sitemap as something that would just describe what pages and so on the website would include?
16:36
<
daviddias >
sending you what I have in mind
16:36
<
daviddias >
but yeah. that :)
16:36
<
victorbjelkholm >
all right, sounds good enough
16:42
<
lgierth >
noffle: yeah awake now
16:48
<
chpio[m] >
what's the diff. between multistream & multicodec?
16:48
<
chpio[m] >
are they just the same thing?
16:49
<
kevina >
whyrusleeping: did you see my messages from last night? (I saw you had IRC problems)
16:49
<
victorbjelkholm >
chpio[m], multistream: stream wire protocols, multicodec: serialization codecs, I think reading the motivation of both of them would make it clearer
16:50
<
victorbjelkholm >
oh, motivation is the same on both of them, hah...
16:50
anewuser has joined #ipfs
16:54
G-Ray has quit [Quit: Konversation terminated!]
16:55
herzmeister has quit [Ping timeout: 265 seconds]
16:56
<
chpio[m] >
so, the one is for prefixing (coding) bytes buffers and the other for streams?!
16:57
<
keks >
whyrusleeping: o/ ping me when you're there
16:58
<
lgierth >
chpio[m]: multicodec is simply a means to describe a blob of data: /my/format\nmydata
16:59
<
lgierth >
chpio[m]: multistream applies this to streams of data, and adds multiplexing (in combination with multistream-select)
16:59
<
whyrusleeping >
lgierth: as well
16:59
herzmeister has joined #ipfs
16:59
<
whyrusleeping >
keks: here i am!
16:59
<
whyrusleeping >
i made it!
17:00
<
keks >
so what are the problems with the feed-refactor branch?
17:00
<
Kubuxu >
yeah, read it through already, I will try to find time today to it today more in depth.
17:01
<
keks >
i guess that it doesn't cancel the actual subscrption when every subscriber unsubcribed?
17:01
<
whyrusleeping >
the feed refactor had problems because its poor UX to have to manually create, subscribe, and 'delete' feeds
17:01
cketti has joined #ipfs
17:01
<
whyrusleeping >
all as separate steps
17:01
<
keks >
hmm but that is not the case
17:02
<
keks >
you can simply do subscribe
17:02
<
keks >
i haven't deleted yet
17:02
<
whyrusleeping >
its not the case now, it was in that refactor as far as i remember
17:02
<
whyrusleeping >
the behaviour we want to avoid is users accidentaly having subscriptions without realizing it
17:03
<
whyrusleeping >
so the existence of a subscription needs to be tied to a context
17:03
<
whyrusleeping >
we can definitely allow for multiple feeds, we just have to make sure no opportunity exists for the subscription to remain once its contexts have been canceled
17:04
<
keks >
so that is basically when all subscribing http connections for a certain topic are closed, right
17:05
<
whyrusleeping >
yeap
17:05
<
whyrusleeping >
contexts for api requests get bound to a context
17:05
<
whyrusleeping >
so when the http connection closes, the context is cancelled
17:05
* whyrusleeping
isnt using words well
17:05
<
whyrusleeping >
the coffee hasnt quite kicked in yet
17:06
<
chpio[m] >
lgierth (IRC): but, why are there two specs repos for the same thing? and also two implementations instead of one which would do both (encode/decode streams and buffers)?
17:06
<
keks >
hm, in master Subscribe is passed a ctx but it isn't used
17:06
DarkFox is now known as FrozenFox
17:07
<
cjd >
oh hey it's DarkFax
17:08
gmcquillan__ has joined #ipfs
17:08
<
keks >
okay i'll dig through the code and try to make up a way to cleanly do this. will ping you when i think i'm on to something.
17:08
<
whyrusleeping >
awesome, sounds good :)
17:09
<
whyrusleeping >
and yeah, right now its not quite bound to a context in the way i'd like
17:13
voldyman has quit [Quit: Connection closed for inactivity]
17:14
<
lgierth >
chpio[m]: yeah they're both very close. multistream is mainly responsible for multiplexing several multicodec streams on one underlying stream
17:14
<
whyrusleeping >
not that one
17:14
<
lgierth >
chpio[m]: multigram will be doing the same as multistream, but over datagrams (udp, ethernet)
17:16
espadrine_ has quit [Ping timeout: 260 seconds]
17:17
<
chpio[m] >
ok, i see, it's very simple
17:17
ygrek has quit [Ping timeout: 252 seconds]
17:18
<
whyrusleeping >
fantastic explanations of raft if anyone is interested
17:19
Boomerang has quit [Quit: Leaving]
17:20
soloojos has quit [Ping timeout: 245 seconds]
17:24
<
whyrusleeping >
hsanjuan: Hey, did you need some repo permissions or something earlier?
17:24
pinbot has quit [Remote host closed the connection]
17:25
pinbot has joined #ipfs
17:25
<
lgierth >
whyrusleeping: admin group on ipfs
17:25
<
whyrusleeping >
hsanjuan: do you have 2FA enabled?
17:25
<
cjd >
lgierth: nice job on node-fc00
17:25
jedahan_ has joined #ipfs
17:26
<
lgierth >
cjd: it starts \o/
17:26
<
chpio[m] >
next question: will libp2p's overlay replace cjdns?
17:27
<
cjd >
ansuz has been swearing for the past hour
17:27
<
lgierth >
it doesnt start anymore?
17:27
<
lgierth >
i haven't touched it since the last commit
17:27
<
lgierth >
chpio[m]: no
17:27
<
cjd >
apparently if I change anything in cjdns it will explode
17:27
<
whyrusleeping >
chpio[m]: maybe if cjd feels like being super cool and using libp2p :P
17:28
<
chpio[m] >
whyrusleeping (IRC): :D
17:28
<
lgierth >
whyrusleeping: didn't you wanna write c-libp2p?
17:28
<
cjd >
maybe if whyrusleeping feels like being super cool and rewriting libp2p in C
17:28
lulis has joined #ipfs
17:28
<
whyrusleeping >
yeah, actually i have a friend i'm trying to bring into protocol labs that would totally want to write c-libp2p
17:28
<
cjd >
using Allocator.c because otherwise C is scary
17:28
<
whyrusleeping >
hes a kernel hacker/dist-sys engineer
17:28
<
lgierth >
multiformats libs in c would already be a huge help
17:29
jedahan has quit [Ping timeout: 244 seconds]
17:30
<
chpio[m] >
i would write libp2p in rust, just dunno where i could start... im confused about the multistream/-codec thing :|
17:30
<
i[m] >
Either or C or Rust
17:30
<
whyrusleeping >
RIIR
17:30
<
i[m] >
It's a plague I know, which is why I didn't say anything.
17:31
captain_morgan has joined #ipfs
17:31
<
i[m] >
I don't have the time to do it right now.
17:31
<
chpio[m] >
ohh sorry, for bringing that again...
17:31
<
cjd >
no, keep doing it, it's awesome
17:31
<
whyrusleeping >
lol
17:31
<
chpio[m] >
still hati rust?
17:31
<
whyrusleeping >
chpio[m]: youre great, never change
17:31
<
cjd >
Have you considered writing to the Linux mailing list ?
17:31
<
i[m] >
We'll never get in the kernel :/
17:32
<
cjd >
I mean to suggest that Linus rewrite it in Rust
17:32
<
whyrusleeping >
not until linux dies
17:32
<
whyrusleeping >
meant to write linus, but that works too
17:32
<
lgierth >
my life won't be complete until linus shows me the finger on video
17:32
<
whyrusleeping >
i also very much appreciate that "The kernel" always refers to the linux kernel
17:33
seagreen has quit [*.net *.split]
17:33
zjohnson_ has quit [*.net *.split]
17:33
dyce has quit [*.net *.split]
17:33
Teeed has quit [*.net *.split]
17:33
dansup has quit [*.net *.split]
17:33
oed has quit [*.net *.split]
17:33
tirej has quit [*.net *.split]
17:33
Xe has quit [*.net *.split]
17:33
ofdm has quit [*.net *.split]
17:33
bitspill has quit [*.net *.split]
17:33
oleavr has quit [*.net *.split]
17:33
sugarpuff has quit [*.net *.split]
17:33
steefmin has quit [*.net *.split]
17:33
jeffl35 has quit [*.net *.split]
17:33
padz has quit [*.net *.split]
17:33
voxelot has quit [*.net *.split]
17:33
tibor has quit [*.net *.split]
17:33
cmeik has quit [*.net *.split]
17:33
ogd has quit [*.net *.split]
17:33
ebarch has quit [*.net *.split]
17:33
risk has quit [*.net *.split]
17:33
grncdr has quit [*.net *.split]
17:33
sdgathman has quit [*.net *.split]
17:33
karissa has quit [*.net *.split]
17:33
jclay has quit [*.net *.split]
17:33
kyledrake has quit [*.net *.split]
17:33
bmpvieira has quit [*.net *.split]
17:33
prosody has quit [*.net *.split]
17:33
mappum has quit [*.net *.split]
17:33
nivekuil has quit [*.net *.split]
17:33
Guest66666 has quit [*.net *.split]
17:33
rektide has quit [*.net *.split]
17:33
giodamelio has quit [*.net *.split]
17:33
Muis has quit [*.net *.split]
17:33
gozala has quit [*.net *.split]
17:33
koshii has quit [*.net *.split]
17:33
harleyk has quit [*.net *.split]
17:33
rabbitface3 has quit [*.net *.split]
17:33
rfw has quit [*.net *.split]
17:33
emschwartz has quit [*.net *.split]
17:33
aedigix has quit [*.net *.split]
17:33
kpcyrd has quit [*.net *.split]
17:33
mrpoopyb1 has quit [*.net *.split]
17:33
keko-2 has quit [*.net *.split]
17:33
nullstyle has quit [*.net *.split]
17:33
caseorganic has quit [*.net *.split]
17:33
mrd0ll4r has quit [*.net *.split]
17:33
c0dehero has quit [*.net *.split]
17:33
yangwao has quit [*.net *.split]
17:33
todder has quit [*.net *.split]
17:33
tundracomp has quit [*.net *.split]
17:33
mesch__ has quit [*.net *.split]
17:33
aaaaaaaaa____ has quit [*.net *.split]
17:33
cjd has quit [*.net *.split]
17:33
Arwalk has quit [*.net *.split]
17:33
xming has quit [*.net *.split]
17:33
angreifer has quit [*.net *.split]
17:33
zjohnson has joined #ipfs
17:33
xming_ has joined #ipfs
17:33
nivekuil` has joined #ipfs
17:33
giodamelio has joined #ipfs
17:33
tundracom has joined #ipfs
17:33
padz has joined #ipfs
17:33
rektide_ has joined #ipfs
17:33
xming_ has joined #ipfs
17:33
xming_ has quit [Changing host]
17:33
oed has joined #ipfs
17:33
Guest66666 has joined #ipfs
17:33
harleyk has joined #ipfs
17:33
Teeed has joined #ipfs
17:33
kpcyrd has joined #ipfs
17:33
aedigix has joined #ipfs
17:33
tirej has joined #ipfs
17:33
sdgathman has joined #ipfs
17:33
<
lgierth >
bye cjd, thanks for all the fish
17:33
keko-2 has joined #ipfs
17:34
captain_morgan has quit [Read error: Connection reset by peer]
17:34
gozala has joined #ipfs
17:34
mrpoopyb1 has joined #ipfs
17:34
todder has joined #ipfs
17:34
steefmin has joined #ipfs
17:34
ansuz has joined #ipfs
17:34
rabbitface3 has joined #ipfs
17:34
<
chpio[m] >
pfff, mac os <3
17:34
<
i[m] >
gr8 b8 m8? lol ;)
17:34
captain_morgan_ has joined #ipfs
17:34
Arw has joined #ipfs
17:34
soloojos has joined #ipfs
17:34
angreifer has joined #ipfs
17:34
c0dehero has joined #ipfs
17:34
<
ansuz >
the hipster in this chan is too much
17:34
<
ansuz >
plz turn down
17:34
dyce has joined #ipfs
17:35
<
ansuz >
mac is fine, k
17:35
<
ansuz >
so is windows
17:35
koshii has joined #ipfs
17:35
<
chpio[m] >
but rust is bad |(
17:35
dansup has joined #ipfs
17:35
<
ansuz >
no, rust is fine
17:35
<
i[m] >
Somebody write libp2p in befunge
17:35
ofdm has joined #ipfs
17:36
SoreGums has quit [Ping timeout: 250 seconds]
17:36
ec has quit [Ping timeout: 250 seconds]
17:36
<
Kubuxu >
whyrusleeping: those are just interfaces
17:37
kumavis has quit [Ping timeout: 256 seconds]
17:37
cemerick has joined #ipfs
17:37
<
whyrusleeping >
Kubuxu: i meant the link to swarm
17:37
<
chpio[m] >
which implementation is further js-libp2p or go-libp2p (+ all submodules ofc)?
17:37
<
whyrusleeping >
Yeah, which is already at 81%, but i still feel like its missing something...
17:37
jeffl35 has joined #ipfs
17:37
herzmeister has quit [Ping timeout: 244 seconds]
17:37
<
Kubuxu >
I will look at it.
17:38
chris6131 has joined #ipfs
17:38
aaaaaaaaa____ has joined #ipfs
17:38
mesch__ has joined #ipfs
17:39
Xe has joined #ipfs
17:39
voxelot has joined #ipfs
17:39
yangwao has joined #ipfs
17:39
ogd has joined #ipfs
17:39
lulis has quit [Ping timeout: 256 seconds]
17:40
risk has joined #ipfs
17:40
chris613 has quit [Ping timeout: 250 seconds]
17:40
caseorganic has joined #ipfs
17:41
tibor has joined #ipfs
17:41
jedahan_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:41
karissa has joined #ipfs
17:41
bitspill has joined #ipfs
17:41
Muis has joined #ipfs
17:41
grncdr has joined #ipfs
17:41
SoreGums has joined #ipfs
17:42
rfw has joined #ipfs
17:42
emschwartz has joined #ipfs
17:42
jclay has joined #ipfs
17:42
nullstyle has joined #ipfs
17:42
jedahan has joined #ipfs
17:42
ec has joined #ipfs
17:43
mappum has joined #ipfs
17:43
ec has quit [Excess Flood]
17:43
ebarch has joined #ipfs
17:44
ec has joined #ipfs
17:44
<
chpio[m] >
whyrusleeping (IRC): me?
17:44
<
whyrusleeping >
chpio[m]: in response to which comment?
17:44
kyledrake has joined #ipfs
17:45
mrd0ll4r has joined #ipfs
17:45
<
Kubuxu >
not it was to me
17:45
sugarpuff has joined #ipfs
17:45
oleavr has joined #ipfs
17:45
<
lgierth >
victorbjelkholm: let's hack a few hours on thursday?
17:45
<
Kubuxu >
you assigned it to me too :p
17:46
<
lgierth >
then i'll have another day to fix any remaining infrastructure things that you notice
17:46
<
victorbjelkholm >
lgierth, absolutely!
17:46
<
lgierth >
and hsanjuan, let's hack a few hours next week, i'll show you the infrastructure stuff too
17:46
bmpvieira has joined #ipfs
17:46
kumavis has joined #ipfs
17:47
<
victorbjelkholm >
I'm available anytime this week, just let me know if you have a prefered location, otherwise we'll be here (my home) :)
17:47
prosody has joined #ipfs
17:47
cmeik has joined #ipfs
17:47
<
lgierth >
victorbjelkholm: is your computer encrypted? otherwise no secrets :)
17:48
<
whyrusleeping >
victorbjelkholm: are you a fed?
17:48
<
whyrusleeping >
lgierth is a fed
17:48
<
lgierth >
i eat feds for breakfast
17:48
<
whyrusleeping >
thats exactly what a fed would say
17:48
<
lgierth >
whyruchatting
17:51
anonymuse has quit [Remote host closed the connection]
17:51
ulrichard has joined #ipfs
17:51
<
victorbjelkholm >
lgierth, home directory of separate user, yes. We can do a review once you come here
17:51
anonymuse has joined #ipfs
17:51
<
lgierth >
all of it should be encrypted
17:52
<
lgierth >
how do you know bash or python are safe
17:52
<
kumavis >
daviddias: heyo, you around?
17:52
<
kumavis >
me and wanderer having a short call now
17:53
chris6131 has quit [Ping timeout: 250 seconds]
17:53
<
victorbjelkholm >
lgierth, reviewing all the code! No, but all right, I'll setup full disk encryption before you get here
17:53
<
lgierth >
kumavis: daviddias is super busy this week, you might be more lucky next week when both dignifiedquire and haad are back as well
17:53
<
kumavis >
kk, thanks
17:53
<
daviddias >
hey o/ :) I'm around
17:55
<
dignifiedquire >
yeah daviddias is more available than me this week :) I am travelling currently but will be back next week as lgierth said
17:55
lkcl has quit [Ping timeout: 250 seconds]
17:56
anonymuse has quit [Ping timeout: 256 seconds]
18:01
Qwertie has quit [Ping timeout: 265 seconds]
18:03
Qwertie has joined #ipfs
18:03
TauVolantis has quit [Quit: WeeChat 1.0.1]
18:09
<
whyrusleeping >
kevina: fixed cat and get on the raw-nodes PR
18:11
<
kevina >
whyrusleeping: thanks. I have a detest appointment in just a bit, but will have a look when I get back
18:11
<
kevina >
will also work on getting Raw node support working in the filestore. Should be easy.
18:12
<
kevina >
I just needed "ipfs cat" so I can test it easier.
18:12
lulis has joined #ipfs
18:13
<
nicolagreco >
world wide werifiable
18:15
<
whyrusleeping >
nicolagreco: i miss u
18:16
<
ansuz >
did someone say fed?
18:21
kulelu88 has joined #ipfs
18:21
<
hsanjuan >
@whyrusleeping of course!
18:22
<
whyrusleeping >
hsanjuan: wonderful, gimme a sec
18:22
<
whyrusleeping >
hsanjuan: invite sent
18:22
<
hsanjuan >
@lgierth: next week or übernext, I'm away most of the week
18:23
ZaZ has quit [Quit: Leaving]
18:23
gentoo_ has joined #ipfs
18:25
gmcquillan__ is now known as gmcquillan
18:25
<
lgierth >
hsanjuan: cool cool, ubernext ist is
18:28
anonymuse has joined #ipfs
18:33
<
lgierth >
whyrusleeping: are we gonna give concurrent add another try?
18:33
<
whyrusleeping >
lgierth: we could, why do you ask?
18:33
<
lgierth >
"40% faster adds"
18:33
patcon has quit [Ping timeout: 252 seconds]
18:33
<
whyrusleeping >
ah, no. not necessarily
18:34
<
whyrusleeping >
the biggest bottleneck i'm actually seeing there is pinning right now
18:34
<
whyrusleeping >
i think we can get a 40% improvement on add speeds just by making pinning faster
18:34
<
lgierth >
we could have a mode which pins only at the end
18:34
palkeo has joined #ipfs
18:39
<
whyrusleeping >
nah
18:39
<
whyrusleeping >
it would still take a long time
18:39
<
whyrusleeping >
we just need to make pinning faster
18:39
<
whyrusleeping >
its absurdly slow right now
18:39
<
whyrusleeping >
we rewrite the entire pinlist every time
18:40
<
lgierth >
so it gets slower the more stuff is already pinned?
18:53
maxlath has quit [Ping timeout: 250 seconds]
18:56
Encrypt_ has joined #ipfs
18:59
matoro has joined #ipfs
19:06
<
pjz >
whyrusleeping: how big is pinbots pinlist?
19:10
<
ansuz >
sry about the PMs lars
19:10
<
ansuz >
just kicked you
19:10
<
ansuz >
matrix bridges are cancer
19:11
Encrypt_ has quit [Quit: Quitte]
19:15
<
pjz >
ansuz: oh? what's wrong with them?
19:16
<
victorbjelkholm >
daviddias, FYI: "The Buffer() constructor has been deprecated in the documentation in favour of the new Buffer.from()"
19:17
cemerick has quit [Ping timeout: 250 seconds]
19:19
gentoo_ has quit [Quit: Konversation terminated!]
19:20
FrozenFox has quit [Ping timeout: 252 seconds]
19:23
zombu2 has quit [Ping timeout: 248 seconds]
19:23
chris613 has joined #ipfs
19:24
DarkFox has joined #ipfs
19:24
DarkFox is now known as Guest64682
19:28
lulis has quit [Ping timeout: 244 seconds]
19:30
cemerick has joined #ipfs
19:31
<
wak-work >
what's the deal with utp?
19:31
<
wak-work >
are there plans to fix the deadlocks or is it just being abandoned?
19:32
Guest64682 has quit [Ping timeout: 250 seconds]
19:32
<
chpio[m] >
is there a some kind of "multikey" or "multicrypt" ipfs/p2p? seams like there is only support for rsa?!
19:36
FrozenFox has joined #ipfs
19:36
FrozenFox is now known as Guest70379
19:36
pescobar has joined #ipfs
19:37
edrex has quit [Read error: Connection reset by peer]
19:38
edrex has joined #ipfs
19:41
<
lgierth >
wak-work: yes we're bringing it back
19:42
<
lgierth >
wak-work: the deadlocks might not actually have been utp's fault
19:44
<
lgierth >
i love working from laundromat shops -- they're always sooo chill
19:44
reit has quit [Ping timeout: 256 seconds]
19:44
cketti has quit [Quit: Leaving]
19:45
cmeik has quit [Read error: Connection reset by peer]
19:46
cmeik has joined #ipfs
19:46
ebarch has quit [Read error: Connection reset by peer]
19:46
ebarch has joined #ipfs
19:46
zrl has quit [Ping timeout: 256 seconds]
19:48
bergie has quit [Read error: Connection reset by peer]
19:49
bergie has joined #ipfs
19:50
jryans has quit [Ping timeout: 256 seconds]
19:50
zrl has joined #ipfs
19:52
<
Kubuxu >
whyrusleeping: that was great idea with that Has cache.
19:53
jryans has joined #ipfs
19:53
<
Kubuxu >
Those two caches are able to get Has requests from 1.5k/s to sub 1/s
19:54
bmpvieira has quit [Ping timeout: 256 seconds]
19:54
richardlitt has quit [Ping timeout: 260 seconds]
19:56
cjd has joined #ipfs
19:57
bmpvieira has joined #ipfs
19:57
richardlitt has joined #ipfs
19:58
dignifiedquire has quit [Quit: Connection closed for inactivity]
19:58
arpu has joined #ipfs
19:59
anewuser has quit [Quit: anewuser]
20:00
<
kumavis >
daviddias: need to add keccak256 to multihash ( and reserve a code for it )
20:01
<
Kubuxu >
kumavis: that is quite an updated table
20:01
<
Kubuxu >
please take a look at go-multihash and or multihash itself
20:02
<
Kubuxu >
or even c-multihash
20:02
<
kumavis >
i want to clarify ethereum uses the name 'sha3' bc it selected the in-progress sha3 standard, that changed when the sha3 standard was finalized
20:02
<
ansuz >
is ethereum still getting hacked?
20:03
<
Kubuxu >
ansuz: they hard forked
20:03
<
kumavis >
ethereum's hash is now more accurately called keccack256
20:03
<
ansuz >
no after the hard fork
20:03
<
ansuz >
or did they do it again?
20:03
sametsisartenep has quit [Quit: zZz]
20:04
doublec has joined #ipfs
20:04
<
kumavis >
ansuz: there was a protocol hardfork within the last 24 hours, to adjust opcode prices to more accurately reflect the impact of those operations on the system
20:05
<
kumavis >
fork happened quite gracefully and without controversy
20:05
<
ansuz >
oh, for the ddos?
20:05
<
ansuz >
sounds difficult
20:06
<
Kubuxu >
daviddias, whyrusleeping: this app specific namespace doesn't make much sense to me?
20:07
<
ansuz >
oh, I don't know much about reading go
20:07
<
Kubuxu >
They went with variant 1c
20:07
<
ansuz >
I'm just thinking about how this might affect the price of ETC
20:08
<
lgierth >
ansuz is a crypto-nihilist
20:10
<
ansuz >
nihilists aren't fun at parties
20:12
doublec has left #ipfs [#ipfs]
20:12
consternate has quit [Ping timeout: 245 seconds]
20:15
zombu2 has joined #ipfs
20:28
patcon has joined #ipfs
20:31
rendar has quit [Quit: Leaving]
20:33
rgrinberg has quit [Remote host closed the connection]
20:33
G-Ray has joined #ipfs
20:33
maxlath has joined #ipfs
20:35
Kazuhiro has joined #ipfs
20:37
<
whyrusleeping >
Kubuxu: app specific namespace?
20:38
<
Kubuxu >
reserved namespace in multihash
20:38
<
Kubuxu >
for app's own hashes
20:38
<
Kubuxu >
david moved it to 0x4000-0x400f
20:38
<
whyrusleeping >
i don't think that was my idea
20:39
<
Kubuxu >
but we don't have multihash impl that supports varints
20:57
taaem has joined #ipfs
21:03
polezaivsani has quit [Remote host closed the connection]
21:03
patcon has quit [Ping timeout: 260 seconds]
21:12
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:13
anonymuse has quit [Remote host closed the connection]
21:14
anonymuse has joined #ipfs
21:14
jedahan has joined #ipfs
21:15
NeoTeo has quit [Read error: Connection reset by peer]
21:15
sega01 has quit [Read error: Connection reset by peer]
21:15
echo_oddly has quit [Quit: No Ping reply in 180 seconds.]
21:16
sega01 has joined #ipfs
21:16
NeoTeo has joined #ipfs
21:17
echo_oddly has joined #ipfs
21:17
im[m] has quit [Ping timeout: 256 seconds]
21:17
Adwin[m] has quit [Ping timeout: 256 seconds]
21:17
ContainsLiquid[4 has quit [Ping timeout: 256 seconds]
21:17
alaeri[m] has quit [Ping timeout: 256 seconds]
21:17
silwol[m] has quit [Ping timeout: 256 seconds]
21:17
ebel has quit [Ping timeout: 256 seconds]
21:17
M-7141 has quit [Ping timeout: 256 seconds]
21:17
kxra[m] has quit [Ping timeout: 256 seconds]
21:17
TestName[m] has quit [Ping timeout: 256 seconds]
21:17
Catz[m] has quit [Ping timeout: 256 seconds]
21:17
gsf[m] has quit [Ping timeout: 256 seconds]
21:17
M-7416 has quit [Ping timeout: 256 seconds]
21:17
Usr[m] has quit [Ping timeout: 256 seconds]
21:17
M-ngu has quit [Ping timeout: 256 seconds]
21:17
M-pieohpah has quit [Ping timeout: 256 seconds]
21:17
M-cyan has quit [Ping timeout: 256 seconds]
21:17
l64376[m] has quit [Ping timeout: 256 seconds]
21:17
hendry[m] has quit [Ping timeout: 256 seconds]
21:17
M-erwin has quit [Ping timeout: 256 seconds]
21:17
M-BostonEnginer4 has quit [Ping timeout: 256 seconds]
21:17
M-nated has quit [Ping timeout: 256 seconds]
21:17
Meroje[m]1 has quit [Ping timeout: 256 seconds]
21:17
Guest50356[m] has quit [Ping timeout: 256 seconds]
21:17
M-whyrusleeping has quit [Ping timeout: 256 seconds]
21:17
GeorgeAntoniadis has quit [Ping timeout: 256 seconds]
21:17
guybrush[m] has quit [Ping timeout: 256 seconds]
21:17
themightychris[m has quit [Ping timeout: 256 seconds]
21:17
M-6581 has quit [Ping timeout: 256 seconds]
21:17
H3g3m0n[m] has quit [Ping timeout: 256 seconds]
21:17
Paul[m] has quit [Ping timeout: 256 seconds]
21:17
Guest31078[m] has quit [Ping timeout: 256 seconds]
21:17
M-lilien1010 has quit [Ping timeout: 256 seconds]
21:17
M-brain has quit [Ping timeout: 256 seconds]
21:17
M-metamattj has quit [Ping timeout: 256 seconds]
21:17
jamespedwards42[ has quit [Ping timeout: 256 seconds]
21:17
M18643[m] has quit [Ping timeout: 256 seconds]
21:17
M-abdessamadhoud has quit [Ping timeout: 256 seconds]
21:17
Dawg[m] has quit [Ping timeout: 256 seconds]
21:17
M-16865 has quit [Ping timeout: 256 seconds]
21:17
M-3511 has quit [Ping timeout: 256 seconds]
21:17
M-king_size1953 has quit [Ping timeout: 256 seconds]
21:17
mokhtar[m] has quit [Ping timeout: 256 seconds]
21:17
M-boli has quit [Ping timeout: 256 seconds]
21:17
M-jbenet has quit [Ping timeout: 256 seconds]
21:17
M-javissimo has quit [Ping timeout: 256 seconds]
21:17
rfb[m] has quit [Ping timeout: 256 seconds]
21:17
M-8319 has quit [Ping timeout: 256 seconds]
21:17
M-2194 has quit [Ping timeout: 256 seconds]
21:17
Guest29626[m] has quit [Ping timeout: 256 seconds]
21:17
M-amstocker has quit [Ping timeout: 256 seconds]
21:17
mungwi[m] has quit [Ping timeout: 256 seconds]
21:17
qwertyuioppo[m] has quit [Ping timeout: 256 seconds]
21:17
TheReverend403[m has quit [Ping timeout: 256 seconds]
21:17
M-volobuev has quit [Ping timeout: 256 seconds]
21:17
M-jackvt93 has quit [Ping timeout: 256 seconds]
21:17
M-kalmi has quit [Ping timeout: 256 seconds]
21:17
hermann-tab[m] has quit [Ping timeout: 256 seconds]
21:17
Avinash[m] has quit [Ping timeout: 256 seconds]
21:17
Guest42119[m] has quit [Ping timeout: 256 seconds]
21:17
alexvoda[m] has quit [Ping timeout: 256 seconds]
21:17
M-Lawrence_Pritc has quit [Ping timeout: 256 seconds]
21:17
mads[m]1 has quit [Ping timeout: 256 seconds]
21:17
M-bungle has quit [Ping timeout: 256 seconds]
21:17
M-jh has quit [Ping timeout: 256 seconds]
21:17
naggie[m] has quit [Ping timeout: 256 seconds]
21:17
M-mikael has quit [Ping timeout: 256 seconds]
21:17
M-alwi has quit [Ping timeout: 256 seconds]
21:17
Guest19042[m] has quit [Ping timeout: 256 seconds]
21:17
Guest53543[m] has quit [Ping timeout: 256 seconds]
21:17
M-victorm has quit [Ping timeout: 256 seconds]
21:17
dc167[m] has quit [Ping timeout: 256 seconds]
21:17
xamino[m] has quit [Ping timeout: 256 seconds]
21:17
M-blide has quit [Ping timeout: 256 seconds]
21:17
quux[m] has quit [Ping timeout: 256 seconds]
21:17
Meroje[m] has quit [Ping timeout: 256 seconds]
21:17
M-Nickfost has quit [Ping timeout: 256 seconds]
21:17
sibi[m] has quit [Ping timeout: 256 seconds]
21:17
njm14823[m] has quit [Ping timeout: 256 seconds]
21:17
Guest19040[m] has quit [Ping timeout: 256 seconds]
21:17
Guest44466[m] has quit [Ping timeout: 256 seconds]
21:17
Guest61678[m] has quit [Ping timeout: 256 seconds]
21:17
AMIR[m] has quit [Ping timeout: 256 seconds]
21:17
M-codebam has quit [Ping timeout: 256 seconds]
21:17
M-internetjanito has quit [Ping timeout: 256 seconds]
21:17
M-3974 has quit [Ping timeout: 256 seconds]
21:17
VegBerg[m] has quit [Ping timeout: 256 seconds]
21:17
M-rjan has quit [Ping timeout: 256 seconds]
21:17
cva[m] has quit [Ping timeout: 256 seconds]
21:17
Guest45538[m] has quit [Ping timeout: 256 seconds]
21:17
M-osener has quit [Ping timeout: 256 seconds]
21:17
qgnox[m] has quit [Ping timeout: 256 seconds]
21:17
Guest18705[m] has quit [Ping timeout: 256 seconds]
21:17
red5d[m] has quit [Ping timeout: 256 seconds]
21:17
M-16544 has quit [Ping timeout: 256 seconds]
21:17
doge_with_sungla has quit [Ping timeout: 256 seconds]
21:17
M-gdr has quit [Ping timeout: 256 seconds]
21:17
jackyquack[m] has quit [Ping timeout: 256 seconds]
21:17
containsliquid[m has quit [Ping timeout: 256 seconds]
21:17
rajeevn[m] has quit [Ping timeout: 256 seconds]
21:17
M-5459 has quit [Ping timeout: 256 seconds]
21:17
M-5703 has quit [Ping timeout: 256 seconds]
21:17
R4FKEN[m] has quit [Ping timeout: 256 seconds]
21:17
PseudoNoob[m] has quit [Ping timeout: 256 seconds]
21:17
pik[m]1 has quit [Ping timeout: 256 seconds]
21:17
M21100[m] has quit [Ping timeout: 256 seconds]
21:17
HansF[m] has quit [Ping timeout: 256 seconds]
21:17
M-1976 has quit [Ping timeout: 256 seconds]
21:17
M-selpreload has quit [Ping timeout: 256 seconds]
21:17
kostera[m] has quit [Ping timeout: 256 seconds]
21:17
valdek[m] has quit [Ping timeout: 256 seconds]
21:17
Guest44591[m] has quit [Ping timeout: 256 seconds]
21:17
TiagoDanin[m] has quit [Ping timeout: 256 seconds]
21:17
vikneshwaren[m] has quit [Ping timeout: 256 seconds]
21:17
M-ikreymer has quit [Ping timeout: 256 seconds]
21:17
M-Dan has quit [Ping timeout: 256 seconds]
21:17
dz[m] has quit [Ping timeout: 256 seconds]
21:17
M-AbhishekDutt has quit [Ping timeout: 256 seconds]
21:17
monikp[m] has quit [Ping timeout: 256 seconds]
21:17
steven[m] has quit [Ping timeout: 256 seconds]
21:17
onetom[m] has quit [Ping timeout: 256 seconds]
21:17
M-g has quit [Ping timeout: 256 seconds]
21:17
M-dtg has quit [Ping timeout: 256 seconds]
21:17
tester30297[m] has quit [Ping timeout: 256 seconds]
21:17
M-s6 has quit [Ping timeout: 256 seconds]
21:17
miladmaster[m] has quit [Ping timeout: 256 seconds]
21:17
M-6781 has quit [Ping timeout: 256 seconds]
21:17
orapouso[m] has quit [Ping timeout: 256 seconds]
21:17
M-sivachandran has quit [Ping timeout: 256 seconds]
21:17
M-espadrine has quit [Ping timeout: 256 seconds]
21:17
muxueqz[m] has quit [Ping timeout: 256 seconds]
21:17
M-11367 has quit [Ping timeout: 256 seconds]
21:17
M-mckaydavis has quit [Ping timeout: 256 seconds]
21:17
Claus[m] has quit [Ping timeout: 256 seconds]
21:17
M-3676 has quit [Ping timeout: 256 seconds]
21:17
M-vro has quit [Ping timeout: 256 seconds]
21:17
M-davidar-test has quit [Ping timeout: 256 seconds]
21:17
M-3891 has quit [Ping timeout: 256 seconds]
21:17
M-jackal has quit [Ping timeout: 256 seconds]
21:17
M-staplemac has quit [Ping timeout: 256 seconds]
21:17
onic[m] has quit [Ping timeout: 256 seconds]
21:17
blackflag[m] has quit [Ping timeout: 256 seconds]
21:17
M-ms has quit [Ping timeout: 256 seconds]
21:17
wehlutyk[m] has quit [Ping timeout: 256 seconds]
21:17
Flieh[m] has quit [Ping timeout: 256 seconds]
21:17
gabishu[m] has quit [Ping timeout: 256 seconds]
21:17
M-16549 has quit [Ping timeout: 256 seconds]
21:17
Guest18692[m] has quit [Ping timeout: 256 seconds]
21:17
qzo[m] has quit [Ping timeout: 256 seconds]
21:17
M-liathit has quit [Ping timeout: 256 seconds]
21:17
Guest43355[m] has quit [Ping timeout: 256 seconds]
21:17
M-sokoow has quit [Ping timeout: 256 seconds]
21:17
M-hierophantos has quit [Ping timeout: 256 seconds]
21:17
HansMeiser[m] has quit [Ping timeout: 256 seconds]
21:17
Guest44356[m] has quit [Ping timeout: 256 seconds]
21:17
M-2255 has quit [Ping timeout: 256 seconds]
21:17
Guest22481[m] has quit [Ping timeout: 256 seconds]
21:17
M-HirmeS has quit [Ping timeout: 256 seconds]
21:17
Guest49679[m] has quit [Ping timeout: 256 seconds]
21:17
M-leeola has quit [Ping timeout: 256 seconds]
21:17
Guest23234[m] has quit [Ping timeout: 256 seconds]
21:17
GarbageDay[m] has quit [Ping timeout: 256 seconds]
21:17
peapeaxiong[m] has quit [Ping timeout: 256 seconds]
21:17
loco[m] has quit [Ping timeout: 256 seconds]
21:17
Guest20001[m] has quit [Ping timeout: 256 seconds]
21:17
Miikka[m] has quit [Ping timeout: 256 seconds]
21:17
denkyemx[m] has quit [Ping timeout: 256 seconds]
21:17
Ulises[m] has quit [Ping timeout: 256 seconds]
21:17
M-pims has quit [Ping timeout: 256 seconds]
21:17
Fathack[m] has quit [Ping timeout: 256 seconds]
21:17
Guest28905[m] has quit [Ping timeout: 256 seconds]
21:17
M-2128 has quit [Ping timeout: 256 seconds]
21:17
M-male has quit [Ping timeout: 256 seconds]
21:17
disgusting[m]1 has quit [Ping timeout: 256 seconds]
21:17
M-cyzoonic has quit [Ping timeout: 256 seconds]
21:17
M-kode54 has quit [Ping timeout: 256 seconds]
21:17
djfdfjoijijeoif[ has quit [Ping timeout: 256 seconds]
21:17
guaraqe[m] has quit [Ping timeout: 256 seconds]
21:17
Cleopatra7[m] has quit [Ping timeout: 256 seconds]
21:17
simonv3[m] has quit [Ping timeout: 256 seconds]
21:17
Frank[m]1 has quit [Ping timeout: 256 seconds]
21:17
M-3526 has quit [Ping timeout: 256 seconds]
21:17
protestContest[m has quit [Ping timeout: 256 seconds]
21:17
M-mseri has quit [Ping timeout: 256 seconds]
21:17
gdt[m] has quit [Ping timeout: 256 seconds]
21:17
Sandhose[m] has quit [Ping timeout: 256 seconds]
21:17
M18337[m] has quit [Ping timeout: 256 seconds]
21:17
M-jaxondu has quit [Ping timeout: 256 seconds]
21:17
Dineshsac[m] has quit [Ping timeout: 256 seconds]
21:17
ghtdak[m] has quit [Ping timeout: 256 seconds]
21:17
jon[m]1 has quit [Ping timeout: 256 seconds]
21:17
M-3444 has quit [Ping timeout: 256 seconds]
21:17
M-3045 has quit [Ping timeout: 256 seconds]
21:17
Ericson2314[m] has quit [Ping timeout: 256 seconds]
21:17
neoV[m] has quit [Ping timeout: 256 seconds]
21:17
M-lucnsy has quit [Ping timeout: 256 seconds]
21:17
M6e7961[m] has quit [Ping timeout: 256 seconds]
21:17
M-jacktang has quit [Ping timeout: 256 seconds]
21:17
Jacob[m] has quit [Ping timeout: 256 seconds]
21:17
M18645[m] has quit [Ping timeout: 256 seconds]
21:17
lovecrafthobbit[ has quit [Ping timeout: 256 seconds]
21:17
M-greymr has quit [Ping timeout: 256 seconds]
21:17
Jellybeanmommy[m has quit [Ping timeout: 256 seconds]
21:17
rt2016[m] has quit [Ping timeout: 256 seconds]
21:17
robin[m] has quit [Ping timeout: 256 seconds]
21:17
p0psicle[m] has quit [Ping timeout: 256 seconds]
21:17
Lord[m] has quit [Ping timeout: 256 seconds]
21:17
Guest31481[m] has quit [Ping timeout: 256 seconds]
21:17
M-6561 has quit [Ping timeout: 256 seconds]
21:17
Guest34181[m] has quit [Ping timeout: 256 seconds]
21:17
lanzafame[m] has quit [Ping timeout: 256 seconds]
21:17
M-16194 has quit [Ping timeout: 256 seconds]
21:17
soradet[m] has quit [Ping timeout: 256 seconds]
21:17
lukeboswell[m] has quit [Ping timeout: 256 seconds]
21:17
Askaban[m]1 has quit [Ping timeout: 256 seconds]
21:17
muhriddin[m] has quit [Ping timeout: 256 seconds]
21:17
M-phorse has quit [Ping timeout: 256 seconds]
21:17
M-cryptix has quit [Ping timeout: 256 seconds]
21:17
i[m] has quit [Ping timeout: 256 seconds]
21:17
Caquilala[m]1 has quit [Ping timeout: 256 seconds]
21:17
M-13288 has quit [Ping timeout: 256 seconds]
21:17
M-Robin has quit [Ping timeout: 256 seconds]
21:17
M-1982 has quit [Ping timeout: 256 seconds]
21:17
LouisJencka[m] has quit [Ping timeout: 256 seconds]
21:17
Guest26265[m] has quit [Ping timeout: 256 seconds]
21:17
Guest35894[m] has quit [Ping timeout: 256 seconds]
21:17
nass[m] has quit [Ping timeout: 256 seconds]
21:17
dd[m] has quit [Ping timeout: 256 seconds]
21:17
patrickr[m] has quit [Ping timeout: 256 seconds]
21:17
M-wldhx has quit [Ping timeout: 256 seconds]
21:17
Lazybone[m] has quit [Ping timeout: 256 seconds]
21:17
msmart[m] has quit [Ping timeout: 256 seconds]
21:17
M-fermuch has quit [Ping timeout: 256 seconds]
21:17
enick_107 has quit [Ping timeout: 256 seconds]
21:17
basilgohar[m] has quit [Ping timeout: 256 seconds]
21:17
M-aatchison has quit [Ping timeout: 256 seconds]
21:17
Guest46230[m] has quit [Ping timeout: 256 seconds]
21:17
M-apolo11 has quit [Ping timeout: 256 seconds]
21:17
M-thomasbeta has quit [Ping timeout: 256 seconds]
21:17
Guest33346[m] has quit [Ping timeout: 256 seconds]
21:17
iwxzr[m] has quit [Ping timeout: 256 seconds]
21:17
Guest30983[m] has quit [Ping timeout: 256 seconds]
21:17
vasachi[m] has quit [Ping timeout: 256 seconds]
21:17
M-brasilikum has quit [Ping timeout: 256 seconds]
21:17
M-austinhc has quit [Ping timeout: 256 seconds]
21:17
nixyne[m] has quit [Ping timeout: 256 seconds]
21:17
M-infpetal has quit [Ping timeout: 256 seconds]
21:17
M-sliker has quit [Ping timeout: 256 seconds]
21:17
M-3870 has quit [Ping timeout: 256 seconds]
21:17
M21634[m] has quit [Ping timeout: 256 seconds]
21:17
Natanael[m] has quit [Ping timeout: 256 seconds]
21:17
M-10670 has quit [Ping timeout: 256 seconds]
21:17
Guest18687[m] has quit [Ping timeout: 256 seconds]
21:17
yuryk[m] has quit [Ping timeout: 256 seconds]
21:17
Guest19048[m] has quit [Ping timeout: 256 seconds]
21:17
M-10660 has quit [Ping timeout: 256 seconds]
21:17
wildanonymous[m] has quit [Ping timeout: 256 seconds]
21:17
joshb[m] has quit [Ping timeout: 256 seconds]
21:17
M-jgrowl has quit [Ping timeout: 256 seconds]
21:17
M-fabrixxm has quit [Ping timeout: 256 seconds]
21:17
Guest21903[m] has quit [Ping timeout: 256 seconds]
21:17
M18489[m] has quit [Ping timeout: 256 seconds]
21:17
boliboli[m] has quit [Ping timeout: 256 seconds]
21:17
ThePurgingPanda[ has quit [Ping timeout: 256 seconds]
21:17
dudezer0_bot[m] has quit [Ping timeout: 256 seconds]
21:17
terence977[m] has quit [Ping timeout: 256 seconds]
21:17
M-4267 has quit [Ping timeout: 256 seconds]
21:17
M-2234 has quit [Ping timeout: 256 seconds]
21:17
M-hungle has quit [Ping timeout: 256 seconds]
21:17
ShawkHawk[m]1 has quit [Ping timeout: 256 seconds]
21:17
M-3798 has quit [Ping timeout: 256 seconds]
21:17
g215[m] has quit [Ping timeout: 256 seconds]
21:17
Guest20690[m] has quit [Ping timeout: 256 seconds]
21:17
M-roblabla has quit [Ping timeout: 256 seconds]
21:17
M-kupskups9 has quit [Ping timeout: 256 seconds]
21:17
xtream1101[m] has quit [Ping timeout: 256 seconds]
21:17
M-foxxy has quit [Ping timeout: 256 seconds]
21:17
arkadiy[m] has quit [Ping timeout: 256 seconds]
21:17
M-9743 has quit [Ping timeout: 256 seconds]
21:17
Guest21923[m] has quit [Ping timeout: 256 seconds]
21:17
M-keverets has quit [Ping timeout: 256 seconds]
21:17
Ravneson[m] has quit [Ping timeout: 256 seconds]
21:17
M-4485 has quit [Ping timeout: 256 seconds]
21:17
sull[m] has quit [Ping timeout: 256 seconds]
21:17
M-player33 has quit [Ping timeout: 256 seconds]
21:17
M-slang has quit [Ping timeout: 256 seconds]
21:17
M-WolfNightly has quit [Ping timeout: 256 seconds]
21:17
Guest53398[m] has quit [Ping timeout: 256 seconds]
21:17
M-neoteo has quit [Ping timeout: 256 seconds]
21:17
aburkett[m] has quit [Ping timeout: 256 seconds]
21:17
palesz[m] has quit [Ping timeout: 256 seconds]
21:17
because[m] has quit [Ping timeout: 256 seconds]
21:17
Guest47022[m] has quit [Ping timeout: 256 seconds]
21:17
M-p0pa has quit [Ping timeout: 256 seconds]
21:17
rodarima[m] has quit [Ping timeout: 256 seconds]
21:17
M-harlan has quit [Ping timeout: 256 seconds]
21:17
M-2129 has quit [Ping timeout: 256 seconds]
21:17
Sharavanabhava[m has quit [Ping timeout: 256 seconds]
21:17
Guest25254[m] has quit [Ping timeout: 256 seconds]
21:17
timthelion[m] has quit [Ping timeout: 256 seconds]
21:17
M-podviaznikov has quit [Ping timeout: 256 seconds]
21:17
hoboprimate[m] has quit [Ping timeout: 256 seconds]
21:17
M-12989 has quit [Ping timeout: 256 seconds]
21:17
Guest22356[m] has quit [Ping timeout: 256 seconds]
21:17
M-epsilon has quit [Ping timeout: 256 seconds]
21:17
M-2223 has quit [Ping timeout: 256 seconds]
21:17
Guest26163[m] has quit [Ping timeout: 256 seconds]
21:17
trytrytry[m] has quit [Ping timeout: 256 seconds]
21:17
mw[m] has quit [Ping timeout: 256 seconds]
21:17
edsilv[m]1 has quit [Ping timeout: 256 seconds]
21:17
M-ed has quit [Ping timeout: 256 seconds]
21:17
M-jeffreybpeters has quit [Ping timeout: 256 seconds]
21:17
johnhenry[m] has quit [Ping timeout: 256 seconds]
21:17
M-15922 has quit [Ping timeout: 256 seconds]
21:17
Guest50383[m] has quit [Ping timeout: 256 seconds]
21:17
Stormy[m] has quit [Ping timeout: 256 seconds]
21:17
M18691[m] has quit [Ping timeout: 256 seconds]
21:17
ChrisDeChef[m] has quit [Ping timeout: 256 seconds]
21:17
M-3725 has quit [Ping timeout: 256 seconds]
21:17
airsickpayload[m has quit [Ping timeout: 256 seconds]
21:17
Johnny81[m] has quit [Ping timeout: 256 seconds]
21:17
Polychrome[m] has quit [Ping timeout: 256 seconds]
21:17
edu[m] has quit [Ping timeout: 256 seconds]
21:17
M-giodamelio has quit [Ping timeout: 256 seconds]
21:17
M-darknumbers has quit [Ping timeout: 256 seconds]
21:17
Guest46793[m] has quit [Ping timeout: 256 seconds]
21:17
M-uhiiued7278 has quit [Ping timeout: 256 seconds]
21:17
M-mlt has quit [Ping timeout: 256 seconds]
21:17
Guest47833[m] has quit [Ping timeout: 256 seconds]
21:17
M-Samim has quit [Ping timeout: 256 seconds]
21:17
claas[m] has quit [Ping timeout: 256 seconds]
21:17
M-gary123 has quit [Ping timeout: 256 seconds]
21:17
solariiknight[m] has quit [Ping timeout: 256 seconds]
21:17
nicolae[m] has quit [Ping timeout: 256 seconds]
21:17
am5a03[m] has quit [Ping timeout: 256 seconds]
21:17
Hongar[m] has quit [Ping timeout: 256 seconds]
21:17
jlprince21[m] has quit [Ping timeout: 256 seconds]
21:17
M0x52[m] has quit [Ping timeout: 256 seconds]
21:17
doctrv[m] has quit [Ping timeout: 256 seconds]
21:17
lexik[m] has quit [Ping timeout: 256 seconds]
21:17
Askaban[m] has quit [Ping timeout: 256 seconds]
21:17
M-pfista has quit [Ping timeout: 256 seconds]
21:17
M-cocci has quit [Ping timeout: 256 seconds]
21:17
M-2617 has quit [Ping timeout: 256 seconds]
21:17
berninoz[m] has quit [Ping timeout: 256 seconds]
21:17
M-drwasho has quit [Ping timeout: 256 seconds]
21:17
M-JayJay has quit [Ping timeout: 256 seconds]
21:17
M-thia has quit [Ping timeout: 256 seconds]
21:17
LugariusMtrx has quit [Ping timeout: 256 seconds]
21:17
cmp[m] has quit [Ping timeout: 256 seconds]
21:17
ix3[m] has quit [Ping timeout: 256 seconds]
21:17
kenCode[m]1 has quit [Ping timeout: 256 seconds]
21:17
Guest28775[m] has quit [Ping timeout: 256 seconds]
21:17
shenbaa[m] has quit [Ping timeout: 256 seconds]
21:17
JacobJones[m] has quit [Ping timeout: 256 seconds]
21:17
M-Eliza has quit [Ping timeout: 256 seconds]
21:17
Guest24121[m] has quit [Ping timeout: 256 seconds]
21:17
Guest18694[m] has quit [Ping timeout: 256 seconds]
21:17
M-mousereeve has quit [Ping timeout: 256 seconds]
21:17
M18690[m] has quit [Ping timeout: 256 seconds]
21:17
arby[m] has quit [Ping timeout: 256 seconds]
21:17
M-16355 has quit [Ping timeout: 256 seconds]
21:17
Guest26084[m] has quit [Ping timeout: 256 seconds]
21:17
kenCode[m] has quit [Ping timeout: 256 seconds]
21:17
M-jmesserli has quit [Ping timeout: 256 seconds]
21:17
alistair77[m] has quit [Ping timeout: 256 seconds]
21:17
hartmanroberte[m has quit [Ping timeout: 256 seconds]
21:17
M-eitland has quit [Ping timeout: 256 seconds]
21:17
M-3714 has quit [Ping timeout: 256 seconds]
21:17
Guest30871[m] has quit [Ping timeout: 256 seconds]
21:17
M18523[m] has quit [Ping timeout: 256 seconds]
21:17
probitlabs[m] has quit [Ping timeout: 256 seconds]
21:17
ShawkHawk[m] has quit [Ping timeout: 256 seconds]
21:17
M-GereG has quit [Ping timeout: 256 seconds]
21:17
M-joshumax has quit [Ping timeout: 256 seconds]
21:17
M-4447 has quit [Ping timeout: 256 seconds]
21:17
M-14382 has quit [Ping timeout: 256 seconds]
21:17
M-scio_ has quit [Ping timeout: 256 seconds]
21:17
demian[m] has quit [Ping timeout: 256 seconds]
21:17
cel[m] has quit [Ping timeout: 256 seconds]
21:17
michaelmure[m] has quit [Ping timeout: 256 seconds]
21:17
M-12490 has quit [Ping timeout: 256 seconds]
21:17
M-jabl has quit [Ping timeout: 256 seconds]
21:17
M-alphakamp has quit [Ping timeout: 256 seconds]
21:17
Guest45495[m] has quit [Ping timeout: 256 seconds]
21:17
victorbjelkholm[ has quit [Ping timeout: 256 seconds]
21:17
Guest21158[m] has quit [Ping timeout: 256 seconds]
21:17
edsilv[m] has quit [Ping timeout: 256 seconds]
21:17
Guest23523[m] has quit [Ping timeout: 256 seconds]
21:17
Guest42293[m] has quit [Ping timeout: 256 seconds]
21:17
JosiahHaswell[m] has quit [Ping timeout: 256 seconds]
21:17
matrixtest[m] has quit [Ping timeout: 256 seconds]
21:17
M-14321 has quit [Ping timeout: 256 seconds]
21:17
M-3509 has quit [Ping timeout: 256 seconds]
21:17
Guest26833[m] has quit [Ping timeout: 256 seconds]
21:17
Guest22926[m] has quit [Ping timeout: 256 seconds]
21:17
blasagna[m] has quit [Ping timeout: 256 seconds]
21:17
M-Guest2152 has quit [Ping timeout: 256 seconds]
21:17
M-JayCarpenter has quit [Ping timeout: 256 seconds]
21:17
Richardsdkjflsfj has quit [Ping timeout: 256 seconds]
21:17
chevdor[m] has quit [Ping timeout: 256 seconds]
21:17
M18695[m] has quit [Ping timeout: 256 seconds]
21:17
M-iav has quit [Ping timeout: 256 seconds]
21:17
M-ryanwilliams has quit [Ping timeout: 256 seconds]
21:17
M-fiatjaf has quit [Ping timeout: 256 seconds]
21:17
M-Guillaume has quit [Ping timeout: 256 seconds]
21:17
lnxw37[m] has quit [Ping timeout: 256 seconds]
21:17
Guest26812[m] has quit [Ping timeout: 256 seconds]
21:17
cr[m] has quit [Ping timeout: 256 seconds]
21:17
M-TidyKoala has quit [Ping timeout: 256 seconds]
21:17
M-nd has quit [Ping timeout: 256 seconds]
21:17
M-rongladney has quit [Ping timeout: 256 seconds]
21:17
M-kcinjp has quit [Ping timeout: 256 seconds]
21:17
Craeckie[m] has quit [Ping timeout: 256 seconds]
21:17
M-bp5 has quit [Ping timeout: 256 seconds]
21:17
M-pesterhazy has quit [Ping timeout: 256 seconds]
21:17
M-sraja has quit [Ping timeout: 256 seconds]
21:17
dnull[m] has quit [Ping timeout: 256 seconds]
21:17
Beneficence[m] has quit [Ping timeout: 256 seconds]
21:17
themsay[m] has quit [Ping timeout: 256 seconds]
21:17
knutz[m] has quit [Ping timeout: 256 seconds]
21:17
toto42[m] has quit [Ping timeout: 256 seconds]
21:17
NikolayKolev[m] has quit [Ping timeout: 256 seconds]
21:17
M-bastinik has quit [Ping timeout: 256 seconds]
21:17
david[m] has quit [Ping timeout: 256 seconds]
21:17
cbHXBY1D[m] has quit [Ping timeout: 256 seconds]
21:17
neurochemical[m] has quit [Ping timeout: 256 seconds]
21:17
Ineentho[m] has quit [Ping timeout: 256 seconds]
21:17
M-edrex has quit [Ping timeout: 256 seconds]
21:17
brunomvsouza[m] has quit [Ping timeout: 256 seconds]
21:17
M-Val has quit [Ping timeout: 256 seconds]
21:17
kszys[m] has quit [Ping timeout: 256 seconds]
21:17
M2ezit[m] has quit [Ping timeout: 256 seconds]
21:17
M-Amandine has quit [Ping timeout: 256 seconds]
21:17
M-Dave has quit [Ping timeout: 256 seconds]
21:17
rschulman has quit [Ping timeout: 256 seconds]
21:17
shellkr[m] has quit [Ping timeout: 256 seconds]
21:17
M-rryan has quit [Ping timeout: 256 seconds]
21:17
panicbit-M has quit [Ping timeout: 256 seconds]
21:17
Remramm has quit [Ping timeout: 256 seconds]
21:17
NathanBraswell[m has quit [Ping timeout: 256 seconds]
21:17
M-AndrewGaspar has quit [Ping timeout: 256 seconds]
21:17
M-frabrunelle has quit [Ping timeout: 256 seconds]
21:17
JacobGadikian[m] has quit [Ping timeout: 256 seconds]
21:17
rdesfo[m] has quit [Ping timeout: 256 seconds]
21:17
M-Ingo has quit [Ping timeout: 256 seconds]
21:17
swift110[m] has quit [Ping timeout: 256 seconds]
21:17
WinterFox[m] has quit [Ping timeout: 256 seconds]
21:17
igork[m] has quit [Ping timeout: 256 seconds]
21:17
Leer10[m] has quit [Ping timeout: 256 seconds]
21:17
plindner has quit [Ping timeout: 256 seconds]
21:17
SARANKUMAR[m] has quit [Ping timeout: 256 seconds]
21:17
MarkOtaris has quit [Ping timeout: 256 seconds]
21:17
M-martinklepsch has quit [Ping timeout: 256 seconds]
21:17
M-phaverkamp has quit [Ping timeout: 256 seconds]
21:17
Olivier[matrix] has quit [Ping timeout: 256 seconds]
21:17
mirek1337[m] has quit [Ping timeout: 256 seconds]
21:17
ntninja has quit [Ping timeout: 256 seconds]
21:17
fortyfoxes[m] has quit [Ping timeout: 256 seconds]
21:17
musicmatze[m] has quit [Ping timeout: 256 seconds]
21:17
bugabinga[m] has quit [Ping timeout: 256 seconds]
21:17
M-leer10 has quit [Ping timeout: 256 seconds]
21:17
M-manveru has quit [Ping timeout: 256 seconds]
21:17
M-geir has quit [Ping timeout: 256 seconds]
21:17
M-amblin has quit [Ping timeout: 256 seconds]
21:17
M-toor has quit [Ping timeout: 256 seconds]
21:17
M-krsiehl has quit [Ping timeout: 256 seconds]
21:17
blabla2[m] has quit [Ping timeout: 256 seconds]
21:17
M-rschulman has quit [Ping timeout: 256 seconds]
21:17
Guest81231 has quit [Ping timeout: 256 seconds]
21:17
M-Magnap has quit [Ping timeout: 256 seconds]
21:17
ZerataX[m] has quit [Ping timeout: 256 seconds]
21:17
SShrike has quit [Ping timeout: 256 seconds]
21:17
fil_redpill has quit [Ping timeout: 256 seconds]
21:17
disgusting[m] has quit [Ping timeout: 256 seconds]
21:17
M-wkennington has quit [Ping timeout: 256 seconds]
21:17
M-jfred has quit [Ping timeout: 256 seconds]
21:17
JOduMonT[m] has quit [Ping timeout: 256 seconds]
21:17
M-hash has quit [Ping timeout: 256 seconds]
21:17
onlnr has quit [Ping timeout: 256 seconds]
21:17
neurocis[m] has quit [Ping timeout: 256 seconds]
21:17
saintaquinas[m] has quit [Ping timeout: 256 seconds]
21:17
M-trashrabbit has quit [Ping timeout: 256 seconds]
21:17
M-flyingzumwalt has quit [Ping timeout: 256 seconds]
21:17
davidar has quit [Ping timeout: 256 seconds]
21:17
irx[m] has quit [Ping timeout: 256 seconds]
21:17
M-liberdiko has quit [Ping timeout: 256 seconds]
21:17
jfred[m] has quit [Ping timeout: 256 seconds]
21:17
kegan[m] has quit [Ping timeout: 256 seconds]
21:17
zielmicha[m] has quit [Ping timeout: 256 seconds]
21:17
M-mistake has quit [Ping timeout: 256 seconds]
21:17
Matthew[m] has quit [Ping timeout: 256 seconds]
21:17
The_8472 has quit [Ping timeout: 256 seconds]
21:17
splintax has quit [Ping timeout: 268 seconds]
21:17
chpio[m] has quit [Ping timeout: 256 seconds]
21:17
sibi[m]1 has quit [Ping timeout: 256 seconds]
21:17
Guest22220[m] has quit [Ping timeout: 256 seconds]
21:17
fredddy42[m] has quit [Ping timeout: 256 seconds]
21:18
morozevich73[m] has quit [Ping timeout: 256 seconds]
21:18
Guest23322[m] has quit [Ping timeout: 256 seconds]
21:18
monzoon[m] has quit [Ping timeout: 256 seconds]
21:18
ztl8702[m] has quit [Ping timeout: 256 seconds]
21:18
kumavis[m]1 has quit [Ping timeout: 256 seconds]
21:18
HugeMungus[m] has quit [Ping timeout: 256 seconds]
21:18
M-alri has quit [Ping timeout: 256 seconds]
21:18
masoodahm[m] has quit [Ping timeout: 256 seconds]
21:18
pik[m] has quit [Ping timeout: 256 seconds]
21:18
M-mubot has quit [Ping timeout: 256 seconds]
21:18
M-alien has quit [Ping timeout: 256 seconds]
21:18
gwillen[m] has quit [Ping timeout: 256 seconds]
21:18
M-9364 has quit [Ping timeout: 256 seconds]
21:18
Guest52361[m] has quit [Ping timeout: 256 seconds]
21:18
M-17739 has quit [Ping timeout: 256 seconds]
21:18
M-8842 has quit [Ping timeout: 256 seconds]
21:18
M-Peer2Peer has quit [Ping timeout: 256 seconds]
21:18
Hossbeast[m] has quit [Ping timeout: 256 seconds]
21:18
M18693[m] has quit [Ping timeout: 256 seconds]
21:18
Caquilala[m] has quit [Ping timeout: 256 seconds]
21:18
teglafal[m] has quit [Ping timeout: 256 seconds]
21:18
pigeons[m] has quit [Ping timeout: 256 seconds]
21:18
disinibito[m] has quit [Ping timeout: 256 seconds]
21:18
M-3630 has quit [Ping timeout: 256 seconds]
21:18
M-erikgarrison has quit [Ping timeout: 256 seconds]
21:18
M-hostbbb has quit [Ping timeout: 256 seconds]
21:18
Patrik[m] has quit [Ping timeout: 256 seconds]
21:18
M22536[m] has quit [Ping timeout: 256 seconds]
21:18
M-zick has quit [Ping timeout: 256 seconds]
21:18
M-ming8 has quit [Ping timeout: 256 seconds]
21:18
M-Xorkle has quit [Ping timeout: 256 seconds]
21:18
Karalix[m] has quit [Ping timeout: 256 seconds]
21:18
benhylau[m]1 has quit [Ping timeout: 256 seconds]
21:18
M-hellomoto has quit [Ping timeout: 256 seconds]
21:18
DavidAmorn[m] has quit [Ping timeout: 256 seconds]
21:18
M- has quit [Ping timeout: 256 seconds]
21:18
bilowan[m] has quit [Ping timeout: 256 seconds]
21:18
computerfreak[m] has quit [Ping timeout: 256 seconds]
21:18
M-Tribex10 has quit [Ping timeout: 256 seconds]
21:18
kumavis[m] has quit [Ping timeout: 256 seconds]
21:18
Guest35126[m] has quit [Ping timeout: 256 seconds]
21:18
M-madsurgeon has quit [Ping timeout: 256 seconds]
21:18
atomet[m] has quit [Ping timeout: 256 seconds]
21:18
M-12044 has quit [Ping timeout: 256 seconds]
21:18
ntninja[m] has quit [Ping timeout: 256 seconds]
21:18
Futuro[m] has quit [Ping timeout: 256 seconds]
21:18
erikj` has quit [Ping timeout: 256 seconds]
21:18
qandilious[m] has quit [Ping timeout: 256 seconds]
21:18
tkorrison[m] has quit [Ping timeout: 256 seconds]
21:18
SeriousBug[m] has quit [Ping timeout: 256 seconds]
21:18
M-Shrike has quit [Ping timeout: 256 seconds]
21:18
AurabindoJ[m] has quit [Ping timeout: 256 seconds]
21:18
M-oddvar has quit [Ping timeout: 256 seconds]
21:18
jivank[m] has quit [Ping timeout: 256 seconds]
21:18
gillisig1 has quit [Ping timeout: 256 seconds]
21:18
mythmonster has quit [Ping timeout: 256 seconds]
21:18
am2on[m] has quit [Ping timeout: 256 seconds]
21:18
M-leoc has quit [Ping timeout: 256 seconds]
21:18
M-jimt has quit [Ping timeout: 256 seconds]
21:18
M-david has quit [Ping timeout: 256 seconds]
21:18
torarne has quit [Ping timeout: 256 seconds]
21:18
benhylau[m] has quit [Ping timeout: 256 seconds]
21:18
patcon has joined #ipfs
21:18
anonymuse has quit [Ping timeout: 260 seconds]
21:19
sibi[m] has joined #ipfs
21:19
cva[m] has joined #ipfs
21:19
njm14823[m] has joined #ipfs
21:19
red5d[m] has joined #ipfs
21:19
Guest45538[m] has joined #ipfs
21:19
M-pieohpah has joined #ipfs
21:19
containsliquid[m has joined #ipfs
21:19
M-5459 has joined #ipfs
21:19
doge_with_sungla has joined #ipfs
21:19
M-eitland has joined #ipfs
21:19
mads[m]1 has joined #ipfs
21:19
M-gdr has joined #ipfs
21:19
shellkr[m] has joined #ipfs
21:19
M-AndrewGaspar has joined #ipfs
21:19
jackyquack[m] has joined #ipfs
21:19
gabishu[m] has joined #ipfs
21:19
Guest18692[m] has joined #ipfs
21:19
M-metamattj has joined #ipfs
21:19
lexik[m] has joined #ipfs
21:19
Leer10[m] has joined #ipfs
21:19
Flieh[m] has joined #ipfs
21:19
M-amblin has joined #ipfs
21:19
Guest81231 has joined #ipfs
21:19
M-16549 has joined #ipfs
21:19
HansF[m] has joined #ipfs
21:19
M-bungle has joined #ipfs
21:19
dnull[m] has joined #ipfs
21:19
Guest44466[m] has joined #ipfs
21:19
M-ms has joined #ipfs
21:19
Avinash[m] has joined #ipfs
21:19
valdek[m] has joined #ipfs
21:19
ntninja has joined #ipfs
21:19
Guest61678[m] has joined #ipfs
21:19
HansMeiser[m] has joined #ipfs
21:19
solariiknight[m] has joined #ipfs
21:19
dz[m] has joined #ipfs
21:19
ThePurgingPanda[ has joined #ipfs
21:19
Dineshsac[m] has joined #ipfs
21:19
M-5703 has joined #ipfs
21:19
Guest22481[m] has joined #ipfs
21:19
M-Magnap has joined #ipfs
21:19
M-jh has joined #ipfs
21:19
M-selpreload has joined #ipfs
21:19
M-dtg has joined #ipfs
21:19
kegan[m] has joined #ipfs
21:19
Guest42119[m] has joined #ipfs
21:19
M-ngu has joined #ipfs
21:19
themightychris[m has joined #ipfs
21:19
M-Ingo has joined #ipfs
21:19
zielmicha[m] has joined #ipfs
21:19
Guest19042[m] has joined #ipfs
21:19
M-internetjanito has joined #ipfs
21:19
GeorgeAntoniadis has joined #ipfs
21:19
M-16544 has joined #ipfs
21:19
M-Guillaume has joined #ipfs
21:19
qwertyuioppo[m] has joined #ipfs
21:19
M-7141 has joined #ipfs
21:19
rajeevn[m] has joined #ipfs
21:19
M-TidyKoala has joined #ipfs
21:19
TheReverend403[m has joined #ipfs
21:19
quux[m] has joined #ipfs
21:19
Guest26812[m] has joined #ipfs
21:19
plindner has joined #ipfs
21:19
M18337[m] has joined #ipfs
21:19
AMIR[m] has joined #ipfs
21:19
chevdor[m] has joined #ipfs
21:19
M-Guest2152 has joined #ipfs
21:19
themsay[m] has joined #ipfs
21:19
M-ikreymer has joined #ipfs
21:19
M-jackal has joined #ipfs
21:19
M-davidar-test has joined #ipfs
21:19
M-sraja has joined #ipfs
21:19
rfb[m] has joined #ipfs
21:19
cr[m] has joined #ipfs
21:19
blasagna[m] has joined #ipfs
21:19
alaeri[m] has joined #ipfs
21:19
qzo[m] has joined #ipfs
21:19
M-liathit has joined #ipfs
21:19
muxueqz[m] has joined #ipfs
21:19
Frank[m]1 has joined #ipfs
21:19
ghtdak[m] has joined #ipfs
21:19
M-3045 has joined #ipfs
21:19
loco[m] has joined #ipfs
21:19
Guest20001[m] has joined #ipfs
21:19
neoV[m] has joined #ipfs
21:19
ix3[m] has joined #ipfs
21:19
mokhtar[m] has joined #ipfs
21:19
boliboli[m] has joined #ipfs
21:19
vikneshwaren[m] has joined #ipfs
21:19
mungwi[m] has joined #ipfs
21:19
M-amstocker has joined #ipfs
21:19
irx[m] has joined #ipfs
21:19
onic[m] has joined #ipfs
21:19
blackflag[m] has joined #ipfs
21:19
Guest44591[m] has joined #ipfs
21:19
silwol[m] has joined #ipfs
21:19
M-Nickfost has joined #ipfs
21:19
LugariusMtrx has joined #ipfs
21:19
H3g3m0n[m] has joined #ipfs
21:19
M-g has joined #ipfs
21:19
patrickr[m] has joined #ipfs
21:19
M-7416 has joined #ipfs
21:19
l64376[m] has joined #ipfs
21:19
M-erwin has joined #ipfs
21:19
TestName[m] has joined #ipfs
21:19
Guest29626[m] has joined #ipfs
21:19
M-16865 has joined #ipfs
21:19
M-Dan has joined #ipfs
21:19
M-vro has joined #ipfs
21:19
gsf[m] has joined #ipfs
21:19
M-3891 has joined #ipfs
21:19
Meroje[m] has joined #ipfs
21:19
steven[m] has joined #ipfs
21:19
M-8319 has joined #ipfs
21:19
Meroje[m]1 has joined #ipfs
21:19
jamespedwards42[ has joined #ipfs
21:19
M-rryan has joined #ipfs
21:19
bugabinga[m] has joined #ipfs
21:19
The_8472 has joined #ipfs
21:19
M-kcinjp has joined #ipfs
21:19
M-whyrusleeping has joined #ipfs
21:19
M-boli has joined #ipfs
21:19
VegBerg[m] has joined #ipfs
21:19
mirek1337[m] has joined #ipfs
21:19
M-BostonEnginer4 has joined #ipfs
21:19
M-frabrunelle has joined #ipfs
21:19
Guest31078[m] has joined #ipfs
21:19
M-2255 has joined #ipfs
21:19
M-volobuev has joined #ipfs
21:19
M-darknumbers has joined #ipfs
21:19
M-javissimo has joined #ipfs
21:19
GarbageDay[m] has joined #ipfs
21:19
TiagoDanin[m] has joined #ipfs
21:19
peapeaxiong[m] has joined #ipfs
21:19
M-HirmeS has joined #ipfs
21:19
Paul[m] has joined #ipfs
21:19
monikp[m] has joined #ipfs
21:19
M-jbenet has joined #ipfs
21:19
hermann-tab[m] has joined #ipfs
21:19
SShrike has joined #ipfs
21:19
M-abdessamadhoud has joined #ipfs
21:19
neurocis[m] has joined #ipfs
21:19
Guest23234[m] has joined #ipfs
21:19
M-king_size1953 has joined #ipfs
21:19
M-roblabla has joined #ipfs
21:19
xamino[m] has joined #ipfs
21:19
Guest43355[m] has joined #ipfs
21:19
Lord[m] has joined #ipfs
21:19
M-jabl has joined #ipfs
21:19
M-2194 has joined #ipfs
21:19
M-11367 has joined #ipfs
21:19
Guest22926[m] has joined #ipfs
21:19
M-14321 has joined #ipfs
21:19
M-3509 has joined #ipfs
21:19
M-hash has joined #ipfs
21:19
Guest45495[m] has joined #ipfs
21:20
M-bastinik has joined #ipfs
21:20
M-3714 has joined #ipfs
21:20
Stormy[m] has joined #ipfs
21:20
Guest30871[m] has joined #ipfs
21:20
M0x52[m] has joined #ipfs
21:20
M-manveru has joined #ipfs
21:20
Hongar[m] has joined #ipfs
21:20
nicolae[m] has joined #ipfs
21:20
M-toor has joined #ipfs
21:20
am5a03[m] has joined #ipfs
21:20
M-14382 has joined #ipfs
21:20
Guest26833[m] has joined #ipfs
21:20
Guest24121[m] has joined #ipfs
21:20
M-Samim has joined #ipfs
21:20
berninoz[m] has joined #ipfs
21:20
alexvoda[m] has joined #ipfs
21:20
M-joshumax has joined #ipfs
21:20
M-cocci has joined #ipfs
21:20
doctrv[m] has joined #ipfs
21:20
M18691[m] has joined #ipfs
21:20
jlprince21[m] has joined #ipfs
21:20
M-6581 has joined #ipfs
21:20
M-ed has joined #ipfs
21:20
M-epsilon has joined #ipfs
21:20
M-drwasho has joined #ipfs
21:20
victorbjelkholm[ has joined #ipfs
21:20
Guest50356[m] has joined #ipfs
21:20
edsilv[m] has joined #ipfs
21:20
kszys[m] has joined #ipfs
21:20
toto42[m] has joined #ipfs
21:20
musicmatze[m] has joined #ipfs
21:20
R4FKEN[m] has joined #ipfs
21:20
brunomvsouza[m] has joined #ipfs
21:20
M-jmesserli has joined #ipfs
21:20
M-s6 has joined #ipfs
21:20
M-JayJay has joined #ipfs
21:20
Guest22356[m] has joined #ipfs
21:20
trytrytry[m] has joined #ipfs
21:20
orapouso[m] has joined #ipfs
21:20
M-12989 has joined #ipfs
21:20
M-3725 has joined #ipfs
21:20
tester30297[m] has joined #ipfs
21:20
M-2129 has joined #ipfs
21:20
miladmaster[m] has joined #ipfs
21:20
timthelion[m] has joined #ipfs
21:20
M-bp5 has joined #ipfs
21:20
Usr[m] has joined #ipfs
21:20
M-slang has joined #ipfs
21:20
Guest19040[m] has joined #ipfs
21:20
M-phaverkamp has joined #ipfs
21:20
Catz[m] has joined #ipfs
21:20
M-3870 has joined #ipfs
21:20
M-rongladney has joined #ipfs
21:20
Craeckie[m] has joined #ipfs
21:20
claas[m] has joined #ipfs
21:20
M-edrex has joined #ipfs
21:20
M-cyan has joined #ipfs
21:20
M-jgrowl has joined #ipfs
21:20
M-6561 has joined #ipfs
21:20
M-9743 has joined #ipfs
21:20
iwxzr[m] has joined #ipfs
21:20
kenCode[m] has joined #ipfs
21:20
enick_107 has joined #ipfs
21:20
Guest20690[m] has joined #ipfs
21:20
cel[m] has joined #ipfs
21:20
Olivier[matrix] has joined #ipfs
21:20
rdesfo[m] has joined #ipfs
21:20
M-nd has joined #ipfs
21:20
M-jfred has joined #ipfs
21:20
Ineentho[m] has joined #ipfs
21:20
Beneficence[m] has joined #ipfs
21:20
ContainsLiquid[4 has joined #ipfs
21:20
M-wkennington has joined #ipfs
21:20
fil_redpill has joined #ipfs
21:20
WinterFox[m] has joined #ipfs
21:20
ebel has joined #ipfs
21:20
saintaquinas[m] has joined #ipfs
21:21
M-mistake has joined #ipfs
21:21
M-alien has joined #ipfs
21:21
qandilious[m] has joined #ipfs
21:21
ntninja[m] has joined #ipfs
21:21
pik[m]1 has joined #ipfs
21:21
M-jacktang has joined #ipfs
21:21
M-3526 has joined #ipfs
21:21
Guest35126[m] has joined #ipfs
21:21
M-ming8 has joined #ipfs
21:21
Guest22220[m] has joined #ipfs
21:21
pigeons[m] has joined #ipfs
21:21
masoodahm[m] has joined #ipfs
21:21
sibi[m]1 has joined #ipfs
21:21
M-Xorkle has joined #ipfs
21:21
Guest23322[m] has joined #ipfs
21:21
M-12044 has joined #ipfs
21:21
M-alri has joined #ipfs
21:21
M22536[m] has joined #ipfs
21:21
am2on[m] has joined #ipfs
21:21
ztl8702[m] has joined #ipfs
21:21
computerfreak[m] has joined #ipfs
21:21
HugeMungus[m] has joined #ipfs
21:21
M-Tribex10 has joined #ipfs
21:21
M18693[m] has joined #ipfs
21:21
DavidAmorn[m] has joined #ipfs
21:21
M-Shrike has joined #ipfs
21:21
M-8842 has joined #ipfs
21:21
Claus[m] has joined #ipfs
21:21
alistair77[m] has joined #ipfs
21:21
benhylau[m]1 has joined #ipfs
21:21
mythmonster has joined #ipfs
21:21
M-cryptix has joined #ipfs
21:21
M-brain has joined #ipfs
21:21
joshb[m] has joined #ipfs
21:21
cmp[m] has joined #ipfs
21:21
M-hellomoto has joined #ipfs
21:21
Guest52361[m] has joined #ipfs
21:21
Guest26084[m] has joined #ipfs
21:21
M-podviaznikov has joined #ipfs
21:21
Caquilala[m] has joined #ipfs
21:21
M- has joined #ipfs
21:21
tkorrison[m] has joined #ipfs
21:21
sull[m] has joined #ipfs
21:21
vasachi[m] has joined #ipfs
21:21
JacobJones[m] has joined #ipfs
21:21
M-kupskups9 has joined #ipfs
21:21
M-Eliza has joined #ipfs
21:21
M18690[m] has joined #ipfs
21:21
M-9364 has joined #ipfs
21:21
demian[m] has joined #ipfs
21:21
M-hostbbb has joined #ipfs
21:21
M-mckaydavis has joined #ipfs
21:21
ChrisDeChef[m] has joined #ipfs
21:21
Guest28775[m] has joined #ipfs
21:21
M-victorm has joined #ipfs
21:21
SARANKUMAR[m] has joined #ipfs
21:21
SeriousBug[m] has joined #ipfs
21:21
JOduMonT[m] has joined #ipfs
21:21
teglafal[m] has joined #ipfs
21:21
Sandhose[m] has joined #ipfs
21:21
Guest21158[m] has joined #ipfs
21:21
fredddy42[m] has joined #ipfs
21:21
edsilv[m]1 has joined #ipfs
21:21
because[m] has joined #ipfs
21:21
M-leeola has joined #ipfs
21:21
protestContest[m has joined #ipfs
21:21
hendry[m] has joined #ipfs
21:21
arkadiy[m] has joined #ipfs
21:21
M18489[m] has joined #ipfs
21:21
M-2617 has joined #ipfs
21:21
M-mubot has joined #ipfs
21:21
M-nated has joined #ipfs
21:21
Jacob[m] has joined #ipfs
21:21
dudezer0_bot[m] has joined #ipfs
21:21
M-david has joined #ipfs
21:21
jivank[m] has joined #ipfs
21:21
M-12490 has joined #ipfs
21:21
M-erikgarrison has joined #ipfs
21:21
chpio[m] has joined #ipfs
21:21
M-17739 has joined #ipfs
21:21
monzoon[m] has joined #ipfs
21:21
M-4485 has joined #ipfs
21:21
Futuro[m] has joined #ipfs
21:21
rschulman has joined #ipfs
21:21
M-scio_ has joined #ipfs
21:21
Hossbeast[m] has joined #ipfs
21:21
M-Peer2Peer has joined #ipfs
21:21
M-foxxy has joined #ipfs
21:21
M-wldhx has joined #ipfs
21:21
Karalix[m] has joined #ipfs
21:21
Lazybone[m] has joined #ipfs
21:21
Guest25254[m] has joined #ipfs
21:21
bilowan[m] has joined #ipfs
21:21
Guest28905[m] has joined #ipfs
21:21
LouisJencka[m] has joined #ipfs
21:21
dc167[m] has joined #ipfs
21:21
M-lucnsy has joined #ipfs
21:21
M-greymr has joined #ipfs
21:21
denkyemx[m] has joined #ipfs
21:21
M-infpetal has joined #ipfs
21:21
Askaban[m]1 has joined #ipfs
21:21
wehlutyk[m] has joined #ipfs
21:21
kostera[m] has joined #ipfs
21:21
Natanael[m] has joined #ipfs
21:21
M-harlan has joined #ipfs
21:21
Askaban[m] has joined #ipfs
21:21
gwillen[m] has joined #ipfs
21:21
morozevich73[m] has joined #ipfs
21:21
M-3444 has joined #ipfs
21:21
M-6781 has joined #ipfs
21:21
kumavis[m]1 has joined #ipfs
21:21
disgusting[m]1 has joined #ipfs
21:21
M6e7961[m] has joined #ipfs
21:21
M-pims has joined #ipfs
21:21
mw[m] has joined #ipfs
21:21
M-15922 has joined #ipfs
21:21
Guest31481[m] has joined #ipfs
21:21
M-sliker has joined #ipfs
21:21
hoboprimate[m] has joined #ipfs
21:21
M-mseri has joined #ipfs
21:21
M-1976 has joined #ipfs
21:21
Guest21903[m] has joined #ipfs
21:21
M-Amandine has joined #ipfs
21:21
M-3676 has joined #ipfs
21:21
M-mousereeve has joined #ipfs
21:21
PseudoNoob[m] has joined #ipfs
21:21
michaelmure[m] has joined #ipfs
21:21
M-cyzoonic has joined #ipfs
21:21
simonv3[m] has joined #ipfs
21:21
lukeboswell[m] has joined #ipfs
21:21
M-alphakamp has joined #ipfs
21:21
kumavis[m] has joined #ipfs
21:21
jon[m]1 has joined #ipfs
21:21
knutz[m] has joined #ipfs
21:21
Guest35894[m] has joined #ipfs
21:21
Guest18687[m] has joined #ipfs
21:21
johnhenry[m] has joined #ipfs
21:21
M18695[m] has joined #ipfs
21:21
benhylau[m] has joined #ipfs
21:21
neurochemical[m] has joined #ipfs
21:21
NikolayKolev[m] has joined #ipfs
21:21
rodarima[m] has joined #ipfs
21:21
Guest26163[m] has joined #ipfs
21:21
airsickpayload[m has joined #ipfs
21:21
M-flyingzumwalt has joined #ipfs
21:21
blabla2[m] has joined #ipfs
21:21
erikj` has joined #ipfs
21:21
M-jackvt93 has joined #ipfs
21:21
disinibito[m] has joined #ipfs
21:21
M-10660 has joined #ipfs
21:21
gdt[m] has joined #ipfs
21:21
atomet[m] has joined #ipfs
21:21
M-madsurgeon has joined #ipfs
21:21
Guest46793[m] has joined #ipfs
21:21
M-martinklepsch has joined #ipfs
21:21
M-oddvar has joined #ipfs
21:21
panicbit-M has joined #ipfs
21:21
Patrik[m] has joined #ipfs
21:21
M-blide has joined #ipfs
21:22
M-trashrabbit has joined #ipfs
21:22
guybrush[m] has joined #ipfs
21:22
M-kalmi has joined #ipfs
21:22
matrixtest[m] has joined #ipfs
21:22
lovecrafthobbit[ has joined #ipfs
21:22
JacobGadikian[m] has joined #ipfs
21:22
arby[m] has joined #ipfs
21:22
M-hierophantos has joined #ipfs
21:22
M18523[m] has joined #ipfs
21:22
Guest47833[m] has joined #ipfs
21:22
M-fiatjaf has joined #ipfs
21:22
M-krsiehl has joined #ipfs
21:22
hartmanroberte[m has joined #ipfs
21:22
M-pesterhazy has joined #ipfs
21:22
M-leer10 has joined #ipfs
21:22
M-geir has joined #ipfs
21:22
AurabindoJ[m] has joined #ipfs
21:22
M2ezit[m] has joined #ipfs
21:22
cbHXBY1D[m] has joined #ipfs
21:22
Remramm has joined #ipfs
21:22
M-leoc has joined #ipfs
21:22
fortyfoxes[m] has joined #ipfs
21:22
torarne has joined #ipfs
21:22
M-jimt has joined #ipfs
21:22
onlnr has joined #ipfs
21:22
ZerataX[m] has joined #ipfs
21:22
gillisig1 has joined #ipfs
21:22
jfred[m] has joined #ipfs
21:22
M-liberdiko has joined #ipfs
21:22
kxra[m] has joined #ipfs
21:22
M-3630 has joined #ipfs
21:22
M-Val has joined #ipfs
21:22
Matthew[m] has joined #ipfs
21:22
davidar has joined #ipfs
21:22
disgusting[m] has joined #ipfs
21:25
ygrek has joined #ipfs
21:26
PseudoNoob has quit [Remote host closed the connection]
21:27
<
Mateon1 >
By the way, when we'll have varints in multiformats, are we doing utf8 kind of varints, something else, or is nothing planned yet?
21:29
uuu_john has quit [Remote host closed the connection]
21:29
<
whyrusleeping >
Mateon1: we use the golang/protobuf style varints
21:30
<
kumavis >
keccak hash support ticket ^
21:30
<
kumavis >
daviddias jbenet ^ this is a preq for eth-* codec support
21:30
ulrichard has quit [Quit: Ex-Chat]
21:30
<
whyrusleeping >
kumavis: the go-multihash 'sha3' is keccak
21:30
<
Mateon1 >
whyrusleeping: Any link for golang/protobuf varints?
21:31
<
kumavis >
whyrusleeping: standard keccak or sha3-standard keccak?
21:31
<
kumavis >
whyrusleeping: i meant "base keccak or sha3-standard keccak?"
21:31
<
whyrusleeping >
kumavis: probably sha3-standard keccak
21:31
<
whyrusleeping >
i didnt know there was a difference?
21:31
<
kumavis >
sha3-standard is after nist got their hands on it
21:32
<
kumavis >
and its a subset of "base" keccak
21:32
<
kumavis >
handy little chart on the issue
21:32
<
Mateon1 >
whyrusleeping: That repo just says "The format is used everywhere but undecided"
21:33
<
whyrusleeping >
Ah, it used to be more detailed...
21:33
<
whyrusleeping >
interesting
21:33
dignifiedquire has joined #ipfs
21:34
<
whyrusleeping >
at least, as far as i'm concerned
21:35
<
Mateon1 >
So 1aaaaaa 0bbbbbb -> 00bbbbbbaaaaaa
21:40
rgrinberg has joined #ipfs
21:40
captain_morgan_ is now known as captain_morgan
21:45
espadrine has joined #ipfs
21:49
wallacoloo has joined #ipfs
21:49
kobigurk has quit [Ping timeout: 256 seconds]
21:49
maxlath has quit [Quit: maxlath]
22:01
<
dignifiedquire >
pin!
22:01
<
dignifiedquire >
!pin
22:01
<
pinbot >
usage: !pin <hash> <label>
22:01
<
dignifiedquire >
!pin QmWsGPTKFWFRxMqvT2ic8LQxTiomwLP81gSybWmiYtStAD iif-demo
22:01
<
pinbot >
now pinning /ipfs/QmWsGPTKFWFRxMqvT2ic8LQxTiomwLP81gSybWmiYtStAD
22:02
<
dignifiedquire >
!pin QmYomyCpT1vKNovYvTjAStYq31JoaH8xdivjmWcDj5mpM1 iif-demo-top
22:02
<
pinbot >
now pinning /ipfs/QmYomyCpT1vKNovYvTjAStYq31JoaH8xdivjmWcDj5mpM1
22:03
<
dignifiedquire >
!pin QmPmDy9uKFBkK9EceTeZpw3aSM9HoQdBKXWZrcibQvcr4S iif-demo-more
22:03
<
pinbot >
now pinning /ipfs/QmPmDy9uKFBkK9EceTeZpw3aSM9HoQdBKXWZrcibQvcr4S
22:03
<
kevina >
whyrusleeping: how do I correctly recompute the Hash for a Cid that possible can be a Raw Node?
22:03
<
kevina >
I need to be able to verify the file contents in the filestore
22:03
soloojos has quit [Remote host closed the connection]
22:05
<
dignifiedquire >
!pin QmccDvQ1W7wMY4zm5XHCEAFnjHXRGzdFJD6DRu4yGjjYLS more-images
22:05
<
pinbot >
now pinning /ipfs/QmccDvQ1W7wMY4zm5XHCEAFnjHXRGzdFJD6DRu4yGjjYLS
22:06
matrixmatrixorg[ has joined #ipfs
22:07
<
pinbot >
[host 0] failed to grab refs for /ipfs/QmccDvQ1W7wMY4zm5XHCEAFnjHXRGzdFJD6DRu4yGjjYLS: Post http://[fc98:424c:b433:d7e2:7ee3:9541:73ff:2cdb]:5001/api/v0/refs?arg=/ipfs/QmccDvQ1W7wMY4zm5XHCEAFnjHXRGzdFJD6DRu4yGjjYLS&encoding=json&stream-channels=true&r=true&: dial tcp [fc98:424c:b433:d7e2:7ee3:9541:73ff:2cdb]:5001: getsockopt: connection timed out
22:08
soloojos has joined #ipfs
22:08
<
whyrusleeping >
!botsnack
22:08
<
pinbot >
om nom nom
22:08
<
whyrusleeping >
dignifiedquire: don't forget to feed the bots
22:08
captain_morgan has quit [Ping timeout: 260 seconds]
22:08
<
dignifiedquire >
!botsnack
22:08
<
pinbot >
om nom nom
22:08
<
whyrusleeping >
kevina: c := blah.Cid()
22:08
<
whyrusleeping >
c.Prefix().Sum(data)
22:08
<
dignifiedquire >
of course :)
22:08
<
whyrusleeping >
or something
22:10
<
kevina >
okay thanks for the tip, its a bit more complicated because I only have a dsKey, but I will figure it out :)
22:15
patcon has quit [Ping timeout: 252 seconds]
22:15
anonymuse has joined #ipfs
22:16
<
dignifiedquire >
whyrusleeping: what part of the api is available on the gateway?
22:17
<
dignifiedquire >
whyrusleeping: I want to get ls of a folder, without the all the html from the gateway
22:19
<
Mateon1 >
dignifiedquire: ipfs.io/api/v0/ls/<hash> ?
22:19
<
Mateon1 >
A lot is available on the public API
22:19
<
dignifiedquire >
that gave me a 404
22:20
<
Mateon1 >
Well, there's a /full/ at the end, so you have to first request the hash, get the path to /full, and then make another request
22:20
<
whyrusleeping >
pass the path as an argument
22:20
<
whyrusleeping >
?arg=QmBlah/Foo
22:21
<
whyrusleeping >
yeeeee
22:23
<
Mateon1 >
I have no idea what the heck that QmZHJ file I gave as an example was
22:23
<
Mateon1 >
I wish we could reverse lookup hash links in the local repo
22:23
<
Mateon1 >
Except the repo handling is so darn slow, that's unfeasible
22:23
<
whyrusleeping >
backlink databases would be so awesome to have
22:24
<
whyrusleeping >
Mateon1: which aspects are slow? i can definitely prioritize perf improvements on something like that
22:24
<
whyrusleeping >
ianopolous_: btw, we added support for ed25519 keys
22:24
<
whyrusleeping >
you cant yet make a peer ID with them, but the code is in place to handle it
22:25
<
Mateon1 >
whyrusleeping: `ipfs refs local` takes forever (outputs only a handful of hashes per second), `ipfs pin ls` with no argument takes forever, unless --type=recursive is added (to skip indirect pins)
22:25
<
whyrusleeping >
Ah, okay
22:25
<
whyrusleeping >
i think i know a way to speed tha up
22:25
<
whyrusleeping >
the datastore query method sucks
22:25
<
dignifiedquire >
haad: is orbit-db actually using ipns for the head currently?
22:25
patcon has joined #ipfs
22:25
<
whyrusleeping >
dignifiedquire: nope
22:25
<
ianopolous_ >
whyrusleeping: brilliant!
22:25
<
dignifiedquire >
how does it get it then?
22:26
<
whyrusleeping >
dignifiedquire: from other peers you connect to i think
22:26
<
whyrusleeping >
though pubsub maybe?
22:26
<
dignifiedquire >
well before pubsub?
22:27
<
ianopolous_ >
whyrusleeping: we might be ready to try it out in a few weeks too!
22:27
<
whyrusleeping >
ianopolous_: awesome :)
22:27
<
whyrusleeping >
dignifiedquire: orbit has always had pubsub
22:28
<
dignifiedquire >
right it used redis before
22:30
patcon has quit [Ping timeout: 260 seconds]
22:35
<
whyrusleeping >
substack: are you in oakland? or still out and about adventuring?
22:38
IlanGodik has quit [Quit: Connection closed for inactivity]
22:40
captain_morgan has joined #ipfs
22:43
patcon has joined #ipfs
22:44
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:47
palkeo_ has joined #ipfs
22:52
palkeo has quit [Ping timeout: 260 seconds]
22:54
patcon has quit [Ping timeout: 250 seconds]
22:55
ckwaldon has joined #ipfs
22:58
shizy has quit [Ping timeout: 244 seconds]
22:58
patcon has joined #ipfs
23:05
cubemonkey has quit [Ping timeout: 260 seconds]
23:07
captain_morgan has quit [Ping timeout: 256 seconds]
23:12
patcon has quit [Ping timeout: 252 seconds]
23:14
pfrazee has quit [Read error: Connection reset by peer]
23:15
G-Ray has quit [Quit: Konversation terminated!]
23:16
ianopolous_ has quit [Remote host closed the connection]
23:17
patcon has joined #ipfs
23:17
ygrek has quit [Ping timeout: 244 seconds]
23:17
herzmeister has joined #ipfs
23:19
<
whyrusleeping >
kevina: do you think you could take a look at whats not quite right on 3300?
23:20
palkeo_ has quit [Quit: Konversation terminated!]
23:22
espadrine has quit [Ping timeout: 260 seconds]
23:23
pfrazee has joined #ipfs
23:24
soloojos has quit [Ping timeout: 245 seconds]
23:25
cketti has joined #ipfs
23:25
<
dignifiedquire >
!pin QmVG6eBZqvcQSPVi9RF7ZUFESBrneEdYPgku6iSdKm2GPq
23:25
<
pinbot >
usage: !pin <hash> <label>
23:25
<
dignifiedquire >
!pin QmVG6eBZqvcQSPVi9RF7ZUFESBrneEdYPgku6iSdKm2GPq screen
23:25
<
pinbot >
now pinning /ipfs/QmVG6eBZqvcQSPVi9RF7ZUFESBrneEdYPgku6iSdKm2GPq
23:28
galois_dmz has joined #ipfs
23:28
gmcquillan has quit [Quit: gmcquillan]
23:30
<
ploop >
is pinning a directory recursive?
23:31
chris613 has quit [Read error: Connection reset by peer]
23:32
<
whyrusleeping >
ploop: if you pin it recursively, yes
23:32
<
whyrusleeping >
dignifiedquire: were those pics not in ipfs?
23:32
<
dignifiedquire >
whyrusleeping: no they are github links
23:33
chris613 has joined #ipfs
23:33
<
ploop >
whyrusleeping: how do you pin recursively? I don't see that in `ipfs pin --help`
23:33
rgrinberg has quit [Remote host closed the connection]
23:33
<
ploop >
only on rm, not on add
23:33
<
ploop >
oh, `ipfs pin add --help` :|
23:34
patcon has quit [Ping timeout: 256 seconds]
23:34
rgrinberg has joined #ipfs
23:37
matoro has quit [Ping timeout: 245 seconds]
23:37
<
whyrusleeping >
ipfs pin add is recursive by default
23:37
<
whyrusleeping >
but yeah
23:38
cketti_ has joined #ipfs
23:38
<
chungy >
I'm on Arch Linux 64-bit, if I use "ipfs mount" it takes a long time before exiting with "Error: Could not resolve name" and nothing is mounted on /ipfs. Is there anything to find out what causes it, and fix it?
23:38
pfrazee has quit [Read error: Connection reset by peer]
23:39
<
ploop >
i started a new node on a vps and started the daemon and I'm getting a bunch of:
23:39
<
ploop >
ERRO[19:22:22:000] failed to find any peer in table module=bitswap
23:39
<
ploop >
like 1k lines
23:39
<
ploop >
what might cause that?
23:39
<
chungy >
oh, if I look at the journal, it shows this
23:39
<
chungy >
Oct 18 16:39:00 turanga ipfs[29903]: 16:39:00.699 ERROR fuse/ipns: looking up /ipns/QmayvvvCH2Wt7RAQegu3PR3yMDFAJBbDjtTeeJnPmggjhE: Could not resolve name. ipns_unix.go:98
23:39
<
chungy >
Oct 18 16:39:00 turanga ipfs[29903]: 16:39:00.700 ERROR node: error mounting: Could not resolve name. mount_unix.go:101
23:40
<
chungy >
Seems like more information, but I don't know what to do still.
23:40
cketti has quit [Ping timeout: 256 seconds]
23:42
infinity0 has joined #ipfs
23:43
pfrazee has joined #ipfs
23:43
<
whyrusleeping >
chungy: the mount code hasnt been maintained in a while
23:43
<
whyrusleeping >
i'm not sure what could be going wrong, we need to find time to look into fixing it
23:44
<
whyrusleeping >
ploop: what does ipfs swarm peers show?
23:44
fleeky__ has joined #ipfs
23:44
soloojos has joined #ipfs
23:44
<
ploop >
whyrusleeping: nothing
23:44
<
whyrusleeping >
ploop: huh, you don't have any peers then
23:44
<
whyrusleeping >
can you send me the output of `ipfs id` ?
23:44
<
dansup >
hey ansuz, doing anything neat with ipfs lately?
23:47
fleeky_ has quit [Ping timeout: 252 seconds]
23:49
captain_morgan has joined #ipfs
23:51
<
ploop >
whyrusleeping: I did `ipfs id` on my home node which has ~300 peers and tried to add it to the vps node and it says: dial attempt failed: misdial to <peer.ID [id]> through /ip4/[ipv4]/tcp/4001 (got <peer.ID >)
23:51
Kazuhiro has quit [Read error: Connection reset by peer]
23:52
<
whyrusleeping >
ploop: that node is running a really old ipfs version that is no longer supported
23:52
<
ploop >
which node?
23:52
rgrinberg has quit [Remote host closed the connection]
23:52
<
whyrusleeping >
the one with the issues
23:52
infinity0 has quit [Remote host closed the connection]
23:53
infinity0 has joined #ipfs
23:53
<
ploop >
aaaaa, that explains it. I just installed like 30 minutes ago to /usr/bin but there's apparently an old version in /usr/local/bin
23:53
<
ploop >
which must come first in $PATH
23:54
rgrinberg has joined #ipfs
23:55
museless has joined #ipfs