stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.19 and js-ipfs 0.34 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of
alexgr has quit [Ping timeout: 245 seconds]
Kingsquee has quit [Quit: https://i.imgur.com/qicT3GK.gif]
maxzor has quit [Ping timeout: 244 seconds]
cthorley has quit [Ping timeout: 250 seconds]
cthorley has joined #ipfs
_nkls_ has quit [Remote host closed the connection]
_nkls_ has joined #ipfs
r0n1n has joined #ipfs
cthorley has quit [Ping timeout: 250 seconds]
_nkls_ has quit [Remote host closed the connection]
ronin has quit [Ping timeout: 276 seconds]
cthorley has joined #ipfs
_nkls_ has joined #ipfs
_nkls_ has quit [Remote host closed the connection]
cthorley has quit [Ping timeout: 244 seconds]
stavros has joined #ipfs
<stavros> Hello
<stavros> I run an IPFS pinning service, Eternum, and I'm having quite a few problems with the IPFS node's pinning interface (basically, the service is having major problems with the fact that it's synchronous)
griffinbyatt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<stavros> I just discovered IPFS cluster and I'm wondering whether this might be the solution to my problems. Can I run a single IPFS Cluster instance (the master) on top of one IPFS node and have the Cluster instance manage all pins?
<stavros> Is that indicated/useful? Will the Cluster instance work like a "download manager" of sorts?
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<stavros> Also, how stable is IPFS Cluster?
_nkls_ has joined #ipfs
_nkls_ has quit [Remote host closed the connection]
dsiypl4_ has quit [Ping timeout: 246 seconds]
chris613 has quit [Ping timeout: 246 seconds]
Fessus has joined #ipfs
chris613 has joined #ipfs
null1337 has quit [Quit: Never underestimate the power of stupid people in large groups.]
peaceguy has quit [Quit: leaving]
metadaemon has quit [Remote host closed the connection]
stavros_ has joined #ipfs
<stavros> lgierth, perhaps?
<stavros> Switching users
johnhmay has quit [Ping timeout: 258 seconds]
sebhoss has quit [Read error: Connection reset by peer]
andrewosh has quit [Ping timeout: 258 seconds]
prettymuchbryce has quit [Ping timeout: 258 seconds]
ec has quit [Ping timeout: 258 seconds]
achingbrain has quit [Ping timeout: 268 seconds]
metalrain has quit [Ping timeout: 250 seconds]
blahah_ has quit [Ping timeout: 264 seconds]
ctOS has quit [Ping timeout: 276 seconds]
jbenet has quit [Ping timeout: 276 seconds]
sneak has quit [Ping timeout: 252 seconds]
RamRanRa has quit [Read error: Connection reset by peer]
rvagg has quit [Ping timeout: 264 seconds]
merle_ has quit [Ping timeout: 268 seconds]
alanshaw has quit [Ping timeout: 240 seconds]
abhiyerr_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jbenet has joined #ipfs
hacdias has quit [Ping timeout: 264 seconds]
victorbjelkholm has quit [Ping timeout: 276 seconds]
englishm has quit [Ping timeout: 258 seconds]
stavros has quit [Quit: Leaving]
lennox has joined #ipfs
jameshaydon has quit [Ping timeout: 240 seconds]
nickjohnson has quit [Ping timeout: 258 seconds]
zeden has joined #ipfs
voxelot has quit [Ping timeout: 250 seconds]
jesseclay has quit [Ping timeout: 252 seconds]
jbenet has quit [Ping timeout: 258 seconds]
merle_ has joined #ipfs
jameshaydon has joined #ipfs
cyfex has quit [Ping timeout: 276 seconds]
merle_ has quit [Ping timeout: 245 seconds]
cyfex has joined #ipfs
rvagg has joined #ipfs
prettymuchbryce has joined #ipfs
metalrain has joined #ipfs
ec has joined #ipfs
blahah_ has joined #ipfs
merle_ has joined #ipfs
sneak has joined #ipfs
jbenet has joined #ipfs
johnhmay has joined #ipfs
voxelot has joined #ipfs
jesseclay has joined #ipfs
alanshaw has joined #ipfs
achingbrain has joined #ipfs
andrewosh has joined #ipfs
englishm has joined #ipfs
godel[m] has joined #ipfs
nickjohnson has joined #ipfs
sebhoss has joined #ipfs
hacdias has joined #ipfs
ctOS has joined #ipfs
victorbjelkholm has joined #ipfs
boredmanicrobot has joined #ipfs
boredmanicrobot has quit [Client Quit]
_nkls_ has joined #ipfs
JonD has joined #ipfs
stavros_ is now known as stavors
stavors is now known as stavros
<stavros> Anyone here familiar with IPFS Cluster?
godel[m] has left #ipfs ["User left"]
<postables1337[m]> Yes ive been using it for about a year
<stavros> postables1337[m]: Is it stable?
JonD has quit [Quit: Leaving]
<postables[m]> Pretty damn stable, haven't had many issues. Most of the issues I've had are related to not properly bootstrapping a peer to the cluster, or some kind of network issue
<postables[m]> depending on where your nodes are located, you may need to alter some config settings like setting higher heartbeat timeouts,
Bad_Fish_2 has joined #ipfs
user_51_ has joined #ipfs
Belkaar has quit [Ping timeout: 250 seconds]
<stavros> postables[m]: That's great, thanks! How has pinning been? Is it retrying properly, etc?
<stavros> My biggest issue right now is that pinning with the node is synchronous
<stavros> I would like to make it async and it looks like IPFS cluster can do that
<postables[m]> yea you can do multiple pins at the same time
Bad_Fish_2 has quit [Client Quit]
<postables[m]> basically when you talk with IPFS cluster you tell the cluster to pin something, and it'll insert it into the queue. You can process up to i think 10 pins at a time or something like that but its configurable
Belkaar has joined #ipfs
Belkaar has joined #ipfs
verin0x has quit [Ping timeout: 258 seconds]
verin0x has joined #ipfs
user_51 has quit [Ping timeout: 255 seconds]
<stavros> postables[m]: Do you know what happens if all 10 pins freeze (ie are waiting for data)?
<stavros> Does it just never pin the rest?
<postables[m]> pretty sure it just times out the pin like what happens with `go-ipfs`
<stavros> Ah, thanks
<postables[m]> but its pretty easy to recover if that happens
<postables[m]> `ipfs-cluster-ctl recover --local` will recover any `ERROR` pins on your local node
<postables[m]> there's also `ipfs-cluster-ctl sync`
<stavros> postables[m]: what does `sync` do? I haven't figured that one out yet
<postables[m]> pretty sure sync is just to verify that pinned items are correct in their pinning strategies, how many nodes are pining them, etc..
<postables[m]> `recover` is just for pinned content in error states
<stavros> Ah, right, thank you
<stavros> Do you use the proxy as well?
<stavros> I guess the proxy is a proxy to the node's port 5001, not the gateway
<postables[m]> oh one thing I didnt say about it being stable, its really stable, and reliable. I've stress tested my cluster by completely filling up the queue (50K items) and although it took a long time to filter through the queue, it was cleared without any issues.
<postables[m]> If you're using cluster, you shouldn't ever use the ipfs node API for pinning
<postables[m]> If you're using cluster, you shouldn't ever use the ipfs node API for pinning always use the cluster API, port 9094 by default i believe
<postables[m]> I've broken raft state before by telling an ipfs node directly to remove a pinned item
<stavros> postables[m]: I already have a node that has pinned items, can I add them all again to the cluster and manage them from there from now on?
_nkls_ has quit [Remote host closed the connection]
<postables[m]> No you dont need to do that. Just dump your pin list and run over it in a for loop or some shit, telling ipfs-cluster to pin each CID
_nkls_ has joined #ipfs
<postables[m]> `for i in $(ipfs pin ls | awk '{print $1}'); do ipfs-cluster-ctl pin add "$i"; done` something like that
<postables[m]> once you've started using ipfs-cluster though just do all your pins and removals through cluster
<stavros> Yeah, I will, I just need to migrate them there initially
<stavros> Plus I need to do a bunch of testing to make sure everything works well
<stavros> Yep, makes sense, thank you
<stavros> postables[m]: Oh those are fantastic, thank you!
<postables[m]> np, i highly recommend zabbix in general it's been useful for monitoring my ipfs nodes as well
<stavros> postables[m]: Do you self-host or is there a hosted version?
<postables[m]> self host
<postables[m]> you can probably spin one up in the cloud though
<postables[m]> i have an offsite cluster node thats in the cloud incase my DC shits the bed
<stavros> Sounds good, I think I'll do that too
<stavros> How many nodes do you have in your cluster?
<stavros> Your IPFS cluster, I mean
<postables[m]> currently i have 3 although i've tried up to 5
<stavros> Is it easy to add more?
<postables[m]> yes you just need to bootstrap it to an existing node in the cluster
zeden has quit [Quit: WeeChat 2.4]
arza has joined #ipfs
shizy has joined #ipfs
abhiyerra has joined #ipfs
cthorley has joined #ipfs
<stavros> Ah, fantastic, thank you
opal has quit [Remote host closed the connection]
opal has joined #ipfs
Steverman has quit [Ping timeout: 245 seconds]
johnhmay has quit [Ping timeout: 245 seconds]
metalrain has quit [Ping timeout: 250 seconds]
jameshaydon has quit [Ping timeout: 258 seconds]
achingbrain_ has joined #ipfs
merle__ has joined #ipfs
nickjohnson_ has joined #ipfs
jameshaydon has joined #ipfs
rvagg has quit [Ping timeout: 246 seconds]
rvagg_ has joined #ipfs
andrewosh_ has joined #ipfs
merle_ has quit [Ping timeout: 246 seconds]
metalrain has joined #ipfs
nickjohnson has quit [Ping timeout: 246 seconds]
nickjohnson_ is now known as nickjohnson
johnhmay has joined #ipfs
achingbrain has quit [Ping timeout: 250 seconds]
achingbrain_ is now known as achingbrain
andrewosh has quit [Ping timeout: 255 seconds]
andrewosh_ is now known as andrewosh
shizy has quit [Quit: WeeChat 2.4]
cthorley has quit [Ping timeout: 268 seconds]
fauno has quit [Remote host closed the connection]
abhiyerra has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cthorley has joined #ipfs
DavidPH has quit [Ping timeout: 250 seconds]
cthorley has quit [Ping timeout: 255 seconds]
gde33 has quit [Read error: Connection reset by peer]
gde33 has joined #ipfs
cthorley has joined #ipfs
abhiyerra has joined #ipfs
abhiyerra has quit [Client Quit]
eii[m] has joined #ipfs
eii[m] has left #ipfs [#ipfs]
kapil____ has joined #ipfs
sfx2496 has joined #ipfs
joocain2_ has joined #ipfs
jakehemmerle has joined #ipfs
joocain2 has quit [Ping timeout: 256 seconds]
stavros has quit [Quit: Connection closed for inactivity]
piotrszegda[m] has joined #ipfs
Kingsquee has joined #ipfs
jakehemmerle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Yann35 has quit [Ping timeout: 240 seconds]
maxzor has joined #ipfs
maxzor has quit [Read error: Connection reset by peer]
maxzor has joined #ipfs
nickjohnson has quit []
nickjohnson has joined #ipfs
ec has quit []
ec has joined #ipfs
englishm has quit []
englishm has joined #ipfs
ulrichard has joined #ipfs
johnhmay has quit []
johnhmay has joined #ipfs
polman has joined #ipfs
victorbjelkholm has quit []
victorbjelkholm has joined #ipfs
Nd-969-M has joined #ipfs
cthorley has quit [Quit: WeeChat 2.4]
lassulus_ has joined #ipfs
lassulus has quit [Ping timeout: 246 seconds]
lassulus_ is now known as lassulus
Xeyame has quit [Read error: Connection reset by peer]
RamRanRa has joined #ipfs
lassulus has quit [Ping timeout: 246 seconds]
alexgr has joined #ipfs
rcat has joined #ipfs
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
toxync01 has quit [Ping timeout: 268 seconds]
toxync01 has joined #ipfs
goiko has joined #ipfs
goiko has quit [Changing host]
goiko has joined #ipfs
vmx has joined #ipfs
yeehi has joined #ipfs
Nd-969-M has quit [Ping timeout: 244 seconds]
yeehi has quit [Client Quit]
Kingsquee has quit [Quit: https://i.imgur.com/qicT3GK.gif]
ZaZ has joined #ipfs
toxync01 has quit [Ping timeout: 246 seconds]
toxync01- has joined #ipfs
cyfex has quit [Ping timeout: 240 seconds]
roadt[m] has joined #ipfs
cyfex has joined #ipfs
merethan has joined #ipfs
yeehi has joined #ipfs
AuHau_ has joined #ipfs
emceeaich_ has joined #ipfs
SmileRobot[m]1 has joined #ipfs
Polychrome[m]1 has joined #ipfs
supernova[m]1 has joined #ipfs
yanmrs[m]1 has joined #ipfs
ngamboa[m]1 has joined #ipfs
card[m]1 has joined #ipfs
dobrosketchkun[4 has joined #ipfs
maht0rz[m]1 has joined #ipfs
whyrusleeping[m4 has joined #ipfs
jimt[m]1 has joined #ipfs
LordFenixNC[m]11 has joined #ipfs
stigo[m]1 has joined #ipfs
jackmurray[m]1 has joined #ipfs
mspiri[m]1 has joined #ipfs
leoalvarezh[m]2 has joined #ipfs
AlexanderDeLarg4 has joined #ipfs
Giovanni[m]1 has joined #ipfs
LordPtolemy[m]1 has joined #ipfs
malaclyps[m]1 has joined #ipfs
mattober[m]1 has joined #ipfs
marcocastignoli7 has joined #ipfs
frislie[m]1 has joined #ipfs
test21562[m]1 has joined #ipfs
opal[m]1 has joined #ipfs
feross_ has joined #ipfs
johnlong[m]1 has joined #ipfs
cyberward_matri4 has joined #ipfs
NastyEbilPiwate4 has joined #ipfs
dietrich[m]1 has joined #ipfs
mpname[m]1 has joined #ipfs
tomaka[m]1 has joined #ipfs
Enmerkar[m]1 has joined #ipfs
daopu[m]1 has joined #ipfs
anastiel_ has joined #ipfs
icebal[m]1 has joined #ipfs
asthma[m]1 has joined #ipfs
genartr[m]1 has joined #ipfs
peterk[m]1 has joined #ipfs
Klara[m]1 has joined #ipfs
pps96[m]1 has joined #ipfs
lilz[m]1 has joined #ipfs
davidar[m]1 has joined #ipfs
chadalpha[m]1 has joined #ipfs
xtream1101[m]1 has joined #ipfs
AuHau has quit [Ping timeout: 252 seconds]
emceeaich has quit [Ping timeout: 252 seconds]
AuHau_ is now known as AuHau
ngamboa[m] has quit [Ping timeout: 252 seconds]
supernova[m] has quit [Ping timeout: 252 seconds]
yanmrs[m] has quit [Ping timeout: 252 seconds]
whyrusleeping[m] has quit [Ping timeout: 252 seconds]
emceeaich_ is now known as emceeaich
AlexanderDeLarge has quit [Ping timeout: 252 seconds]
dobrosketchkun[m has quit [Ping timeout: 252 seconds]
Polychrome[m] has quit [Ping timeout: 252 seconds]
SmileRobot[m] has quit [Ping timeout: 252 seconds]
maht0rz[m] has quit [Ping timeout: 252 seconds]
LordFenixNC[m]1 has quit [Ping timeout: 252 seconds]
card[m] has quit [Ping timeout: 252 seconds]
reedhhw[m] has quit [Ping timeout: 252 seconds]
stigo[m] has quit [Ping timeout: 252 seconds]
jimt[m] has quit [Ping timeout: 252 seconds]
LordPtolemy[m] has quit [Ping timeout: 252 seconds]
jackmurray[m] has quit [Ping timeout: 252 seconds]
leoalvarezh[m] has quit [Ping timeout: 252 seconds]
mspiri[m] has quit [Ping timeout: 252 seconds]
mindhog[m] has quit [Ping timeout: 252 seconds]
Giovanni[m] has quit [Ping timeout: 252 seconds]
piajesse[m]1 has quit [Ping timeout: 252 seconds]
frislie[m] has quit [Ping timeout: 252 seconds]
dietrich[m] has quit [Ping timeout: 252 seconds]
angreifer has quit [Ping timeout: 252 seconds]
feross has quit [Ping timeout: 252 seconds]
mpname[m] has quit [Ping timeout: 252 seconds]
NastyEbilPiwate[ has quit [Ping timeout: 252 seconds]
Enmerkar[m] has quit [Ping timeout: 252 seconds]
test21562[m] has quit [Ping timeout: 252 seconds]
feross_ is now known as feross
cyberward_matrix has quit [Ping timeout: 252 seconds]
malaclyps[m] has quit [Ping timeout: 252 seconds]
marcocastignoli[ has quit [Ping timeout: 252 seconds]
johnlong[m] has quit [Ping timeout: 252 seconds]
opal[m] has quit [Ping timeout: 252 seconds]
mattober[m] has quit [Ping timeout: 252 seconds]
anastiel has quit [Ping timeout: 252 seconds]
icebal[m] has quit [Ping timeout: 252 seconds]
peterk[m] has quit [Ping timeout: 252 seconds]
fuga123[m] has quit [Ping timeout: 252 seconds]
asthma[m] has quit [Ping timeout: 252 seconds]
genartr[m] has quit [Ping timeout: 252 seconds]
daopu[m] has quit [Ping timeout: 252 seconds]
tomaka[m] has quit [Ping timeout: 252 seconds]
myelinated_torto has quit [Ping timeout: 252 seconds]
dexter0 has quit [Ping timeout: 252 seconds]
ecloud[m] has quit [Ping timeout: 252 seconds]
fuga123[m] has joined #ipfs
Klara[m] has quit [Ping timeout: 252 seconds]
ad87657[m] has quit [Ping timeout: 252 seconds]
chadalpha[m] has quit [Ping timeout: 252 seconds]
MaximOrlovsky[m] has quit [Ping timeout: 252 seconds]
axtim19[m] has quit [Ping timeout: 252 seconds]
lilz[m] has quit [Ping timeout: 252 seconds]
delta[m]1 has quit [Ping timeout: 252 seconds]
pps96[m] has quit [Ping timeout: 252 seconds]
ZeugeIotas[m] has quit [Ping timeout: 252 seconds]
WildFox has quit [Ping timeout: 252 seconds]
xtream1101[m] has quit [Ping timeout: 252 seconds]
backkem[m] has quit [Ping timeout: 252 seconds]
davidar[m] has quit [Ping timeout: 252 seconds]
toma[m] has quit [Ping timeout: 252 seconds]
elesito[m] has quit [Ping timeout: 252 seconds]
edrex has quit [Ping timeout: 252 seconds]
elwisp has joined #ipfs
ecloud[m] has joined #ipfs
elwisp has quit [Ping timeout: 252 seconds]
fuga123[m] has joined #ipfs
ecloud[m] has joined #ipfs
ecloud[m] has quit [Changing host]
fuga123[m] has quit [Changing host]
angreifer has joined #ipfs
myidport[m] has quit [Ping timeout: 252 seconds]
marsprobe_phd_2x has quit [Ping timeout: 252 seconds]
igel[m] has quit [Ping timeout: 252 seconds]
backkem[m] has joined #ipfs
ad87657[m] has joined #ipfs
mindhog[m] has joined #ipfs
MaximOrlovsky[m] has joined #ipfs
elesito[m] has joined #ipfs
marsprobe_phd_2x has joined #ipfs
axtim19[m] has joined #ipfs
myidport[m] has joined #ipfs
WildFox has joined #ipfs
edrex has joined #ipfs
runde has quit [Ping timeout: 252 seconds]
spinza has quit [Quit: Coyote finally caught up with me...]
dexter0 has joined #ipfs
WildFox is now known as Guest5330
igel[m] has joined #ipfs
piajesse[m]1 has joined #ipfs
runde has joined #ipfs
freeflying has quit [Ping timeout: 255 seconds]
Mitar has quit [Ping timeout: 255 seconds]
freeflying has joined #ipfs
Mitar has joined #ipfs
toxync01- has quit [Remote host closed the connection]
toxync01 has joined #ipfs
Steverman has joined #ipfs
manray has joined #ipfs
manray has quit [Ping timeout: 255 seconds]
spinza has joined #ipfs
manray has joined #ipfs
merethan has quit [Remote host closed the connection]
manray has quit [Ping timeout: 258 seconds]
manray has joined #ipfs
<yeehi> Any suggestions for Free DNS servers?
<yeehi> Also, if there is a content provider who would like to try supporting their content using IPFS, what would be the best way to go about this? (podcast/website articles/ vlog)
<yeehi> Who would they contact for help? Is there a case study of how to "port" a website onto IPFS?
manray has quit [Ping timeout: 246 seconds]
manray has joined #ipfs
<olizilla> yeehi: ipfs-deploy is a brand new tool to publish sites to IPFS, and update cloudflare dns - https://github.com/agentofuser/ipfs-deploy
<olizilla> porting a large existing site to IPFS would make a great case study! Such a thing may exist already but I haven't seen it
manray has quit [Ping timeout: 268 seconds]
<yeehi> olizilla - thank you very much- that sounds exactly what i am looking for.
<yeehi> Cloudflare is a weakness in the internet. It is a single choke point on much of what is available.
<yeehi> is there some sort of alternative to cloudflare rwhich supports dnscrypt
<olizilla> i understand that concern
<yeehi> The reasonable clouldflare alternatives of which I am aware are:
<olizilla> I've no good advice there. the free part is tricky. I use dnsimple for some things, gandi.net for others, iwantmyname, digitalocean, bytemark, never had any problems with them
<yeehi> gandi.net is good
<yeehi> I don't know dnsimple
<yeehi> olizilla - are you a ipfs-deploy dev?
<olizilla> nope, though i did just submit a PR
<olizilla> i work on the ipfs webui and ipfs desktop
Steverman has quit [Quit: WeeChat 2.4]
<yeehi> olizilla - thank you very much indeed for supporting IPFS with your talents and time!
<yeehi> I think it is an important project and am grateful to you
Adbray has quit [Remote host closed the connection]
malaclyps has quit [Read error: Connection reset by peer]
manray has joined #ipfs
<olizilla> thanks! that means a lot. i'm just fixing what i can!
joocain2_ has quit [Ping timeout: 256 seconds]
malaclyps has joined #ipfs
joocain2 has joined #ipfs
manray has quit [Ping timeout: 244 seconds]
spinza has quit [Quit: Coyote finally caught up with me...]
Intensity has quit [Remote host closed the connection]
stavros has joined #ipfs
<stavros> Hello
<stavros> I am using IPFS Cluster and was wondering what happens after `pin_timeout` times out
manray has joined #ipfs
stavros_ has joined #ipfs
stavros_ has quit [Client Quit]
<stavros> Does the pin get retried? If not, can I `recover` it?
agentofuser has joined #ipfs
woss_io has joined #ipfs
manray has quit [Ping timeout: 252 seconds]
manray has joined #ipfs
Guest32482 is now known as psydroid
fimfx[m] has joined #ipfs
spinza has joined #ipfs
manray has quit [Ping timeout: 250 seconds]
lassulus has joined #ipfs
Guest5330 has quit [Quit: Guest5330]
lassulus has quit [Client Quit]
Guest5330 has joined #ipfs
Guest5330 is now known as WildFox
WildFox has quit [Client Quit]
Guest78583 has joined #ipfs
lassulus has joined #ipfs
Guest78583 has quit [Client Quit]
Guest78583 has joined #ipfs
manray has joined #ipfs
manray has quit [Ping timeout: 245 seconds]
ZaZ has quit [Read error: Connection reset by peer]
Guest78583 has quit [Quit: Guest78583]
Guest78583 has joined #ipfs
cris_thor has joined #ipfs
Guest78583 has quit [Client Quit]
* astuteguy[m] uploaded an image: Screenshot_20190501-191119.png (607KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/QeHraaoNLMnrGtsTeitUgRIz >
Guest78583 has joined #ipfs
manray has joined #ipfs
Guest78583 has quit [Client Quit]
Guest78583 has joined #ipfs
Guest78583 has quit [Client Quit]
cris_thor has quit [Client Quit]
Guest78583 has joined #ipfs
cris has joined #ipfs
Guest78583 has quit [Client Quit]
Guest78583 has joined #ipfs
manray has quit [Ping timeout: 255 seconds]
KempfCreative has joined #ipfs
stavrosk[m] has joined #ipfs
<stavrosk[m]> olizilla: There's also Hearth: https://hearth.eternum.io/
kapil____ has quit [Quit: Connection closed for inactivity]
DavidPH has joined #ipfs
maxzor has quit [Remote host closed the connection]
manray has joined #ipfs
manray has quit [Ping timeout: 250 seconds]
woss_io has quit [Read error: Connection reset by peer]
manray has joined #ipfs
woss_io has joined #ipfs
manray has quit [Ping timeout: 250 seconds]
manray has joined #ipfs
reit has quit [Ping timeout: 246 seconds]
manray has quit [Ping timeout: 244 seconds]
manray has joined #ipfs
Gib has joined #ipfs
zeden has joined #ipfs
manray has quit [Ping timeout: 246 seconds]
clemo has joined #ipfs
fauno has joined #ipfs
k\t has joined #ipfs
k\t has left #ipfs [#ipfs]
manray has joined #ipfs
<olizilla> stavrosk[m]: neat! the finder integration is very cool
<stavrosk[m]> olizilla: I think so too :)
manray has quit [Ping timeout: 245 seconds]
manray has joined #ipfs
m_tadeu has joined #ipfs
manray has quit [Ping timeout: 258 seconds]
KempfCreative has quit [Ping timeout: 244 seconds]
manray has joined #ipfs
manray has quit [Ping timeout: 246 seconds]
KempfCreative has joined #ipfs
vmx has quit [Ping timeout: 255 seconds]
lassulus has quit [Ping timeout: 268 seconds]
sfx2496 has quit [Ping timeout: 246 seconds]
woss_io has quit [Read error: Connection reset by peer]
mowcat has joined #ipfs
lassulus has joined #ipfs
mindCrime has joined #ipfs
zeden has quit [Quit: WeeChat 2.4]
Ai9zO5AP has joined #ipfs
zeden has joined #ipfs
stavros has quit [Quit: Connection closed for inactivity]
dsiypl4_ has joined #ipfs
woss_io has joined #ipfs
woss_io has quit [Read error: Connection reset by peer]
woss_io has joined #ipfs
Adbray has joined #ipfs
xcm has quit [Read error: Connection reset by peer]
xcm has joined #ipfs
jakehemmerle has joined #ipfs
ulrichard has quit [Remote host closed the connection]
kapil____ has joined #ipfs
ZaZ has joined #ipfs
JonOsterman has joined #ipfs
JonOsterman has quit [Max SendQ exceeded]
yeehi has quit [Quit: Konversation terminated!]
detran has quit [Ping timeout: 246 seconds]
abhiyerra has joined #ipfs
ZaZ1 has joined #ipfs
ZaZ2 has joined #ipfs
ZaZ has quit [Ping timeout: 245 seconds]
ZaZ has joined #ipfs
ZaZ1 has quit [Ping timeout: 258 seconds]
ZaZ2 has quit [Ping timeout: 258 seconds]
ZaZ1 has joined #ipfs
fauno has quit [Remote host closed the connection]
ZaZ2 has joined #ipfs
ZaZ has quit [Ping timeout: 246 seconds]
jakehemmerle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fauno has joined #ipfs
ZaZ1 has quit [Ping timeout: 246 seconds]
ZaZ1 has joined #ipfs
ZaZ has joined #ipfs
KempfCreative has quit [Ping timeout: 255 seconds]
ZaZ2 has quit [Ping timeout: 246 seconds]
ZaZ1 has quit [Ping timeout: 246 seconds]
MDude has quit [Ping timeout: 246 seconds]
jakehemmerle has joined #ipfs
jakehemmerle has quit [Client Quit]
jakehemmerle has joined #ipfs
carlosmarx has joined #ipfs
jesse22 has joined #ipfs
plexigras has joined #ipfs
Gib has quit [Ping timeout: 256 seconds]
dsiypl4_ has quit [Remote host closed the connection]
dsiypl4_ has joined #ipfs
dsiypl4_ has quit [Remote host closed the connection]
dsiypl4_ has joined #ipfs
clemo has quit [Ping timeout: 246 seconds]
DavidPH has quit [Remote host closed the connection]
<swedneck_test> what does this mean?
<swedneck_test> `Error: cannot acquire lock: Lock FcntlFlock of /home/tim/.ipfs/repo.lock failed: resource temporarily unavailable`
<swedneck_test> i decided to just make a new ipfs repo since the old one was apparently fucked, but i copied back the config and keystore
<swedneck_test> was that not good?
Ai9zO5AP has quit [Ping timeout: 246 seconds]
mateusbs17 is now known as mateusbs17|brb
dsiypl4_ has quit [Ping timeout: 246 seconds]
ZaZ1 has joined #ipfs
kapil____ has quit [Quit: Connection closed for inactivity]
ZaZ has quit [Ping timeout: 258 seconds]
<swedneck_test> hmm, it seems to work sometimes
jesse22_ has joined #ipfs
Ai9zO5AP has joined #ipfs
fauno has quit [Remote host closed the connection]
fauno has joined #ipfs
jesse22 has quit [Ping timeout: 276 seconds]
dsiypl4_ has joined #ipfs
oed3[m] has joined #ipfs
abhi_[m] has joined #ipfs
Jesin has quit [Quit: Leaving]
jakehemmerle has quit [Quit: Textual IRC Client: www.textualapp.com]
yhwh has joined #ipfs
Jesin has joined #ipfs
MDude has joined #ipfs
MDead has joined #ipfs
MDude has quit [Ping timeout: 245 seconds]
MDead is now known as MDude
ansuz has joined #ipfs
ansuz has left #ipfs [#ipfs]
MDude has quit [Ping timeout: 246 seconds]
Mutter has joined #ipfs
Mutter has quit [Client Quit]
merethan has joined #ipfs
abhiyerra has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Kingsqueee has joined #ipfs
fckrkcf has left #ipfs ["WeeChat 2.4"]
abhiyerra has joined #ipfs
jesse22_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jesse22 has joined #ipfs
Ai9zO5AP has quit [Ping timeout: 245 seconds]
i9zO5AP has joined #ipfs
artash has joined #ipfs
i9zO5AP has quit [Quit: WeeChat 2.4]
<swedneck_test> hmm, the webui is also reporting my node as 0.4.18 somehow
Nd-969-M has joined #ipfs
artash has quit [Read error: Connection reset by peer]
ZaZ1 has quit [Read error: Connection reset by peer]
dsiypl4_ has quit [Remote host closed the connection]
<swedneck_test> aha, it was siderus orion already running its own node :D
Sentark has joined #ipfs
jakehemmerle has joined #ipfs
jakehemmerle has quit [Client Quit]
jakehemmerle has joined #ipfs
pecastro has joined #ipfs
alexgr has quit [Quit: Leaving]
woss_io has quit [Ping timeout: 252 seconds]
woss_io has joined #ipfs
fauno_ has joined #ipfs
fauno has quit [Ping timeout: 246 seconds]
fauno_ is now known as fauno
maxzor has joined #ipfs
huba[m] has joined #ipfs
woss_io has quit [Ping timeout: 250 seconds]
plexigras has quit [Ping timeout: 252 seconds]
yhwh has quit [Ping timeout: 255 seconds]
Sentark has quit [Quit: Sleeping]
astrofog has joined #ipfs
jesse22_ has joined #ipfs
fauno has quit [Remote host closed the connection]
fauno has joined #ipfs
jesse22 has quit [Ping timeout: 276 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
__jrjsmrtn__ has joined #ipfs
_jrjsmrtn has quit [Ping timeout: 255 seconds]
rcat has quit [Remote host closed the connection]
fauno_ has joined #ipfs
fauno has quit [Ping timeout: 246 seconds]
fauno_ is now known as fauno
mindCrime has quit [Ping timeout: 252 seconds]
stoopkid has quit [Quit: Connection closed for inactivity]
dsiypl4 has joined #ipfs
agentofuser has quit [Quit: Connection closed for inactivity]
rozie has quit [Ping timeout: 246 seconds]
r0n1n has quit [Read error: Connection reset by peer]
carlosmarx has quit [Ping timeout: 244 seconds]
rozie has joined #ipfs
seba- has quit [Ping timeout: 245 seconds]
spinza has quit [Quit: Coyote finally caught up with me...]
lennox has left #ipfs [#ipfs]
carlosmarx has joined #ipfs
spinza has joined #ipfs
pecastro has quit [Ping timeout: 246 seconds]
jimmied has joined #ipfs
_nkls_ has quit [Remote host closed the connection]
_nkls_ has joined #ipfs
_nkls_ has quit [Read error: Connection reset by peer]
_nkls_ has joined #ipfs
Jesin has quit [Quit: Leaving]
Jesin has joined #ipfs
_nkls_ has quit [Remote host closed the connection]
_nkls_ has joined #ipfs
maxzor has quit [Remote host closed the connection]
BenLubar has quit [Ping timeout: 250 seconds]
BenLubar has joined #ipfs
astrofog has quit [Remote host closed the connection]
The_8472 has quit [Ping timeout: 240 seconds]
hurikhan77 has joined #ipfs
kakra has quit [Ping timeout: 258 seconds]
The_8472 has joined #ipfs
m_tadeu has quit [Ping timeout: 258 seconds]
m_tadeu has joined #ipfs