stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.21 and js-ipfs 0.35 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
sav-at-work has quit [Quit: sav-at-work]
}ls{ has quit [Ping timeout: 245 seconds]
}ls{ has joined #ipfs
__jrjsmrtn__ has joined #ipfs
__jrjsmr- has quit [Ping timeout: 272 seconds]
sav-at-work has joined #ipfs
sav-at-work has quit [Client Quit]
xelra has joined #ipfs
lord| has quit [Quit: WeeChat 2.5]
lord| has joined #ipfs
mithilarun has quit [Remote host closed the connection]
lord| has quit [Quit: WeeChat 2.5]
<swedneck>
is it normal to have multiple instances of the ipfs daemon?..
lord| has joined #ipfs
<swedneck>
for some reason i get 11 instances o_O
<swedneck>
okay never mind i have waaaaaay more on my desktop, i guess that's just how things work, though all of them having a different PID seems strange
MDude has quit [Ping timeout: 244 seconds]
appa_ has joined #ipfs
<postables[m]2>
swedneck: you talking about output from something like `htop`
<Swedneck2>
yes
<Swedneck2>
CPU usage is also very high for some reason
grinja has quit [Quit: Leaving]
sav-at-work has joined #ipfs
<deltab>
do they disappear if you press capital H ?
<swedneck[GMT1][m>
yep
<deltab>
H toggles thread display
<deltab>
one process, 11 threads
<Swedneck2>
ah
<Swedneck2>
that's good to know
<Swedneck2>
still worried about the cpu usage, it seems to have coincided with our riot instance going out of wack
<Swedneck2>
(it's served by nginx reverse proxying to the ipfs gateway)
baojg has quit [Remote host closed the connection]
Ecran has joined #ipfs
Ecran has quit [Client Quit]
baojg_ has joined #ipfs
rendar has joined #ipfs
malaclyps has quit [Read error: Connection reset by peer]
malaclyps has joined #ipfs
DavidPH has joined #ipfs
plexigras has quit [Ping timeout: 268 seconds]
grinja has joined #ipfs
plexigras has joined #ipfs
kmunk1975 has joined #ipfs
<kmunk1975>
Hello ipfs
ReverseOsmosis has joined #ipfs
toxync01- has quit [Ping timeout: 245 seconds]
toxync01 has joined #ipfs
aarshkshah1992 has joined #ipfs
<kmunk1975>
can you help me, im a newbie to ipfs(protocol lab)work?
<kmunk1975>
but have tech (autodidact) knowlegde of basic stuff.
<swedneck>
help you how?
Moritonal has joined #ipfs
kapilp has joined #ipfs
<kmunk1975>
i want to join the project, IPFS, and make a little presentation on it, on bornhack.dk camp
xcm has quit [Remote host closed the connection]
xcm has joined #ipfs
aarshkshah1992 has quit [Remote host closed the connection]
ReverseOsmosis has quit [Quit: Konversation terminated!]
ReverseOsmosis has joined #ipfs
ReverseOsmosis has left #ipfs [#ipfs]
ReverseOsmosis has joined #ipfs
PhonThiaK has quit [Quit: -a- IRC for Android 2.1.52]
<voker57>
that's intent, not a way to help you
<kmunk1975>
yeah I know.
Ecran has joined #ipfs
<kmunk1975>
but its summer heatwave here! So need help to understand the filesystem and adressing! and protokol. the meaning of Ipfs!
<swedneck>
well ipfs.io gives a good overview of how things work
<swedneck>
not sure how up to date the whitepaper is
<kmunk1975>
yes. and i try to use it (install, fork on github, read on) and get involved through irc and forum..
<kmunk1975>
so we talk later if i directly need help or can give some help. Ok?
Newami has joined #ipfs
lnostdal has quit [Quit: "Fascism, Nazism, Communism and Socialism are only superficial variations of the same monstrous theme—collectivism." -- Ayn Rand]
<kmunk1975>
how to insert a photo / photo link here? kiwi web irc?
<voker57>
just copypaste a link?
shizy has joined #ipfs
Moritonal has quit [Remote host closed the connection]
Moritonal has joined #ipfs
<swedneck>
add it to ipfs and post a gateway link :P
<swedneck>
or just use matrix instead which has image upload natively
Moritonal has quit [Remote host closed the connection]
}ls{ has joined #ipfs
shizy has quit [Ping timeout: 248 seconds]
<kmunk1975>
yeah i know but then share the adress here
Ecran has quit [Remote host closed the connection]
<swedneck>
is there any way to diagnose what's causing my ipfs daemon to use so much CPU?
rendar has quit []
royal has joined #ipfs
royal has left #ipfs [#ipfs]
<postables[m]2>
One way would be to check the Prometheus end point to see things like peer counts goeoutines
<swedneck>
how do i do that?
Encrypt has joined #ipfs
xcm has quit [Read error: Connection reset by peer]
xcm has joined #ipfs
coralreef has joined #ipfs
merethan has joined #ipfs
coralreef has quit [Remote host closed the connection]
coralreef has joined #ipfs
mithilarun has joined #ipfs
<coralreef>
Question: when I add a file to IPFS, data immediately gets sent somewhere. Where's it going to?
mithilarun has quit [Remote host closed the connection]
<swedneck>
on linux at least it goes into /home/$USER/.ipfs by default
<swedneck>
not sure about windows
souvikhaldar has joined #ipfs
reit has joined #ipfs
souvikhaldar has quit [Ping timeout: 244 seconds]
plexigras has joined #ipfs
shizy has joined #ipfs
hqdruxn08__ has joined #ipfs
<coralreef>
swedneck thanks, I meant in terms of the network. I'm using the in browser js-ipfs library and logging data sent. As soon as I add a file, data gets sent somewhere. Curious to know where
<swedneck>
presumably that's your node advertising the data it has to the rest of the network, but i've never used js-ipfs
hqdruxn08_ has quit [Ping timeout: 246 seconds]
Dmitry56 has quit [Remote host closed the connection]
<coralreef>
It sends data approximately the same size of the file, so I'm thinking maybe theres a gateway or peer whose told to cache it?
<npfoss[m]1>
coralreef: js-ipfs automatically connects to a few bootstrap nodes, so that's some of the network activity you're seeing. swedneck is right, when you add content you advertise to your peers that you can provide that hash
<npfoss[m]1>
oh hm interesting. is the file large?
<coralreef>
25mb video file
<npfoss[m]1>
maybe the bootstrap nodes (likely also gateways) are pre-caching it? I'm not sure
<npfoss[m]1>
are you able to see where it's being sent? if you're using the http client I think the real node runs locally and sends stuff to and from the browser (in which case it should be sent to localhost)
merethan has quit [Read error: Connection reset by peer]
merethan has joined #ipfs
<coralreef>
i'm importing the js library from a CDN and accessing the window.ipfs object in the browser, so to be honest I have no idea how the backend of this is working
<swedneck>
ironic, using a CDN to load software that forms a decentralized CDN
<swedneck>
:D
aarshkshah1992 has joined #ipfs
coralreef has quit [Ping timeout: 260 seconds]
coralreef54 has joined #ipfs
coralreef54 has left #ipfs [#ipfs]
coralreef has joined #ipfs
<npfoss[m]1>
hm yeah definitely not localhost then haha
<coralreef>
ah my internet crashed, is there a way to see the chat logs I missed
<npfoss[m]1>
you didn't miss anything useful, but you could join via matrix (riot) or discord (https://discord.gg/pGdV9V) to see past messages