whyrusleeping changed the topic of #ipfs to: go-ipfs v0.4.9 is out! https://dist.ipfs.io/#go-ipfs | Week 13: Web browsers, IPFS Cluster, Orbit -- https://waffle.io/ipfs/roadmaps | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0
infinity0 has quit [Ping timeout: 240 seconds]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
asyncsec has quit [Quit: asyncsec]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
droman has quit []
infinitesum has quit [Quit: infinitesum]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
chris613 has quit [Quit: Leaving.]
djangod has joined #ipfs
<djangod> I've heard that storing indexes in a blockchain, and assets on ipfs is a good idea if your project needs trusted db
<djangod> but what does it actually mean to store asset indexes / hashes on a blockchain?
<djangod> isnt it expensive to store hashes to a user in on a network, and how would you even query them?
<deltab> djangod: when you make a transaction to be recorded in a blockchain, you can add some extra data (such as a hash) that does nothing in the transaction but gets written along with it into the blockchain
<deltab> it's thereby permanently stored, at a particular time
<djangod> deltab but storing a set of 5 meta data properties will be expensive right?
<djangod> it increases gas quite a lot
<deltab> well, the more you store, the more expensive it is
<deltab> that's why a hash is useful: it verifies a large amount of data with a small amount
<djangod> oh so maybe a hash linking to a relational db profile, which extrapolates from there. You're right
<djangod> In the transactions thats to be recorded on the chain, what exactly are you transferring? If the hash is the meta data, what is the actual payload
<deltab> well for bitcoin it's the signatures to prove ownership of the inputs, and the output addresses being paid
<deltab> but you can also add instructions that say things like "store this data on the stack; then remove it"
<deltab> because those transactions are bigger, fewer of them fit into a block, so miners want larger fees for them
zeroish has joined #ipfs
zeroish has quit [Ping timeout: 240 seconds]
<SchrodingersScat> djangod: iirc some jerk was putting bible verses into the blockchain and they had to tell him to stop.
<deltab> djangod: as for querying them, just point to the transaction in its block and you can say "see, this hash (and hence everything it was based on) existed back then, and it's in a transaction that has my signature."
<whyrusleeping> SchrodingersScat: people cant stop you from putting anything in the blockchain
<whyrusleeping> you have to pay transaction fees to get it mined into a block
<SchrodingersScat> good point
<SchrodingersScat> scary
* SchrodingersScat puts the necronomicron in there
<whyrusleeping> yeah, i may put hashes of encrypted ipfs backups in the ethereum blockchain >.>
<whyrusleeping> or maybe i don't do that, you'll never know
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
palkeo has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
<SchrodingersScat> whyrusleeping: ethereum really took off
<SchrodingersScat> whyrusleeping: I bought 1 ethereum at like $20, sold at $30, I thought I was a genius.
jmill has joined #ipfs
jaboja has joined #ipfs
<whyrusleeping> lol, i bought last november at $6.70
<whyrusleeping> only bought $200 worth, but i'm not complaining
<whyrusleeping> at the time i was thinking "i'm gonna learn how to write smart contracts"
konnos has left #ipfs [#ipfs]
gmoro has quit [Quit: Leaving]
jamiew has joined #ipfs
chris613 has joined #ipfs
<SchrodingersScat> lol
<SchrodingersScat> well, you did well for yourself
zuck05 has quit [Read error: Connection reset by peer]
zeroish has joined #ipfs
<whyrusleeping> still havent learned how to write smart contracts tho
<SchrodingersScat> is that the purpose of the coin?
<whyrusleeping> yeah, the point of ethereum is smart contracts
<whyrusleeping> which are pretty sweet actually
<SchrodingersScat> i can wager on horses with this?
<whyrusleeping> probably
<whyrusleeping> you can make a decentralized name registry with it pretty easily
<SchrodingersScat> like a wedding registry?
<whyrusleeping> yes, like that, but fewer useless toasters
zeroish has quit [Ping timeout: 240 seconds]
infinitesum has joined #ipfs
zuck05 has joined #ipfs
jager has joined #ipfs
<libman> What genius decided to make Ethereum GPLv3? Makes the whole thing worthless.
<whyrusleeping> libman: ethereum isnt GPLv3
<libman> I understand that it's an ecosystem, but many crucial and leading components are - https://github.com/ethereum/cpp-ethereum/blob/develop/LICENSE
<whyrusleeping> yeah, but your app can be whatever license you want and still use ethereum t
<whyrusleeping> you might have to write the api calls yourself (or find an api lib that isnt restrictive)
<libman> It's not just about practical restrictions, but the philosophical debate about the definition of "free software".
<libman> IPFS falls on the right side of this, but Ethereum does not...
<whyrusleeping> i don't think that the licensing is actually preventing anyone who wants to use ethereum from using ethereum
<whyrusleeping> though it does make certain things harder
<whyrusleeping> (that said, we've definitely had a rough time with certain libs i wanted to use for ipfs being gpl)
<libman> I mean, what is the rationale for this - "let's alienate everyone outside GNU-land right off the bat"...
<whyrusleeping> oh whoa, the core protocol itself is gpl: https://ethereum.gitbooks.io/frontier-guide/content/license.html
<whyrusleeping> which contradicts this: https://github.com/ethereum/wiki/wiki/Licensing
<kythyria[m]> Probably they weren't thinking about people who think that the GPL is evil for some reason
<libman> GPLv3 protocol standards are swimming very much against the current.
<kythyria[m]> What does that even mean for a protocol to be GPL
<kythyria[m]> It doesn't have source code, it isn't even a program
<whyrusleeping> i've not a damn clue
<libman> Not the protocol itself, but the dominant implementation.
djangod has quit [Quit: Page closed]
<spikebike> well many claim protected IP for API, ISA, even a virtual machine.
palkeo has quit [Ping timeout: 240 seconds]
<whyrusleeping> libman: no, the protocol itself appears to be gpl
zuck05 has quit [Ping timeout: 240 seconds]
zuck05 has joined #ipfs
<libman> No one really understands what those 13 pages of legalese actually mean, because interpretations are evolving...
<kythyria[m]> GPLv2 isn't that unclear, though
<kythyria[m]> And I should think whoever wrote it knows :)
<libman> I don't mean to go on a philosophical anti-GPL rant here, but I'm just saying if it's possible to encourage them to re-license that would be good for everyone.
Jaycen has joined #ipfs
asyncsec has joined #ipfs
zeroish has joined #ipfs
leoserra[m] has joined #ipfs
shizy has joined #ipfs
dimitarvp has quit [Quit: Bye]
Jaycen has quit [Ping timeout: 260 seconds]
dignifiedquire has quit [Quit: Connection closed for inactivity]
zeroish has quit [Ping timeout: 255 seconds]
infinitesum has quit [Quit: infinitesum]
jaboja has quit [Ping timeout: 268 seconds]
shizy has quit [Ping timeout: 240 seconds]
<flyinglasanga[m]> Let me tell you: I am the genius. I am creating a crypto called SmartSpank -- pay attention.
jamiew has quit [Quit: Textual IRC Client: www.textualapp.com]
appa has quit [Ping timeout: 246 seconds]
appa has joined #ipfs
zeroish has joined #ipfs
A124 has quit [Ping timeout: 255 seconds]
infinity0 has joined #ipfs
A124 has joined #ipfs
jamiew has joined #ipfs
jaboja has joined #ipfs
zeroish has quit [Ping timeout: 240 seconds]
jamiew has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
chris613 has quit [Quit: Leaving.]
<MrSparkle> ~bsd is best~
<MrSparkle> the legal thing
jamiew has joined #ipfs
jamiew has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
sirdancealot has quit [Ping timeout: 268 seconds]
zeroish has joined #ipfs
jaboja has quit [Ping timeout: 240 seconds]
owlet has quit [Ping timeout: 255 seconds]
espadrine has joined #ipfs
leeola has quit [Quit: Connection closed for inactivity]
Caterpillar has joined #ipfs
zeroish has quit [Ping timeout: 240 seconds]
robmyers has quit [Ping timeout: 255 seconds]
robmyers has joined #ipfs
ianopolous has quit [Ping timeout: 240 seconds]
rendar has joined #ipfs
libman has quit [Quit: Connection closed for inactivity]
maxlath has joined #ipfs
Foxcool has joined #ipfs
btmsn has joined #ipfs
m0ns00n has joined #ipfs
asyncsec has quit [Quit: asyncsec]
sirdancealot has joined #ipfs
zeroish has joined #ipfs
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 255 seconds]
Mateon3 is now known as Mateon1
asyncsec has joined #ipfs
asyncsec has quit [Quit: asyncsec]
jungly has joined #ipfs
zeroish has quit [Ping timeout: 240 seconds]
espadrine has quit [Ping timeout: 255 seconds]
erikj has quit [K-Lined]
demize has quit [K-Lined]
horrified has quit [K-Lined]
voker57 has quit [K-Lined]
demize has joined #ipfs
erikj has joined #ipfs
erikj has joined #ipfs
erikj has quit [Changing host]
horrified has joined #ipfs
voker57 has joined #ipfs
Foxcool has quit [Ping timeout: 246 seconds]
teaspoon has joined #ipfs
espadrine has joined #ipfs
msmart[m] has joined #ipfs
zeroish has joined #ipfs
m0ns00n has quit [Remote host closed the connection]
teaspoon has quit [Ping timeout: 258 seconds]
rcat has joined #ipfs
Foxcool has joined #ipfs
pcre has joined #ipfs
m0ns00n has joined #ipfs
zeroish has quit [Ping timeout: 246 seconds]
m0ns00n has quit [Quit: quit]
m0ns00n has joined #ipfs
ShalokShalom has joined #ipfs
m0ns00n has quit [Quit: quit]
maxlath has quit [Ping timeout: 258 seconds]
aho has joined #ipfs
m0ns00n has joined #ipfs
m0ns00n has quit [Quit: quit]
ulrichard has joined #ipfs
espadrine has quit [Ping timeout: 240 seconds]
gmoro has joined #ipfs
chungy has quit [Quit: ZNC - http://znc.in]
Guest44050 is now known as shoragan
shoragan has joined #ipfs
shoragan has quit [Changing host]
maxlath has joined #ipfs
ilyaigpetrov has joined #ipfs
espadrine has joined #ipfs
zeroish has joined #ipfs
tglman has quit [Ping timeout: 240 seconds]
dignifiedquire has joined #ipfs
Falconix has joined #ipfs
ShalokShalom has quit [Read error: Connection reset by peer]
dimitarvp has joined #ipfs
tglman has joined #ipfs
jkilpatr has joined #ipfs
stoopkid has quit [Quit: Connection closed for inactivity]
jamiew has joined #ipfs
Teeed has quit [Ping timeout: 268 seconds]
Teeed has joined #ipfs
Teeed has quit [Ping timeout: 258 seconds]
clemo has quit [Ping timeout: 260 seconds]
jamiew has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
clemo has joined #ipfs
jamiew has joined #ipfs
jamiew has quit [Client Quit]
stoopkid has joined #ipfs
Teeed has joined #ipfs
clemo has quit [Ping timeout: 246 seconds]
The_8472 has quit [Ping timeout: 246 seconds]
The_8472 has joined #ipfs
tantalum has joined #ipfs
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tglman has quit [Ping timeout: 258 seconds]
zuck05 has quit [Ping timeout: 240 seconds]
sirdancealot has quit [Ping timeout: 268 seconds]
zuck05 has joined #ipfs
kmesilim has quit [Ping timeout: 258 seconds]
jeremiah__ has quit [Quit: Konversation terminated!]
tglman has joined #ipfs
Foxcool has quit [Ping timeout: 260 seconds]
halohaL[m] has joined #ipfs
asyncsec has joined #ipfs
pcre has quit [Ping timeout: 240 seconds]
tglman has quit [Ping timeout: 246 seconds]
zeroish has quit [Ping timeout: 240 seconds]
m0ns00n has joined #ipfs
chris613 has joined #ipfs
infinitesum has joined #ipfs
jmill has joined #ipfs
maxlath has quit [Ping timeout: 240 seconds]
ashark has joined #ipfs
tglman has joined #ipfs
ulrichard has quit [Ping timeout: 255 seconds]
maxlath has joined #ipfs
reit has quit [Quit: Leaving]
zeroish has joined #ipfs
stoopkid has quit [Quit: Connection closed for inactivity]
shizy has joined #ipfs
reit has joined #ipfs
Foxcool has joined #ipfs
markedfinesse has quit [Remote host closed the connection]
markedfinesse has joined #ipfs
pcre has joined #ipfs
pcre has quit [Ping timeout: 240 seconds]
owlet has joined #ipfs
infinitesum has quit [Quit: infinitesum]
infinitesum has joined #ipfs
asyncsec has quit [Quit: asyncsec]
pcre has joined #ipfs
jaboja has joined #ipfs
digitaleirkir[m] has left #ipfs ["User left"]
jkilpatr_ has joined #ipfs
jkilpatr has quit [Ping timeout: 246 seconds]
ianopolous has joined #ipfs
lentan has joined #ipfs
lentan has quit [Client Quit]
owlet has quit [Ping timeout: 240 seconds]
Boomerang has joined #ipfs
Foxcool has quit [Ping timeout: 268 seconds]
owlet has joined #ipfs
zuck05 has quit [Ping timeout: 255 seconds]
maxlath has quit [Quit: maxlath]
bloctuary has joined #ipfs
zuck05 has joined #ipfs
bloctuary has quit [Ping timeout: 260 seconds]
asyncsec has joined #ipfs
infinitesum has quit [Quit: infinitesum]
jaboja has quit [Ping timeout: 268 seconds]
sirdancealot has joined #ipfs
maxlath has joined #ipfs
stoopkid has joined #ipfs
jmill has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
droman has joined #ipfs
jkilpatr_ has quit [Quit: Leaving]
jkilpatr has joined #ipfs
zuck05 has quit [Ping timeout: 240 seconds]
palkeo has joined #ipfs
jungly has quit [Remote host closed the connection]
citizenErased has joined #ipfs
citizenErased has quit [Remote host closed the connection]
zuck05 has joined #ipfs
asyncsec has quit [Remote host closed the connection]
asyncsec has joined #ipfs
jkilpatr has quit [Ping timeout: 240 seconds]
argonostrum has joined #ipfs
jkilpatr has joined #ipfs
JayCarpenter has joined #ipfs
infinitesum has joined #ipfs
palkeo has quit [Ping timeout: 246 seconds]
espadrine has quit [Ping timeout: 260 seconds]
Encrypt has joined #ipfs
zeddd has joined #ipfs
galois_d_ has joined #ipfs
btmsn has quit [Remote host closed the connection]
galois_dmz has quit [Ping timeout: 255 seconds]
ShalokShalom has joined #ipfs
vapid has quit [Ping timeout: 240 seconds]
pent_ has left #ipfs ["Leaving"]
akaibu[m] has joined #ipfs
Foxcool has joined #ipfs
jmill has joined #ipfs
argonostrum has left #ipfs ["Leaving"]
Encrypt has quit [Quit: Quit]
btmsn has joined #ipfs
tglman has quit [Ping timeout: 240 seconds]
clemo has joined #ipfs
ShalokShalom has quit [Read error: Connection reset by peer]
atrapado_ has joined #ipfs
Boomerang has quit [Quit: Lost terminal]
wking has quit [Ping timeout: 246 seconds]
jonnycrunch has quit [Ping timeout: 240 seconds]
Encrypt has joined #ipfs
Guest261840[m] has joined #ipfs
jonnycrunch has joined #ipfs
galois_d_ has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
wking has joined #ipfs
mahloun has quit [Ping timeout: 268 seconds]
tiago has quit [Quit: ZNC - http://znc.in]
rendar has quit [Ping timeout: 240 seconds]
stoopkid has quit [Quit: Connection closed for inactivity]
mahloun has joined #ipfs
galois_d_ has joined #ipfs
jmill has quit [Quit: Textual IRC Client: www.textualapp.com]
jmill has joined #ipfs
tglman has joined #ipfs
galois_dmz has quit [Ping timeout: 258 seconds]
mahloun has quit [Ping timeout: 268 seconds]
rendar has joined #ipfs
rendar has joined #ipfs
rendar has quit [Changing host]
caiogondim_ has joined #ipfs
stoopkid has joined #ipfs
btmsn has quit [Ping timeout: 240 seconds]
Akaibu has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #ipfs
galois_dmz has joined #ipfs
galois_d_ has quit [Ping timeout: 258 seconds]
jmill has joined #ipfs
mahloun has joined #ipfs
infinitesum has quit [Ping timeout: 260 seconds]
owlet has quit [Ping timeout: 240 seconds]
infinitesum has joined #ipfs
mahloun has quit [Ping timeout: 255 seconds]
jkilpatr has quit [Ping timeout: 258 seconds]
anewuser has joined #ipfs
jmill has quit [Ping timeout: 255 seconds]
jmill has joined #ipfs
Jesin has quit [Quit: Leaving]
jaboja has joined #ipfs
viktor has joined #ipfs
jkilpatr has joined #ipfs
Jesin has joined #ipfs
Nukien has quit [Ping timeout: 255 seconds]
jmill has quit [Ping timeout: 255 seconds]
jmill has joined #ipfs
richardlitt has quit [Quit: Connection closed for inactivity]
tantalum has quit [Quit: Leaving.]
ofdm has quit [Ping timeout: 246 seconds]
asyncsec has quit [Remote host closed the connection]
asyncsec has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
Encrypt has quit [Quit: Quit]
mahloun has joined #ipfs
ofdm has joined #ipfs
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
stavros has joined #ipfs
<stavros> hello
<stavros> i'm trying to write an application for ipfs
<stavros> i want my application to publish a file and get the ID back, how can i do that?
<stavros> do i POST to the daemon? do i need the JS API for that?
<stavros> i'm having trouble figuring out how to use the latter
<whyrusleeping> stavros: what language are you writing this application in?
fps has joined #ipfs
<stavros> whyrusleeping, JS
<whyrusleeping> stavros: so in a browser? use js-ipfs-api
<stavros> that's what i'm using, but i can't figure out how to pass my data to ipfs.files.add()
<stavros> and i don't know if i need that whole thing just to publish a file
Pessimist has quit [Changing host]
Pessimist has joined #ipfs
Pessimist has joined #ipfs
<whyrusleeping> hrm... i don't do javascript. But others in this channel do i know
<whyrusleeping> but i think you need to pass it a buffer
<whyrusleeping> and a callback
owlet has joined #ipfs
<stavros> yeah, i'm not sure what a Buffer is, though
<stavros> i'm not very current on JS
<stavros> i was wondering if i could just POST to the daemon directly
<fps> hi. i'm following the guix project.. and it looks like it's /gnu/store store of packages, could benefit from ipfs. but since i'm an ipfs noob, i might have some questions :)
<whyrusleeping> fps: we're always here to answer questions :)
<fps> so assume basic familiarity with merkle trees and kademlia (XOR metric etc), since i worked a little bit on morphis, when sam was still around..
<fps> whyrusleeping: great :)
<stavros> whyrusleeping, i have seen that, but it seems to me that it requires react or node, because Buffer doesn't exist in the browser. i'll look at it a bit better though, thanks
<whyrusleeping> daviddias: you around?
<fps> so, packages on guix live in /gnu/store/[long hash of package derivation inputs]-packagename-version/, e.g. /gnu/store/02426nwiy32cscm4h83729vn5ws1gs2i-bash-static-4.4.12/
Nukien has joined #ipfs
martin[m] has joined #ipfs
<fps> and they are [mostly] reproducible. so i ponder how to distribute these packages via ipfs.. the package name is not completely determined by the inputs to the package (since some are not yet reproducible) and its name is not the hash of a merkle root
jmill has quit [Read error: Connection reset by peer]
<fps> but the name is deterministic from the inputs to the package, so another user might want to get /gnu/store/02426nwiy32cscm4h83729vn5ws1gs2i-bash-static-4.4.12/. i suppose there needs to be a mapping from this name to the ipfs data structure represnenting this directory
* fps just installed ipfs and only added a txt file, so he's pretty much ignorant about directory handling, mutable keys, etc..
<fps> oops, correction: the package _content_ is not completely determined by the inputs to the package.. the name is though
<stavros> this library seems to require node, can i not just do a POST to the daemon? :(
<fps> so i guess the first question is: how to create a, e.g. textfile that has a constant hash/key, but of which i can change the content. this would be used to maintain a map of package names to hashes of the package content..
<Magik6k> fps, you can think of IPFS as a decentralized git object storage. A hash can refer to a file or a directory, that is - when you add a directory IPFS creates tree structure that points at hashes of files/directories inside it.
<Magik6k> fps, for the mutable key thing look at IPNS
<fps> Magik6k: yeah, ok, i guess i can then just cd /; ipfs add /gnu/store/02426nwiy32cscm4h83729vn5ws1gs2i-bash-static-4.4.12/ to add the package's data
<Magik6k> `ipfs name` command
<fps> will look at ipns
<Anchakor> fps: guix is like nix right? it also has for every package version different hash-name
<Magik6k> stavros, You can use it in browser using broweserify/webpack
<fps> Anchakor: yeah, it's very much inspired by nix, but using scheme as its derivation language :)
<M-hash> Anchakor: there're very similar, iiuc they even still use the same build tool at the very bottom of the stack
zeroish has quit [Ping timeout: 268 seconds]
<fps> yep, guix-daemon is a fork of nix-daemon
<Anchakor> if so, for building a backend for it based on ifps you won't need ipns unless you want/need to replace the search/indexing engine too
infinitesum has quit [Quit: infinitesum]
<fps> there needs to be a map: package-name -> ipfs tree hash
<fps> as the content isn;t known before you have the package
zeroish has joined #ipfs
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
<fps> what's the terminology for the hash of the root of the merkle tree representing the directory?
hoboprimate has joined #ipfs
espadrine has joined #ipfs
hoboprimate has left #ipfs [#ipfs]
<fps> oh, ipfs add -r gnu/store/... stripped the gnu/store/ prefix from the directory tree it seems..
stavros has quit [Quit: Leaving]
krs93 has joined #ipfs
<fps> eh, it doesn't matter though, because i know that QmNnujGD3k7aFnyVLumc27ugDm4G2TM3e4swpgj5SqY71A is /gnu/store/02426nwiy32cscm4h83729vn5ws1gs2i-bash-static-4.4.12/ ;)
infinitesum has joined #ipfs
<fps> ok, i guess that's good enough for a start: https://ipfs.io/ipns/QmT3c85C6njz15fJXey2q5o81fTdm5uxwZ9odH1p6neYHY :)
infinitesum has quit [Client Quit]
akkad has quit [Remote host closed the connection]
stavros has joined #ipfs
<stavros> the daemon's API port is different from the HTML port?
<stavros> the gateway port
jmill has joined #ipfs
ashark has quit [Ping timeout: 240 seconds]
ygrek has joined #ipfs
jmill_ has joined #ipfs
mahloun has quit [Ping timeout: 260 seconds]
akkad has joined #ipfs
stavros_ has joined #ipfs
jmill has quit [Ping timeout: 246 seconds]
anewuser has quit [Quit: anewuser]
stavros has quit [Ping timeout: 246 seconds]
arkimedes has joined #ipfs
atrapado_ has quit [Quit: Leaving]
stavros_ has quit [Quit: Leaving]
zeroish has quit [Ping timeout: 240 seconds]
cxl000 has quit [Quit: Leaving]
jmill_ has quit [Read error: Connection reset by peer]
<daviddias> Stravos did whyrusleeping answer suit you ?
<daviddias> stravos, yes there is a gateway ( read only) and an API
<daviddias> You get both listed when you spawn a daemon
maxlath has quit [Quit: maxlath]
zeroish has joined #ipfs
espadrine has quit [Ping timeout: 258 seconds]
sprint-helper has quit [Remote host closed the connection]
sprint-helper has joined #ipfs
shizy has quit [Ping timeout: 240 seconds]
Edur has quit [Write error: Broken pipe]
Edur has joined #ipfs
jooni has joined #ipfs
zeroish has quit [Ping timeout: 246 seconds]
zeroish has joined #ipfs
droman has quit []
jmill has joined #ipfs
zeroish has quit [Ping timeout: 260 seconds]