stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.5.0-rc4 and js-ipfs 0.41 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
hurikhan77 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
mauz555 has quit [Remote host closed the connection]
hurikhan77 has joined #ipfs
r4nx has quit [Quit: Leaving]
}ls{ has quit [Ping timeout: 260 seconds]
fabianhjr has joined #ipfs
}ls{ has joined #ipfs
JojoBabie has joined #ipfs
JojoBabie has quit [Ping timeout: 240 seconds]
Xeyame has joined #ipfs
dethos has quit [Ping timeout: 256 seconds]
qgnox[m] has joined #ipfs
reit has quit [Ping timeout: 244 seconds]
dwilliams has joined #ipfs
mowcat has quit [Remote host closed the connection]
_whitelogger has joined #ipfs
fengdaolong has quit [Ping timeout: 265 seconds]
fengdaolong has joined #ipfs
<fabianhjr> Quick question, I was reading the page on DNSlink and didn't find any mention if it works with IPNS, ¿Does it? I am having trouble connecting with a new recently created IPNS set up as a DNSLINK :C
Belkaar has quit [Ping timeout: 240 seconds]
jrt is now known as Guest53465
Guest53465 has quit [Killed (tolkien.freenode.net (Nickname regained by services))]
jrt has joined #ipfs
Belkaar has joined #ipfs
Belkaar has joined #ipfs
choward6 has joined #ipfs
jonfle has joined #ipfs
choward has quit [Ping timeout: 258 seconds]
choward6 is now known as choward
Taoki has quit [Read error: Connection reset by peer]
jcea has quit [Quit: jcea]
Taoki has joined #ipfs
jonfle has quit [Quit: Textual IRC Client: www.textualapp.com]
jonfle has joined #ipfs
jonfle has quit [Client Quit]
jonfle has joined #ipfs
Taoki has quit [Read error: Connection reset by peer]
Taoki has joined #ipfs
Taoki has quit [Client Quit]
Taoki has joined #ipfs
Taoki has quit [Client Quit]
Taoki has joined #ipfs
turona has quit [Ping timeout: 272 seconds]
jonfle_ has joined #ipfs
jonfle has quit [Ping timeout: 265 seconds]
turona has joined #ipfs
Pie-jacker875 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Pie-jacker875 has joined #ipfs
jorge has quit [Quit: jorge]
jorge has joined #ipfs
caskd has quit [Ping timeout: 260 seconds]
<TraderOne[m]> It does, but It's better to not use it that way.
<fabianhjr> Yeah, not getting quite the performance I was expecting :C
jokilovisk has joined #ipfs
jokilovisk has quit [Remote host closed the connection]
}ls{ has quit [Quit: real life interrupt]
cobalt00 has joined #ipfs
fengdaolong has quit [Ping timeout: 260 seconds]
fengdaolong has joined #ipfs
cobalt00 has quit [Ping timeout: 246 seconds]
riemann has quit [Ping timeout: 240 seconds]
riemann has joined #ipfs
Xesxen has quit [Remote host closed the connection]
dwilliams has quit [Ping timeout: 260 seconds]
Guest35580 has quit [Ping timeout: 256 seconds]
Xesxen has joined #ipfs
pepol has joined #ipfs
pepol is now known as Guest3467
KempfCreative has quit [Ping timeout: 240 seconds]
endvra has quit [Read error: Connection reset by peer]
endvra has joined #ipfs
cxl000 has quit [Quit: Leaving]
dwilliams has joined #ipfs
dwilliams has quit [Ping timeout: 244 seconds]
bren2010 has quit [Quit: l8r sk8rs]
bren2010 has joined #ipfs
Guest3467 has quit [Ping timeout: 240 seconds]
pepol has joined #ipfs
pepol is now known as Guest41015
piotrszegda[m] has joined #ipfs
xcm has quit [Remote host closed the connection]
fabianhjr has quit [Quit: Leaving.]
xcm has joined #ipfs
reit has joined #ipfs
Soo_Slow has joined #ipfs
rendar has joined #ipfs
jorge has quit [Ping timeout: 244 seconds]
Intensity has quit [Remote host closed the connection]
tstock_007 has quit [Remote host closed the connection]
tstock_007 has joined #ipfs
tstock_007 has quit [Ping timeout: 240 seconds]
mauz555 has joined #ipfs
daoman[m] has joined #ipfs
tstock_007 has joined #ipfs
<RubenKelevra[m]> It works fine with IPNS and the performance is also fine.
<RubenKelevra[m]> Make sure to set these flags on your client:
<RubenKelevra[m]> ` --enable-pubsub-experiment --enable-namesys-pubsub`
fazo96 has joined #ipfs
tstock_007 has quit [Ping timeout: 260 seconds]
fazo96 has quit [Ping timeout: 260 seconds]
cxl000 has joined #ipfs
fazo96 has joined #ipfs
<drathir> from curiosity what is default behavior adding tw same files with different names ? does it save space and "symlink" to exist file or add it as separate object ?
tstock_007 has joined #ipfs
indisturbed has joined #ipfs
cobalt00 has joined #ipfs
outcrops8 has joined #ipfs
_whitelogger has joined #ipfs
RingtailedFox has quit [Ping timeout: 244 seconds]
jorge_ has joined #ipfs
pecastro has joined #ipfs
tstock_007 has quit [Ping timeout: 244 seconds]
outcrops8 has quit [Quit: Quit]
jorge_ has quit [Read error: Connection reset by peer]
jorge has joined #ipfs
caskd has joined #ipfs
<RubenKelevra[m]> drathir:
<RubenKelevra[m]> all files will be cut in chunks of 256 KByte
<RubenKelevra[m]> if a chunk has the same checksum, it won't be stored a second time
<RubenKelevra[m]> if a file is exactly the same, it won't use ANY additional storage, since the filenames are not stored in the files, but in the folders
<RubenKelevra[m]> you can also dedup files like, from VMs which change in size or shift the data around, you need to specify either the rabin chunker or the buzzhash chunker for that. Those chunkers are rolling checksums, which will end up spitting out cut marks for IPFS to detect certain positions in the file.
<RubenKelevra[m]> so if you shift some data around, the cut marks will basiclly stay the same, except around the changed area, so you can dedup pretty nicely even if the file size changes
<RubenKelevra[m]> but symlinks are a bad example, think of IPFS as it has only reflinks. :)
tstock_007 has joined #ipfs
fazo96 has quit [Ping timeout: 260 seconds]
detran has quit [Quit: ZNC 1.7.4 - https://znc.in]
detran has joined #ipfs
user_51 has joined #ipfs
tstock_007 has quit [Ping timeout: 246 seconds]
<RubenKelevra[m]> fabianhjr: I tried to lookup my DNSlink with IPNS, takes between 150 and 250 ms
fazo96 has joined #ipfs
tstock_007 has joined #ipfs
lord| has quit [Quit: https://i.imgur.com/xacQ09F.mp4]
lord| has joined #ipfs
bren2010 has quit [Quit: l8r sk8rs]
bren2010 has joined #ipfs
misuto has quit [Quit: Ping timeout (120 seconds)]
misuto has joined #ipfs
tstock_007 has quit [Ping timeout: 244 seconds]
grenbriar has joined #ipfs
grenbriar has quit [Client Quit]
indisturbed has quit [Quit: WeeChat 2.8]
dethos has joined #ipfs
grenbriar has joined #ipfs
ipfs-stackbot1 has quit [Remote host closed the connection]
tstock_007 has joined #ipfs
ipfs-stackbot1 has joined #ipfs
eyenx has quit [Ping timeout: 260 seconds]
tstock_007 has quit [Ping timeout: 246 seconds]
fazo96 has quit [Ping timeout: 260 seconds]
kivutar has quit [Ping timeout: 246 seconds]
}ls{ has joined #ipfs
eyenx has joined #ipfs
alfplayer[m] has joined #ipfs
kivutar has joined #ipfs
Ecran has joined #ipfs
se7en has quit [Ping timeout: 265 seconds]
se7en has joined #ipfs
rawr has quit [Quit: They're putting dbus in the kernel. For fairness, I want a Java RMI registry in the linux kernel too. dont @ me]
grenbriar has quit [Quit: Leaving]
grenbriar has joined #ipfs
kivutar has quit [Ping timeout: 260 seconds]
rawr has joined #ipfs
jcea has joined #ipfs
Trieste has quit [Ping timeout: 260 seconds]
Trieste has joined #ipfs
kivutar has joined #ipfs
cipres has joined #ipfs
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Soo_Slow has quit [Quit: Soo_Slow]
<ipfs-stackbot1> New IPFS question on StackOverflow: What am I doing wrong on reproducing CID's hash digest in ipfs dag-cbor - https://stackoverflow.com/questions/61440986/what-am-i-doing-wrong-on-reproducing-cids-hash-digest-in-ipfs-dag-cbor
tstock_007 has joined #ipfs
strategydidaster has joined #ipfs
grenbriar has quit [Quit: Leaving]
rardiol has quit [Ping timeout: 240 seconds]
grenbriar has joined #ipfs
ygrek has joined #ipfs
Pie-jacker875 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
kivutar has quit [Ping timeout: 260 seconds]
Pie-jacker875 has joined #ipfs
grenbriar has quit [Quit: Leaving]
grenbriar has joined #ipfs
grenbriar has quit [Remote host closed the connection]
tstock_007 has quit [Ping timeout: 260 seconds]
kivutar has joined #ipfs
strategydidaster has left #ipfs ["User left"]
dazai[m]2 has joined #ipfs
<dazai[m]2> so when I use --mount option on the daemon the localhost gateway on 8080 doesn't start up, and it causes ipfs companion to break since it converts urls to use the local gateway
<dazai[m]2> how do i fix this?
kaotisk-irc has joined #ipfs
grenbriar has joined #ipfs
grenbriar has quit [Remote host closed the connection]
grenbriar has joined #ipfs
grenbriar has quit [Remote host closed the connection]
grenbriar has joined #ipfs
kaotisk-irc has quit [Quit: Leaving]
rardiol has joined #ipfs
Guest26 has joined #ipfs
kivutar has quit [Ping timeout: 260 seconds]
pepoospina has joined #ipfs
pepoospina[m] has joined #ipfs
kivutar has joined #ipfs
_jrjsmrtn has quit [Ping timeout: 240 seconds]
__jrjsmrtn__ has joined #ipfs
<pepoospina[m]> Hi there :), I am looking for a freelancer with experience using `ipfs-http-client` and IPFS to help review our app and fix some issues we are having. It should be quite straightforward for someone with experience. We are working on www.uprtcl.io btw
<pepoospina[m]> This is the issue we are seeing when trying to work with a local IPFS node instead of infura
pepoospina has quit [Remote host closed the connection]
Guest26 has quit [Quit: Connection closed]
tragique[m] has joined #ipfs
<pepoospina[m]> You can contact me on Keybase @pepoospina if you are interested in the gig. If you know someone who might be intereset, please thare this with them
cipres has quit [Read error: No route to host]
<pepoospina[m]> * You can contact me on Keybase @pepoospina if you are interested in the gig. If you know someone who might be interested, please thare this with them
<pepoospina[m]> * You can contact me on Keybase @pepoospina if you are interested in the gig. If you know someone who might be interested, please share this with them
Ecran has joined #ipfs
tragique[m] has left #ipfs ["User left"]
fabianhjr has joined #ipfs
kivutar has quit [Ping timeout: 244 seconds]
tstock_007 has joined #ipfs
manray has joined #ipfs
kivutar has joined #ipfs
manray has quit [Quit: WeeChat 2.8]
dwilliams has joined #ipfs
RingtailedFox has joined #ipfs
jibibibo has joined #ipfs
endvra has quit [Read error: Connection reset by peer]
jibibibo has quit [Client Quit]
jibibibo has joined #ipfs
endvra has joined #ipfs
tstock_007 has quit [Ping timeout: 260 seconds]
mowcat has joined #ipfs
<RubenKelevra[m]> <dazai[m]2 "so when I use --mount option on "> Could be this issue:
kivutar has quit [Ping timeout: 260 seconds]
Pie-jacker875 has quit [Read error: Connection reset by peer]
Pie-jacker875 has joined #ipfs
kivutar has joined #ipfs
ZaZ has joined #ipfs
KempfCreative has joined #ipfs
tstock_007 has joined #ipfs
jibibibo has left #ipfs [#ipfs]
grenbriar has quit [Quit: Leaving]
grenbriar has joined #ipfs
mowcat has quit [Remote host closed the connection]
mowcat has joined #ipfs
null1337 has joined #ipfs
manray has joined #ipfs
manray has quit [Client Quit]
manray has joined #ipfs
manray has quit [Client Quit]
manray has joined #ipfs
jorge has quit [Remote host closed the connection]
jorge has joined #ipfs
SomeguyDiscord[4 is now known as Someguy3771[m]
kivutar has quit [Ping timeout: 260 seconds]
B3NNYDiscord[m] has left #ipfs ["User left"]
B8Discord[m] has left #ipfs ["User left"]
bren2010 has quit [Quit: l8r sk8rs]
bren2010 has joined #ipfs
jorge has quit [Quit: jorge]
jorge has joined #ipfs
camDiscord[m] has joined #ipfs
eyenx has quit [Quit: bye]
eyenx has joined #ipfs
eyenx has quit [Changing host]
eyenx has joined #ipfs
bren2010 has quit [Quit: l8r sk8rs]
kivutar has joined #ipfs
bren2010 has joined #ipfs
LandrylDiscord[m has joined #ipfs
rendar has quit []
AkaibuDiscord[m] has joined #ipfs
Amabella has joined #ipfs
Amabella has quit [Client Quit]
RingtailedFox has quit [Ping timeout: 244 seconds]
rardiol has quit [Ping timeout: 240 seconds]
rardiol has joined #ipfs
MJMCPDiscord[m] has joined #ipfs
fazo96 has joined #ipfs
CryptoRootzDisco has joined #ipfs
RingtailedFox has joined #ipfs
<TraderOne[m]> mionutm (Discord): it is searching for not corrupted block in the network
RupersiaDiscord4 has joined #ipfs
kivutar has quit [Ping timeout: 265 seconds]
Ai9zO5AP has quit [Ping timeout: 240 seconds]
xaviorDiscord[m] has joined #ipfs
Ai9zO5AP has joined #ipfs
kivutar has joined #ipfs
MachiavelaDisco4 has joined #ipfs
bprDiscord[m] has joined #ipfs
SofiFlor has joined #ipfs
craigmayhewDisco has joined #ipfs
SofiFlor has quit [Client Quit]
vladimir[m]1 has joined #ipfs
cipres has joined #ipfs
ArronDiscord[m] has joined #ipfs
MatrixBot11 has joined #ipfs
MJMCPDiscord[m]1 has joined #ipfs
zennist has joined #ipfs
zennist has left #ipfs [#ipfs]
fazo96 has quit [Ping timeout: 260 seconds]
M321letsjamDisco has joined #ipfs
xcm has quit [Remote host closed the connection]
Nact has joined #ipfs
xcm has joined #ipfs
cobalt00 has quit [Read error: Connection reset by peer]
warfacekillaDisc has joined #ipfs
Encrypt has quit [Ping timeout: 265 seconds]
Encrypt has joined #ipfs
cobalt00 has joined #ipfs
MatrixBot11 has quit [Remote host closed the connection]
xelra has quit [Remote host closed the connection]
whitestoneDiscor has joined #ipfs
cobalt00 has quit [Read error: Connection reset by peer]
rardiol has quit [Quit: No Ping reply in 180 seconds.]
rardiol has joined #ipfs
cobalt00 has joined #ipfs
kivutar has quit [Ping timeout: 260 seconds]
kivutar has joined #ipfs
tryte has quit [Ping timeout: 240 seconds]
tryte has joined #ipfs
tstock_007 has quit [Remote host closed the connection]
tstock_007 has joined #ipfs
mionutmDiscord[m has joined #ipfs
RingtailedFox has quit [Ping timeout: 240 seconds]
tstock_007 has quit [Ping timeout: 260 seconds]
KyziteGamingDisc has joined #ipfs
tstock_007 has joined #ipfs
RingtailedFox has joined #ipfs
jackcjnDiscord[m has joined #ipfs
GiyomuDiscord[m4 has joined #ipfs
GiyomuDiscord[m4 is now known as Giyomu3027[m]
jorge has quit [Read error: Connection reset by peer]
jorge has joined #ipfs
mowcat has quit [Remote host closed the connection]
MairkurDiscord[4 has joined #ipfs
KempfCreative has quit [Ping timeout: 240 seconds]
jorge has quit [Quit: jorge]
jorge has joined #ipfs
jorge has quit [Client Quit]
jorge has joined #ipfs
jorge has quit [Read error: Connection reset by peer]
jorge has joined #ipfs
objaction[m] has joined #ipfs
Jesin has quit [Quit: Leaving]
Jesin has joined #ipfs
kamid has joined #ipfs
dwilliams has quit [Ping timeout: 246 seconds]
FultonDiscord[m] has joined #ipfs
RingtailedFox has quit [Ping timeout: 244 seconds]
xcm is now known as Guest93180
Guest93180 has quit [Killed (karatkievich.freenode.net (Nickname regained by services))]
xcm has joined #ipfs
indisturbed has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
pecastro has quit [Ping timeout: 244 seconds]
cobalt00 has quit [Remote host closed the connection]
RingtailedFox has joined #ipfs
arthur has quit [Ping timeout: 240 seconds]
manray has quit [Ping timeout: 240 seconds]
arthur has joined #ipfs
SatoshiUNO has joined #ipfs
user_51 has quit [Ping timeout: 260 seconds]
cipres has quit [Ping timeout: 260 seconds]
vimclippy has quit [Ping timeout: 258 seconds]
vimclippy has joined #ipfs
dethos has quit [Ping timeout: 244 seconds]
<stebalien> Swedneck: you could re-build with `make build GOTAGS=openssl` to reduce CPU usage significantly, but I'm not sure why your node is slow. Could you file a bug report with the version, what you mean by "slow", and what you were doing at the time.
manray has joined #ipfs
ipfs-stackbot1 has quit [Remote host closed the connection]
<Swedneck[m]> Slow as in slow to fetch things, i'm reverse proxying the http gateway using Apache and it takes like 30sec to load a CID that another node on my LAN has pinned
<Swedneck[m]> This is on a rockpro64 running nextcloudpi
KempfCreative has joined #ipfs
ipfs-stackbot1 has joined #ipfs
jrt has quit [Ping timeout: 260 seconds]