Kubuxu changed the topic of #ipfs to: go-ipfs 0.4.14 is out! Try out all the new features: https://dist.ipfs.io/go-ipfs/v0.4.14 | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://botbot.me/freenode/ipfs/ | Forums: https://discuss.ipfs.io | Code of Conduct: https://git.io/vVBS0"
weez17 has quit [Remote host closed the connection]
weez17 has joined #ipfs
pepesza- has quit [Ping timeout: 240 seconds]
clemo has quit [Ping timeout: 252 seconds]
treora has quit [Quit: No Ping reply in 180 seconds.]
treora has joined #ipfs
pepesza has joined #ipfs
ONI_Ghost has joined #ipfs
ONI_Ghost has quit [Changing host]
ONI_Ghost has joined #ipfs
jesse22 has joined #ipfs
infinity0_ has joined #ipfs
infinity0_ has quit [Changing host]
infinity0 has joined #ipfs
infinity0 has quit [Killed (hitchcock.freenode.net (Nickname regained by services))]
wrouesnel has quit [Remote host closed the connection]
tenchooo has quit [Quit: The Lounge - PirateNet]
tenchooo has joined #ipfs
wrouesnel has joined #ipfs
moet has joined #ipfs
<M-flyingzumwalt> lgierth hsanjuan could you comment on this? https://github.com/ipfs/docs/issues/62#issuecomment-378441003
colatkinson has joined #ipfs
nicu has quit [Quit: nicu]
shizy has joined #ipfs
wmoh1 has quit [Ping timeout: 264 seconds]
colatkinson has quit [Quit: colatkinson]
foxmulder[m] has joined #ipfs
pvh has quit [Quit: Connection closed for inactivity]
Oatmeal has quit [Ping timeout: 240 seconds]
user51 has joined #ipfs
user_51 has quit [Ping timeout: 264 seconds]
<lgierth> M-flyingzumwalt: ack
yhwh has quit [Remote host closed the connection]
yhwh has joined #ipfs
tpircs has joined #ipfs
dimitarvp has quit [Quit: Bye]
Oatmeal has joined #ipfs
shizy has quit [Ping timeout: 240 seconds]
upperdeck has quit [Ping timeout: 240 seconds]
rngkll has quit [Remote host closed the connection]
upperdeck has joined #ipfs
rngkll has joined #ipfs
rngkll has quit [Ping timeout: 260 seconds]
}ls{ has quit [Ping timeout: 264 seconds]
Neomex has joined #ipfs
upperdeck has quit [Ping timeout: 256 seconds]
upperdeck has joined #ipfs
}ls{ has joined #ipfs
vivus has joined #ipfs
pcardune has quit [Remote host closed the connection]
pcardune has joined #ipfs
TrUsT_n1 has joined #ipfs
pcardune has quit [Ping timeout: 264 seconds]
hamo has joined #ipfs
hamo has quit [Changing host]
hamo has joined #ipfs
ericxtang has joined #ipfs
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
pcardune has joined #ipfs
lupine has quit [Remote host closed the connection]
lupine has joined #ipfs
pcardune has quit [Ping timeout: 260 seconds]
pcardune has joined #ipfs
}ls{ has quit [Ping timeout: 248 seconds]
pcardune has quit [Ping timeout: 264 seconds]
gmoro_ has joined #ipfs
}ls{ has joined #ipfs
gmoro has quit [Ping timeout: 260 seconds]
Mathew[m]1 has joined #ipfs
l2d has quit [Remote host closed the connection]
l2d has joined #ipfs
ericxtang has quit [Remote host closed the connection]
ericxtang has joined #ipfs
ericxtang has quit [Ping timeout: 260 seconds]
smuten has joined #ipfs
jkrone has joined #ipfs
chriscool1 has joined #ipfs
hamo has quit [Ping timeout: 260 seconds]
TrUsT_n1 has quit [Remote host closed the connection]
pcardune has joined #ipfs
pcardune has quit [Ping timeout: 240 seconds]
<Renich> Hello
<Renich> I need to be able to add files to a directory; which I've created with ipfs files mkdir my-dir
<Renich> how? Is there some flag I am not seeing in ipfs add?
* Renich has v0.4.14
lnostdal has quit [Ping timeout: 260 seconds]
ecloud is now known as ecloud_wfh
<lanzafame> Renich: I believe you are after `ipfs files write --create /my-dir/new-file <data>`
<lanzafame> see `ipfs files write --help` for more examples and flags
<Renich> lanzafame: thanks. I will check it.
smuten has quit [Ping timeout: 276 seconds]
Xiti has quit [Ping timeout: 256 seconds]
<Renich> lanzafame: OK, but then I'd have to parse my huge directory and the gillion files and subdirs it contains?
<Renich> can't I just ipfs add --to-dir=/test -r --nocopy /some/files??
M0x1d[m] has joined #ipfs
moet has quit [Ping timeout: 248 seconds]
<lanzafame> good question, my understanding of unixfs is very limited, Magik6k or hsanjuan maybe able to provide an answer to that?
pcardune has joined #ipfs
ulrichard has joined #ipfs
<Renich> lanzafame: thanks for the help, though. ;)
<lanzafame> Glad to help, I also am interested in the answer now too :P
pcardune has quit [Ping timeout: 260 seconds]
<lanzafame> Renich: aah I figured out how to do it
<lanzafame> so after adding files/dirs via `ipfs add` you can then either `ipfs files cp /ipfs/<hash> /my-dir/file2.txt` or `ipfs files mv /ipfs/<hash> /my-dir/file2.txt`
<lanzafame> hm not `mv` that doesn't work
Ekho has quit [Ping timeout: 240 seconds]
<Renich> OK
<Renich> So cp it is. I'll try that.
<Renich> by some odd limitation, IPFS stops adding my dir at ~40 GB
<Renich> I'll add subdir by subdir to see if that helps
Ekho- has joined #ipfs
lnostdal has joined #ipfs
dvim has joined #ipfs
<lanzafame> hmm maybe have a look at https://github.com/ipfs/go-ipfs/issues/3885#issuecomment-326762633 regarding adding a ~40GB dir
nivekuil` has quit [Ping timeout: 240 seconds]
nivekuil has joined #ipfs
chowie has quit [Ping timeout: 240 seconds]
<lanzafame> Renich: also see https://github.com/ipfs/notes/issues/212
<Renich> lanzafame: yep, the large data sets part I had seen. I'll read the other link
<Renich> lanzafame: ah, great, so turn off the daemon
Xiti has joined #ipfs
chowie has joined #ipfs
<lanzafame> though I feel like that shouldn't be necessary with the `--local` flag, will need to check that...
jkrone has quit [Ping timeout: 248 seconds]
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
ONI_Ghost has joined #ipfs
ONI_Ghost has quit [Changing host]
ONI_Ghost has quit [Remote host closed the connection]
}ls{ has quit [Quit: real life interrupt]
ONI_Ghost has joined #ipfs
ONI_Ghost has joined #ipfs
ONI_Ghost has quit [Changing host]
espadrine_ has quit [Ping timeout: 246 seconds]
rendar has joined #ipfs
<dukaanbabu> Hi everyone any progress on this one https://github.com/libp2p/js-libp2p-switch/pull/245
<dukaanbabu> I feel like there is no progress as there needs a decision to be made
EverClear42 has quit [Quit: EverClear42]
robattila256 has joined #ipfs
pcardune has joined #ipfs
djdv has quit [Ping timeout: 240 seconds]
colatkinson has joined #ipfs
mtodor has joined #ipfs
pcardune has quit [Ping timeout: 256 seconds]
ylp has joined #ipfs
athan has quit [Ping timeout: 240 seconds]
athan has joined #ipfs
Oatmeal has quit [Quit: Suzie says, "TTFNs!"]
geoah has joined #ipfs
geoah_ has joined #ipfs
geoah has quit [Ping timeout: 240 seconds]
geoah_ has quit [Ping timeout: 255 seconds]
byt has joined #ipfs
geoah has joined #ipfs
vivus has quit [Quit: Leaving]
colatkinson has quit [Quit: colatkinson]
pcardune has joined #ipfs
xzha has joined #ipfs
pcardune has quit [Ping timeout: 240 seconds]
robattila256 has quit [Quit: WeeChat 2.1]
eyro has joined #ipfs
eyro has quit [Client Quit]
alanshaw_ is now known as alanshaw
fazo96 has joined #ipfs
jkrone has joined #ipfs
tombusby has quit [Ping timeout: 268 seconds]
joocain2 has quit [Ping timeout: 268 seconds]
houdini has joined #ipfs
trqx has quit [Remote host closed the connection]
shoogz has quit [Remote host closed the connection]
trqx has joined #ipfs
tombusby has joined #ipfs
joocain2 has joined #ipfs
shoogz has joined #ipfs
anewuser has joined #ipfs
jkrone has quit [Ping timeout: 256 seconds]
chrios_ has joined #ipfs
chrios has quit [Ping timeout: 260 seconds]
byt has quit [Quit: Leaving]
mtodor has quit [Read error: Connection reset by peer]
mtodor has joined #ipfs
cxl000 has joined #ipfs
moet has joined #ipfs
chriscool1 has quit [Quit: Leaving.]
moet has quit [Ping timeout: 256 seconds]
cimerrrrrr has left #ipfs ["WeeChat 2.1"]
ericxtang has joined #ipfs
ericxtang has quit [Ping timeout: 264 seconds]
chriscool1 has joined #ipfs
pcardune has joined #ipfs
pcardune has quit [Ping timeout: 256 seconds]
chowie_ has joined #ipfs
chowie has quit [Ping timeout: 255 seconds]
xcm has quit [Killed (hitchcock.freenode.net (Nickname regained by services))]
cwahlers has joined #ipfs
ejsf_ has joined #ipfs
xcm has joined #ipfs
metric_ has joined #ipfs
Lieuwex_ has joined #ipfs
misuto_ has joined #ipfs
arsenick_ has joined #ipfs
cblgh has quit [Disconnected by services]
cblgh_ has joined #ipfs
cmbrnt_ has joined #ipfs
ragcsi_ has joined #ipfs
jonnycru1ch has joined #ipfs
arthured1lstein has joined #ipfs
faenil_ has joined #ipfs
AtnNn_ has joined #ipfs
jpaa_ has joined #ipfs
clemo has joined #ipfs
Lieuwex_ has quit [Remote host closed the connection]
chowie_ has quit [Remote host closed the connection]
chriscool2 has joined #ipfs
Lieuwex_ has joined #ipfs
Vaelatern_ has joined #ipfs
error has joined #ipfs
kaotisk_ has joined #ipfs
erikj- has joined #ipfs
upperdeck_ has joined #ipfs
zopsi_ has joined #ipfs
noefk_ has joined #ipfs
Lieuwex has quit [Disconnected by services]
error is now known as Guest46592
Lieuwex_ is now known as Lieuwex
gaf__ has joined #ipfs
bwn_ has joined #ipfs
ulrichard_ has joined #ipfs
Hijiri_ has joined #ipfs
ulrichard has quit [*.net *.split]
MrSparkle has quit [*.net *.split]
pepesza has quit [*.net *.split]
bomb-on has quit [*.net *.split]
jonnycrunch has quit [*.net *.split]
kaotisk has quit [*.net *.split]
cwahlers_ has quit [*.net *.split]
engdesart has quit [*.net *.split]
so has quit [*.net *.split]
gde33 has quit [*.net *.split]
misuto has quit [*.net *.split]
bwn has quit [*.net *.split]
faenil has quit [*.net *.split]
SOO7 has quit [*.net *.split]
Vaelatern has quit [*.net *.split]
arthuredelstein has quit [*.net *.split]
tg has quit [*.net *.split]
Hijiri has quit [*.net *.split]
jpaa has quit [*.net *.split]
erikj_ has quit [*.net *.split]
chriscool1 has quit [*.net *.split]
upperdeck has quit [*.net *.split]
Arsenick has quit [*.net *.split]
zopsi has quit [*.net *.split]
spread has quit [*.net *.split]
noefk has quit [*.net *.split]
ejsf has quit [*.net *.split]
Taoki has quit [*.net *.split]
barnacs has quit [*.net *.split]
AtnNn has quit [*.net *.split]
Kubuxu has quit [*.net *.split]
achin has quit [*.net *.split]
eldritch has quit [*.net *.split]
lemmi has quit [*.net *.split]
metric has quit [*.net *.split]
gaf_ has quit [*.net *.split]
cypher has quit [*.net *.split]
cmbrnt has quit [*.net *.split]
Taoki has joined #ipfs
bwn_ is now known as bwn
zopsi_ is now known as zopsi
Kubuxu has joined #ipfs
tg has joined #ipfs
achin has joined #ipfs
Ishtv4n has joined #ipfs
lemmi has joined #ipfs
eldritch has joined #ipfs
gde33 has joined #ipfs
houdini has quit [Quit: Leaving]
cypher has joined #ipfs
raynold has quit [Quit: Connection closed for inactivity]
Yann35 has quit [Read error: Connection reset by peer]
MrSparkle has joined #ipfs
anewuser has quit [Ping timeout: 255 seconds]
Yann35 has joined #ipfs
Guest46592 is now known as SOO7
SOO7 has quit [Changing host]
SOO7 has joined #ipfs
gmoro_ has quit [Remote host closed the connection]
pepesza has joined #ipfs
so has joined #ipfs
pepesza has quit [Ping timeout: 256 seconds]
reit has joined #ipfs
upperdeck_ has quit [Ping timeout: 248 seconds]
reit has quit [Client Quit]
pepesza has joined #ipfs
Neomex has quit [Read error: Connection reset by peer]
upperdeck has joined #ipfs
cmbrnt_ is now known as cmbrnt
so has quit [Ping timeout: 260 seconds]
so has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
The_8472 has joined #ipfs
gmoro has joined #ipfs
Just_ has joined #ipfs
Just_ has quit [Client Quit]
Just_ has joined #ipfs
Just_ has quit [Client Quit]
Just_ has joined #ipfs
caymanbruce18 has joined #ipfs
Just_ is now known as ndjust
nonsettlement has joined #ipfs
nonsettlement has left #ipfs [#ipfs]
nonsettlement has joined #ipfs
nonsettlement has left #ipfs [#ipfs]
remeasure has joined #ipfs
dimitarvp has joined #ipfs
vmx has joined #ipfs
djdv has joined #ipfs
ygrek has joined #ipfs
lupine has quit [Ping timeout: 255 seconds]
lupine has joined #ipfs
jadksajdoijwqidj has joined #ipfs
caymanbruce18 has quit [Quit: caymanbruce18]
<jadksajdoijwqidj> are there any public ipfs gateways that will resolve OpenNic TLD's?
<lidel> AFAIK no, but you probably could set up your own and swap DNS resolver to do lookups for OpenNIC
<jadksajdoijwqidj> so I figured
<jadksajdoijwqidj> I'm assuming this must be the reason why a txt record pointing to an ipns hash won't work with gateway.ipfs.io, right?
<jadksajdoijwqidj> my setup: OpenNic domain <test.libre> with A record + TXT record (dnslink=/ipns/<hash>)
<jadksajdoijwqidj> A record points to ipfs.io's ip
pecastro has quit [Ping timeout: 264 seconds]
chrios has joined #ipfs
chrios_ has quit [Ping timeout: 268 seconds]
<lidel> jadksajdoijwqidj, yeah, gateway at ipfs.io is not using OpenNic DNS, that is all.
<jadksajdoijwqidj> thanks. what's the recommended path to setting up my own gateway?
<jadksajdoijwqidj> if my machine is correctly configured to resolve OpenNic TLD's via resolv.conf, should "ipfs name resolve test.libre" work correctly as well? I'm having no luck at this either
noefk_ has quit [Quit: ZNC 1.6.5 - http://znc.in]
kaotisk_ has quit [Quit: ZNC 1.6.6 - http://znc.in]
tomjwatson[m] has joined #ipfs
lord| has quit [Quit: WeeChat 2.1]
bomb-on has joined #ipfs
pcardune has joined #ipfs
<lidel> not a valid domain name?
caymanbruce18 has joined #ipfs
caymanbruce18 has quit [Remote host closed the connection]
<lidel> what about: dig TXT test.libre
<jadksajdoijwqidj> "not a valid domain name"
<jadksajdoijwqidj> ;test.libre. IN TXT
pcardune has quit [Ping timeout: 240 seconds]
<jadksajdoijwqidj> test.libre. IN TXT "dnslink=/ipns/<hash>"
<jadksajdoijwqidj> (<hash> contains correct hash value)
<lidel> dig +short @51.254.25.115 TXT test.libre
<lidel> dig +short @51.254.25.115 TXT ipfs.io
<lidel> it looks like not every OpenNIC server has updated DNS record for your domain
noefk has joined #ipfs
<jadksajdoijwqidj> that could be. I noticed the results not to be so stable.
<jadksajdoijwqidj> but the txt records were set over 12 hours ago...
<jadksajdoijwqidj> dig +short returns correct dnslink txt entry for both ipfs.io and test.libre
svartfgl has joined #ipfs
<svartfgl> could someone pin me in the correct direction how to check whether IPFS stores files <= 1kb in the DHT?
<svartfgl> thanks lidel
<svartfgl> seems like the ipfs draft3 white paper is getting outdated
<lidel> jadksajdoijwqidj, are you saying it works without specifying server via @ (with ones from /etc/resolv.conf)? tried restarting the daemon?
<lidel> svartfgl, yeah, you may want to create an issue at https://github.com/ipfs/papers/issues
kaotisk has joined #ipfs
zaq1tomo[m] has joined #ipfs
<jadksajdoijwqidj> I'm not sure I follow you, lidel
<jadksajdoijwqidj> dig returns the expected txt record whether I refer to the nameserver with @ or not
<jadksajdoijwqidj> just restarted the ipfs daemon and the problem remains
<lidel> Interesting
<lidel> tried dig +short @51.254.25.115 TXT test.libre (and @51.255.48.78 | @89.18.27.167 ) – none return TXT record for me
<jadksajdoijwqidj> ah, sorry... test.libre was a placeholder... I'm actually using another domain name
<jadksajdoijwqidj> dig +short @51.254.25.115 llll.libre
<jadksajdoijwqidj> dig +short @51.254.25.115 llll.libre
<jadksajdoijwqidj> all but #51.255.48.78 return the txt record for me
<jadksajdoijwqidj> do you reckon it is still propagating?
<jadksajdoijwqidj> if that was the case, one would expect it to _sometimes_ work (that's never the case though)
<lidel> now its all good, llll.libre works every time
reit has joined #ipfs
Caterpillar has joined #ipfs
<jadksajdoijwqidj> lidel, why then can't I resolv http://127.1:8080/ipns/test.libre ?
chriscool2 has quit [Quit: Leaving.]
<jadksajdoijwqidj> " /ipns/test.libre: Could not resolve name."
<lidel> good question, are you using docker image by any chance?
<jadksajdoijwqidj> no
<jadksajdoijwqidj> plain go installation
ericxtang has joined #ipfs
<jadksajdoijwqidj> executable
chriscool1 has joined #ipfs
<jadksajdoijwqidj> ipfs version 0.4.13
<lidel> jadksajdoijwqidj, ok, i think the DNS setup is valid, the problem is that go-ipfs does additional validation of string pased as FQDN
chriscool1 has quit [Ping timeout: 240 seconds]
<jadksajdoijwqidj> that makes sense
<lidel> jadksajdoijwqidj, to make it work you need to update lib at https://github.com/jbenet/go-is-domain and then bump go-ipfs to use updated version
jokoon has joined #ipfs
rodolf0 has joined #ipfs
}ls{ has joined #ipfs
<jadksajdoijwqidj> actually, it looks like it all boils down to this file, right?
Fessus_ has joined #ipfs
<jadksajdoijwqidj> .bit and .onion tld's are there, but no OpenNIC ones...
<lidel> yeah
ygrek has quit [Ping timeout: 276 seconds]
Sifgried has joined #ipfs
<jadksajdoijwqidj> cool. thanks a lot!
<jadksajdoijwqidj> is there a reason why OpenNIC TLD's are not in there? does it make sense to create a pull request?
Fessus has quit [Ping timeout: 268 seconds]
Mateon2 has joined #ipfs
<Sifgried> Hi! I have a question regarding the routing algorithm of IPFS (libp2p): I have a couple of nodes (A, B, C, D) whose IDs are somewhat close to each other. However, those nodes do not seem to interact with each other: For example, when trying to connect to Node A from some "more distant" Node X, Nodes B, C, and D are never queried for node A. Not even after being online for a couple of days…
<Sifgried> The way I understand the Kademlia routing protocol this should only happen given quite a low churn rate. Am I missing something?
rodolf0 has quit [Quit: Leaving]
}ls{ has quit [Ping timeout: 255 seconds]
Mateon1 has quit [Ping timeout: 264 seconds]
Mateon2 is now known as Mateon1
<lidel> jadksajdoijwqidj, i think support for OpenNIC was not requested yet, that is all. If you create a PR adding OpenNIC TLDs below .bit and .onion ones, it should be fine
<jadksajdoijwqidj> ok. perfect. thanks!
noefk has quit [Quit: ZNC 1.6.5 - http://znc.in]
noefk has joined #ipfs
noefk has quit [Client Quit]
noefk has joined #ipfs
rngkll has joined #ipfs
X-Javier[m] has left #ipfs ["User left"]
jokoon has quit [Quit: Leaving]
remeasure has quit [Ping timeout: 276 seconds]
ashark has joined #ipfs
rngkll has quit [Remote host closed the connection]
chriscool1 has joined #ipfs
chrios has quit [Ping timeout: 256 seconds]
chrios_ has joined #ipfs
shoogz has quit [Remote host closed the connection]
pcardune has joined #ipfs
Fessus_ has quit [Ping timeout: 260 seconds]
pcardune has quit [Ping timeout: 260 seconds]
moet has joined #ipfs
apiarian has quit [Read error: Connection reset by peer]
apiarian has joined #ipfs
pcardune has joined #ipfs
jadksajdoijwqidj has left #ipfs [#ipfs]
Steverman has joined #ipfs
koshii has quit [Ping timeout: 276 seconds]
mog has quit [Ping timeout: 256 seconds]
pcardune has quit [Ping timeout: 252 seconds]
shoogz has joined #ipfs
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
jkrone has joined #ipfs
moet has quit [Ping timeout: 252 seconds]
mog has joined #ipfs
pcardune has joined #ipfs
chrios has joined #ipfs
chrios_ has quit [Ping timeout: 246 seconds]
koshii has joined #ipfs
Caterpillar has joined #ipfs
pcardune has quit [Ping timeout: 268 seconds]
subtruncate has joined #ipfs
Caterpillar has quit [Client Quit]
Sifgried has quit [Quit: Page closed]
rodolf0 has joined #ipfs
svartfgl has quit [Quit: Page closed]
jkrone has quit [Read error: Connection reset by peer]
ndjust has quit [Quit: Connection closed for inactivity]
pcardune has joined #ipfs
ulrichard_ has quit [Remote host closed the connection]
arsenick_ has quit [Ping timeout: 248 seconds]
Arsenick has joined #ipfs
Caterpillar has joined #ipfs
Yann35 has quit [Read error: Connection reset by peer]
Yann35 has joined #ipfs
rngkll has joined #ipfs
rngkll_ has joined #ipfs
rngkll has quit [Ping timeout: 255 seconds]
jesse22_ has joined #ipfs
jesse22 has quit [Ping timeout: 276 seconds]
dennisy has joined #ipfs
<dennisy> noob question - I want to fetch an object I uploaded to IPFS using my browser, how should I form the url?
vmx has quit [Quit: Leaving]
<dennisy> the hash: /QmYqTEofgVpcw84Mf6MqxNf2s9hyjaCYinQowtFFG19wJp
<dennisy> I am able to do it via the webui which the daemon boots up
<dennisy> but not find it direct via the gateway
jkrone has joined #ipfs
xzha has quit [Ping timeout: 264 seconds]
<dennisy> anyone?
<lidel> ipfs cat QmYqTEofgVpcw84Mf6MqxNf2s9hyjaCYinQowtFFG19wJp → Error: unexpected EOF
<lidel> weird
<dennisy> yeah!
<lidel> how did you come up with the hash?
<tperson> I can retreive it via `object get`
<dennisy> this is not a file, it is an object which I used the ipfs-api to PUT into the network
<Icefoz> Ah
<lidel> ah
<Icefoz> Then it's trying to interpret it as a file using unixfs or whatever and getting confused.
<dennisy> I can retrieve it, via object GET and the webui - but I wanted to use the gateway...
<dennisy> is that not possible?
<Icefoz> I think the webui assumes things are files, not raw blocks.
<dennisy> the UI works fine.
<lidel> dennisy, i htink it is possible, but you need to use API instead of gateway
geoah has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dennisy> lidel, any reason why?
jesse22_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<lidel> dennisy, raw object is not a file
<Icefoz> Whic is what you get when you put the same contents into a file and add it with `ipfs add`
lupine has quit [Ping timeout: 276 seconds]
<Icefoz> The data, plus a little bit of metadata.
<dennisy> ohhh ok thanks nice, where are the docs for that api/v0/...?
<tperson> dennisy: https://ipfs.docs.apiary.io/
lupine has joined #ipfs
ark has joined #ipfs
<ark> why is there no ipfs package for debian still?
<Icefoz> ark: ipfs is a fast-moving target and nobody's packaged it.
<Icefoz> There's no .rpm either. :/
<dennisy> thanks very much all!
<ark> :|
Ishtv4n has quit [Ping timeout: 240 seconds]
ylp has left #ipfs [#ipfs]
Fessus has joined #ipfs
<ToxicFrog> There's a Nix package for it, if that helps
<ToxicFrog> (both a nixpkgs package, and a nixos configuration block)
mtodor has quit [Remote host closed the connection]
rngkll_ has quit [Ping timeout: 265 seconds]
mtodor has joined #ipfs
konubinix has quit [Ping timeout: 256 seconds]
shoogz has quit [Quit: shoogz out]
<Icefoz> I could expand on this pattern of irritation, but I probably shouldn't. x_X
shoogz has joined #ipfs
lupine has quit [Quit: No Ping reply in 180 seconds.]
mtodor has quit [Ping timeout: 255 seconds]
lupine has joined #ipfs
goiko has quit [Ping timeout: 256 seconds]
Ishtv4n_ has joined #ipfs
goiko has joined #ipfs
konubinix has joined #ipfs
zcstarr has quit [Ping timeout: 276 seconds]
pcardune has quit [Remote host closed the connection]
<Icefoz> Hmmm, it seems that CID's actually have a fair amount of overlap in purpose with magnet links...
pcardune has joined #ipfs
pcardune has quit [Read error: Connection reset by peer]
pcardune has joined #ipfs
cblgh_ is now known as cblgh
rngkll has joined #ipfs
dconroy has joined #ipfs
rngkll has quit [Read error: Connection reset by peer]
dennisy has quit [Quit: Page closed]
rngkll has joined #ipfs
shoogz has quit [Quit: shoogz out]
raynold has joined #ipfs
Ishtv4n has joined #ipfs
Ishtv4n_ has quit [Ping timeout: 255 seconds]
jkrone has quit [Read error: Connection reset by peer]
Ishtv4n has quit [Ping timeout: 255 seconds]
jkrone has joined #ipfs
jkrone has quit [Read error: Connection reset by peer]
jkrone has joined #ipfs
jesse22 has joined #ipfs
koshii has quit [Ping timeout: 240 seconds]
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bomb-on has quit [Quit: SO LONG, SUCKERS!]
koshii has joined #ipfs
jesse22 has joined #ipfs
rngkll has quit [Remote host closed the connection]
zcstarr has joined #ipfs
Vaelatern_ is now known as Vaelatern
ndjust has joined #ipfs
Taoki has joined #ipfs
shoogz has joined #ipfs
shoogz has quit [Max SendQ exceeded]
shoogz has joined #ipfs
rngkll has joined #ipfs
rngkll has quit [Read error: Connection reset by peer]
rngkll has joined #ipfs
lnostdal has quit [Ping timeout: 248 seconds]
ashark has quit [Ping timeout: 240 seconds]
patmaddox has joined #ipfs
<patmaddox> am I reading this correctly, that js-ipld silently ignores the hash algorithm? https://github.com/ipld/js-ipld/blob/master/src/index.js#L236
<Icefoz> Looks like it only supports sha2-256 currently?
<patmaddox> https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/DAG.md#dagput claims you can pass in hashAlg as an option
<patmaddox> but it doesn't do anything, and from what I can see it's because the underlying IPLD library ignores it
lupine has quit [Quit: No Ping reply in 180 seconds.]
<patmaddox> so yeah, IPLD only supports sha2-256, but js-ipfs seems to think it supports more. So I guess js-ipfs documentation is incorrect
lupine has joined #ipfs
rumble has joined #ipfs
grumble has quit [Killed (kornbluth.freenode.net (Nickname regained by services))]
rumble is now known as grumble
smuten has joined #ipfs
bomb-on has joined #ipfs
Steverman has quit [Ping timeout: 255 seconds]
<patmaddox> so if I've got a sha2-256 hash, can I convert it to keccak-256? is that the point of multihashes?
cjd has quit [Ping timeout: 256 seconds]
cjd has joined #ipfs
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jesse22 has joined #ipfs
ashark has joined #ipfs
smuten has quit [Ping timeout: 260 seconds]
jesse22_ has joined #ipfs
xzha has joined #ipfs
jesse22 has quit [Ping timeout: 276 seconds]
onabreak has quit [Ping timeout: 260 seconds]
pcardune has quit [Remote host closed the connection]
rngkll has quit [Remote host closed the connection]
rngkll has joined #ipfs
patmaddox has quit [Remote host closed the connection]
<jigawatt> I'm trying to build go-ipfs on Windows, but I'm getting an error when downloading dependencies... After the command 'gx --verbose install --global', I get some symlink errors: https://ghostbin.com/paste/3gbg7. Has anyone had luck building on Windows? I'm using go1.10.1.
tpircs has quit [Remote host closed the connection]
pcardune has joined #ipfs
rendar has quit []
lnostdal has joined #ipfs
pcardune has quit [Ping timeout: 240 seconds]
xzha has quit [Ping timeout: 256 seconds]
xzha has joined #ipfs
<jkrone> jigawatt: I'm actually doing the same right now and had the same problem :). Windows generally doesn't like symlinks so I switched to cygwin. If you don't want to go that route, I think there are some Windows permissions you can change to enable symlinks
<jkrone> Windows installation instructions don't mention anything about this, I wonder if this problem is due to recent changes?
<jigawatt> It always gets stuck when installing the go-multihash package. Could that particular package be trying to symlink something or probably gx itself?
<jigawatt> Hm...I think go-multihash is the last one to be downloaded and then gx starts symlinking things.
jkrone has quit [Ping timeout: 276 seconds]
Encrypt has joined #ipfs
jesse22_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ONI_Ghost has quit [Read error: Connection reset by peer]
ONI_Ghost has joined #ipfs
ONI_Ghost has joined #ipfs
ONI_Ghost has quit [Changing host]
jesse22 has joined #ipfs
xzha has quit [Ping timeout: 265 seconds]
jkrone has joined #ipfs
Hijiri_ is now known as Hijiri
jkrone has quit [Ping timeout: 265 seconds]
pecastro has joined #ipfs
wolven has joined #ipfs
Jesin has joined #ipfs
jkrone has joined #ipfs
ONI_Ghost has quit [Ping timeout: 268 seconds]
chowie has joined #ipfs
patmaddox has joined #ipfs
<tperson> Have you tried opening a powershell session as administrator? That might fix the issues around the permissions.
pcardune has joined #ipfs
}ls{ has joined #ipfs
<jkrone> jigawatt: Sorry, was afk. I think the problem is with gx as even on cygwin when I `gx get <go-multihash>`, it doesn't actually add the file to my GOPATH/src/gx dir: https://ghostbin.com/paste/dmnfy.
chowie_ has joined #ipfs
treora has quit [Remote host closed the connection]
James_Epp has joined #ipfs
chowie__ has joined #ipfs
lnostdal has quit [Read error: Connection reset by peer]
treora has joined #ipfs
chowie has quit [Ping timeout: 265 seconds]
aranaite has joined #ipfs
aranaite has left #ipfs ["Leaving"]
lnostdal has joined #ipfs
chowie_ has quit [Ping timeout: 276 seconds]
jkrone has quit [Ping timeout: 265 seconds]
chowie__ is now known as chowie
Ecran has joined #ipfs
ndjust has quit [Quit: Connection closed for inactivity]
pvh has joined #ipfs
Encrypt has quit [Ping timeout: 256 seconds]
fazo96 has quit [Quit: Konversation terminated!]
smuten has joined #ipfs
rngkll has quit [Remote host closed the connection]
insanity54[m] has joined #ipfs
dconroy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mildred has joined #ipfs
jkrone has joined #ipfs
dconroy has joined #ipfs
wolven has quit [Quit: Page closed]
Encrypt has joined #ipfs
dconroy has quit [Client Quit]
espadrine_ has joined #ipfs
wolven has joined #ipfs
pcardune has quit [Remote host closed the connection]
mildred has quit [Quit: mildred]
dconroy has joined #ipfs
mildred has joined #ipfs
rngkll has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
mildred_ has joined #ipfs
mildred has quit [Ping timeout: 260 seconds]
mildred_ is now known as mildred
Jesin has quit [Quit: Leaving]
<jigawatt> jkrone: Same here. From the go-ipfs dir, I tried manually installing go-multiarch (just a different package) and got the same error messages. tperson: I'm trying to avoid admin, but I'm getting closer... :)
shizy has joined #ipfs
houdini has joined #ipfs
colatkinson has joined #ipfs
rngkll has quit [Ping timeout: 260 seconds]
Encrypt has quit [Quit: Quit]
colatkinson has quit [Quit: colatkinson]
colatkinson has joined #ipfs
pcardune has joined #ipfs
colatkinson has quit [Client Quit]
houdini has quit [Quit: Leaving]
newhouse has joined #ipfs
mildred has quit [Quit: mildred]
mildred has joined #ipfs
smuten has quit [Ping timeout: 260 seconds]
<lidel> PSA: Not running a beta of our browser extension? Give it a try! https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v2.2.0rc1 Questions? Glitches? Suggestions? → https://github.com/ipfs/ipfs-companion/issues
newhouse has quit [Read error: Connection reset by peer]
shizy has quit [Ping timeout: 255 seconds]
erictapen has quit [Remote host closed the connection]
rngkll has joined #ipfs
miflow[m] has left #ipfs ["User left"]
erictapen has joined #ipfs
miflow[m] has joined #ipfs
<miflow[m]> Hello, can I trust the private ipfs net feature with my files, in terms of encryption, privacy yet?
lldd_ has joined #ipfs
xzha has joined #ipfs
dconroy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Icefoz> miflow[m]: No, you must encrypt the files with gpg or such and then publish those.
<miflow[m]> Even for a private ipfs network? I own all nodes on it.
erictapen has quit [Remote host closed the connection]
jkrone has quit [Ping timeout: 265 seconds]
erictapen has joined #ipfs
<Icefoz> I don't recall whether or not communication is encrypted by default, but I THINK it is...
xzha has quit [Ping timeout: 246 seconds]
Magik6k has quit [Ping timeout: 268 seconds]
shoogz has quit [Remote host closed the connection]
lord| has joined #ipfs
lldd_ has quit [Quit: Leaving]
rodolf0 has quit [Quit: Leaving]
patmaddox has quit [Remote host closed the connection]
ashark has quit [Ping timeout: 276 seconds]
James_Epp has quit [Quit: Leaving]
reit has quit [Ping timeout: 256 seconds]
smuten has joined #ipfs
Ecran has quit [Quit: Going offline, see ya! (www.adiirc.com)]
rngkll has quit [Remote host closed the connection]
chowie has quit [Ping timeout: 276 seconds]
Oatmeal has joined #ipfs
b5 has joined #ipfs
wolven has quit [Quit: Page closed]
b5_ has joined #ipfs
ark is now known as ireallydontknow
b5 has quit [Quit: Page closed]
b5_ is now known as b5
lnostdal has quit [Ping timeout: 246 seconds]
lnostdal has joined #ipfs
astrofog has joined #ipfs
mildred has quit [Quit: mildred]
mildred has joined #ipfs
<JCaesar> trust... depends on whats in them.
jkrone has joined #ipfs
mildred has quit [Client Quit]
mildred has joined #ipfs
smuten_ has joined #ipfs
dimitarvp has quit [Quit: Bye]
jesse22 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jesse22 has joined #ipfs
smuten__ has quit [Ping timeout: 276 seconds]
mildred has quit [Quit: mildred]
ericxtang has quit [Read error: Connection reset by peer]
mildred has joined #ipfs
chowie has joined #ipfs
mildred has quit [Client Quit]
mildred has joined #ipfs
astrofog has quit [Quit: Quite]
lnostdal has quit [Ping timeout: 260 seconds]
smuten has quit [Ping timeout: 265 seconds]
b5_ has joined #ipfs
lordpiep has joined #ipfs
Magik6k has joined #ipfs
b5 has quit [Ping timeout: 260 seconds]
lord| has quit [Disconnected by services]
lordpiep is now known as lord|
chriscool1 has quit [Quit: Leaving.]
b5_ has quit [Ping timeout: 260 seconds]
lnostdal has joined #ipfs