whyrusleeping changed the topic of #ipfs to: go-ipfs 0.4.12 is out! Please try out: https://dist.ipfs.io/go-ipfs/v0.4.12-rc2 | Dev chat: #ipfs-dev | 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
disusered has joined #ipfs
<void9> P:\go-ipfs>ipfs add --nocopy --recursive d:\movies
<void9> Error: cannot add filestore references outside ipfs root (C:\Users\...)
pcctw has quit [Read error: Connection reset by peer]
disusered has quit [Client Quit]
<voker57> I guess you'll have to put .ipfs on same disk
<voker57> (not sure why this is even a thing...)
<void9> that doesn't make sense. I tried a folder on c:\ and it gives me the same error
<lgierth> you need to symlink d:\movies into P:\go-ipfs i think
<lgierth> or into $IPFS_PATH
fredthomsen has quit [Remote host closed the connection]
<void9> uhm.. how do i add to $IPFS_PATH?
<voker57> $IPFS_PATH is path to .ipfs
<voker57> mkdir C:\Users\...\.ipfs\moviews
<void9> ok so what does that solve, making a dir there?
<voker57> lets you add it with --nocopy
<void9> same error
<void9> do I have to symlink it?
<lgierth> yeah
<void9> what type of symlink?
<lgierth> there's multiple?
<lgierth> ah, windows
<lgierth> soft
<void9> P:\go-ipfs>ipfs add --recursive --nocopy c:\Users\sgm\.ipfs\movies
<void9> added QmcSbMEVsUGoKZvRR7yXMzSYZJiDwq7PvG5B6xjKtWmtmq movies
<void9> 0 B / ? [---------------------------------------------------------
<void9> when trying to access it :invalid ipfs path: selected encoding not supported
<void9> god, this is so complicated : D
<void9> this is alpha software, right?
<voker57> yeah especially for windows
<voker57> % ipfs cat QmcSbMEVsUGoKZvRR7yXMzSYZJiDwq7PvG5B6xjKtWmtmq
<voker57> Error: cannot currently read symlinks
<lgierth> especially --nocopy
<voker57> interesting
<lgierth> windows itself is ok, it's just the filestore that's experimental
<lgierth> (but yes, generally alpha software)
<lgierth> kevina: ^
<void9> symlinks is kind of messy anyway, to add everything to .ipfs
atrus6 has quit [Quit: Leaving]
<voker57> why is nocopy so picky about roots?
<void9> is there a way to make ipfs portable ? not store stuff in %appdata%
<voker57> you can use any IPFS_PATH you like
<ChrisMatthieu> I just wrote a fun web hosting via IPFS blog post and video - https://medium.com/@chrismatthieu/hosting-a-website-via-ipfs-for-free-afee39b84553
<CosmicSound> ChrisMatthieu: are you interstred in helping me deploy IPFS for the public
<CosmicSound> Backed by my cloud
<ChrisMatthieu> I'm crazy busy building computes.com - just taking a little break :)
<CosmicSound> yeah
<CosmicSound> me too I work on openstack now proxmox ceph storage
<CosmicSound> ohmy
<CosmicSound> compute love the idea
<CosmicSound> IBM had a tool to grasp power and give it to computation in Schools.
<CosmicSound> They still do it, and mostly everyday the unused ressources from PC would go there for computation, sort of passive bitchain scanner in your pc. :) ofc computation can be used on any way one can see.
<CosmicSound> ChrisMatthieu: anyhow great idea...
<CosmicSound> I would love to help you if you need something from my computation
<ChrisMatthieu> Thanks!!
pvh has quit [Quit: Connection closed for inactivity]
<CosmicSound> yaw ping me here on my ZNC
<CosmicSound> Messages are logged
<void9> please help me figure out how to add a folder with --nocopy on windows :D
<void9> i'm stuck
Jesin has quit [Quit: Leaving]
<CosmicSound> ChrisMatthieu: what you would recommend to a standalone IPFS? Should I go with Debian or Ubuntu
<voker57> void9: I think only way is to have .ipfs and folder on same disk. you can also try hardlinks
<voker57> also you can try linking C:\d -> D:\ and addong C:\d\movies, that worked for me on linux
<voker57> if .ipfs and folder are on the same disk and it still does not work, I think it's a bug and you can report it on github
<voker57> (not sure why --nocopy cares about roots so much)
jaboja has quit [Ping timeout: 240 seconds]
<void9> when I try to do hard link: The system cannot move the file to a different disk drive.
<void9> (mklink /H)
<void9> P:\go-ipfs>ipfs add --recursive --nocopy c:\Users\sgm\.ipfs\movies
<void9> added QmcSbMEVsUGoKZvRR7yXMzSYZJiDwq7PvG5B6xjKtWmtmq movies
<void9> 0 B / ? [---------------------------------------------------------------------------------------------------------=]
<void9> this is the soft link
<void9> same for /J link (directory junction)
<void9> Error: cannot currently read symlinks
<void9> that's the contents of that hash
<voker57> does it work with directory that's actually on C:?
onikuma has joined #ipfs
<void9> let me see
<CosmicSound> :)
<void9> hard linking seems to work, but it can only be used on the same disk, so it's useless
<void9> soft link and directory junction don't work
<void9> so i'm stuck again
<voker57> you should report the issue on github
<voker57> windows linking problems aside, that's not how filestore should work IMO
<CosmicSound> Yup
<CosmicSound> report might be a issue more people will face
onikuma has quit [Remote host closed the connection]
<void9> no option to override having files outside the filestore root?
plexigras has quit [Ping timeout: 255 seconds]
<void9> and I still don't get how the $IPFS_PATH is supposed to work. I read that somebody managed to add files using that
<void9> "Random anecdote, I've added over a terabyte of data across many different files and folders via nocopy, utilising symlinks in the IPFS_PATH without issues on Windows (outside of issues relating to filestore commands that aren't implemented yet). I made a shell extension for Windows that makes a symlink of the target's parent folder and this is the primary method I use for now."
<void9> please translate?
<voker57> void9: link .ipfs/D, ipfs add .ipfs/D/movies
<voker57> link ,ipfs/D -> D:\ *
<void9> you mean ipfs add --nocopy --recursive?
girrrrrrr2 has joined #ipfs
<voker57> yes
girrrrrrr2 has quit [Remote host closed the connection]
girrrrrrr2 has joined #ipfs
<void9> D:\>mklink c:\Users\sgm\.ipfs\d d:\
<void9> symbolic link created for c:\Users\sgm\.ipfs\d <<===>> d:\
<void9> D:\>mklink /J c:\Users\sgm\.ipfs\dJ d:\
<void9> Junction created for c:\Users\sgm\.ipfs\dJ <<===>> d:\
ccii1 has joined #ipfs
ccii has quit [Ping timeout: 248 seconds]
<void9> hmm the /J one worked
<void9> the soft one is just like a shortcut it seems
<void9> any option to speed up the hashing?
<void9> --raw-leaves bool - Use raw blocks for leaf nodes. (experimental).
<void9> is this supposed to be on or off ?
<voker57> which ipfs version are you using?
<voker57> that's on if you use --nocopy
<void9> ipfs version 0.4.12
<void9> and if i don't use nocopy it's off?
<voker57> yes but you can turn it on manually (and you probably should)
<void9> daaaaamn
<voker57> i mean it's automatically on if you use --nocopy
<voker57> no need to add it to command line
<void9> so people who just add with no nocopy get different hashes for the same files, vs ppl that do?
<voker57> yes
<voker57> don't think there's much to speed up the hashing aside from increasing pc performance
<void9> that's... disastruous
<void9> and no raw leaves hashes the data + something else?
<voker57> it's experimental i guess
<void9> they should switch it back on by default asap. what is the reasoning behind this?
<void9> :O
<voker57> yeah no raw links creates wrapper chunks for each block i believe
<void9> so raw leaves only hashes actual file data, right ?
<void9> hashing on raid0 disks is slower than my internet connection
<void9> :D
<voker57> for me cpu is bottleneck somehow
<voker57> poor crypto optimization i guess
<void9> it's single threaded as I see.. so, that's the problem
<void9> takes 4.5 hours to hash 1.16tb :\
<voker57> you can also use different algorithms and chunking algorithms atm it all changes links
<voker57> partial content addressability
<voker57> i hope there will be canonical hashing mode soon
<void9> damn. they really should think this through before progressing much further. cause when it will be used by many people, you don't want 10 hashes for the same file
<void9> defeats the whole purpose
<void9> lucky it's so confusing and difficult to use atm
<voker57> heh
<void9> maybe make a meta repository for each truly unique file hash (as they will define it) ?
<void9> where sources in different format can be retrieved
<voker57> well that's not really content addressable
<void9> it is, just with another layer on top of it
<voker57> should be just one mode to rule them all which gets obsoleted only in very special circumstances
<void9> I guess, then they should really think this through before release
<void9> working?
<voker57> downloading
<lgierth> whatever audio that is, but yes
<void9> it's a 4k video
<void9> hah yeah, only audio in firefox, and downloading in chrome
toxync01 has quit [Ping timeout: 258 seconds]
jaboja has joined #ipfs
dimitarvp has quit [Quit: Bye]
<void9> the add command creates microstutters in games :\
}ls{ has quit [Quit: real life interrupt]
girrrrrrr2 has quit [Read error: Connection reset by peer]
girrrrrrr2 has joined #ipfs
jaboja has quit [Ping timeout: 248 seconds]
ethmolith has joined #ipfs
dhruvbaldawa has joined #ipfs
Reinhilde is now known as Ellenor
toxync01 has joined #ipfs
_whitelogger has joined #ipfs
ansuz has left #ipfs [#ipfs]
engdesart has quit [Ping timeout: 240 seconds]
infinity0_ has joined #ipfs
infinity0 has quit [Ping timeout: 248 seconds]
infinity0_ has quit [Changing host]
infinity0_ has joined #ipfs
infinity0_ is now known as infinity0
<JCaesar> Hm. Isn't ipns resolution somehow awfully slow? 20 seconds to load http://127.0.0.1:8080/ipns/goecam.liftm.de/
ethmolith has quit [K-Lined]
Xiti has quit [Ping timeout: 240 seconds]
Xiti has joined #ipfs
tombusby has quit [*.net *.split]
joocain2 has quit [*.net *.split]
trqx has quit [*.net *.split]
trqx has joined #ipfs
joocain2 has joined #ipfs
tombusby has joined #ipfs
sydbarrett74 has joined #ipfs
clickjack has quit [Quit: clickjack]
edrex has joined #ipfs
rattish has joined #ipfs
rendar has joined #ipfs
clickjack has joined #ipfs
chris6131 has left #ipfs [#ipfs]
Alpha64 has quit [Read error: Connection reset by peer]
sydbarrett74 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
pcctw has joined #ipfs
Encrypt has joined #ipfs
corvinux has joined #ipfs
erictapen has joined #ipfs
pcctw has quit [Quit: Leaving]
pcctw has joined #ipfs
perguth has quit [Read error: Connection reset by peer]
kaotisk-irc has quit [Ping timeout: 260 seconds]
rattish has quit [Ping timeout: 240 seconds]
kirby__ has joined #ipfs
pcctw has quit [Remote host closed the connection]
erictapen has quit [Ping timeout: 268 seconds]
pcctw has joined #ipfs
Encrypt has quit [Quit: Quit]
clickjack has quit [Quit: clickjack]
pcctw has quit [Quit: Leaving]
<victorbjelkholm> JCaesar: yeah, currently it is, we're working on making it faster. Currently, best practice for doing dns + ipfs is to use the ipfs hash as the dnslink value instead of ipns
kirby__ has quit [Ping timeout: 255 seconds]
DanKnox has quit [Ping timeout: 255 seconds]
leavehouse has quit [Ping timeout: 240 seconds]
leavehouse has joined #ipfs
_whitelogger has joined #ipfs
erictapen has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
Foxcool has joined #ipfs
Foxcool has quit [Client Quit]
kirby__ has joined #ipfs
leavehouse has quit [Quit: leavehouse]
kirby__ has quit [Remote host closed the connection]
erictapen has quit [Ping timeout: 248 seconds]
droman has joined #ipfs
apiarian has joined #ipfs
Mateon3 has joined #ipfs
Mateon1 has quit [Ping timeout: 248 seconds]
Mateon3 is now known as Mateon1
erictapen has joined #ipfs
dimitarvp has joined #ipfs
erde74 has joined #ipfs
}ls{ has joined #ipfs
dhruvbaldawa has quit [Remote host closed the connection]
jrabe has quit []
jrabe has joined #ipfs
Foxcool has joined #ipfs
plexigras has joined #ipfs
Ellenor has quit [Ping timeout: 264 seconds]
<Kythyria[m]> You can update the dns entry, so you don't need the updateability of IPNS so much?
<Kythyria[m]> (modulo misbehaving resolvers that cache for too long)
erde74 has quit [Quit: Leaving]
Ellenor has joined #ipfs
dlobi has joined #ipfs
<dlobi> I missed something: what do I pay for storing data on IPFS?
clickjack has joined #ipfs
<Kythyria[m]> The cost of running the nodes you set up to pin it. IPFS doesn't have a built-in mechanism to store your data on someone else's machine automatically.
<victorbjelkholm> Kythyria[m]: exactly, use mutability of dns instead of ipns for now
corvinux has quit [Quit: Leaving]
<victorbjelkholm> dlobi: think of ipfs like http, just a protocol. Then you can pay others to host your content (services & filecoin in the future) or setup your own node to share
erictapen has quit [Ping timeout: 240 seconds]
erictapen has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
muvlon has joined #ipfs
<dlobi> is there a browser extension for handling ipfs urls in browser?
<JCaesar> Kythyria[m]: The problem is that then I need to give that ipns container access to my dns server. They're on completely different machines with completely different security concerns…
<JCaesar> Bind has a mechanism for that, and I'm already using that. But if I recall correctly, the key setup wasn't exactly easy, and I'm not exactly sure its flexible enough for this.
<voker57> there's also one for chrome
kirby__ has joined #ipfs
newfangl- has quit [Ping timeout: 246 seconds]
erictapen has quit [Ping timeout: 260 seconds]
Ellenor is now known as Reinhilde
muvlon has quit [Quit: Leaving]
dhruvbaldawa has joined #ipfs
kaotisk has joined #ipfs
dhruvbaldawa has quit [Ping timeout: 268 seconds]
nillia has joined #ipfs
nillia has quit [Client Quit]
nillia has joined #ipfs
kaotisk has quit [Remote host closed the connection]
code-glitch has quit [Quit: The Lounge - https://thelounge.github.io]
droman has quit [Quit: WeeChat 1.9.1]
erictapen has joined #ipfs
erictapen has quit [Ping timeout: 240 seconds]
dlobi has quit [Remote host closed the connection]
kaotisk has joined #ipfs
nillia has quit [Remote host closed the connection]
nillia has joined #ipfs
erictapen has joined #ipfs
nillia has quit [Ping timeout: 250 seconds]
droman has joined #ipfs
dhruvbaldawa has joined #ipfs
gde33 has joined #ipfs
athan has quit [Ping timeout: 255 seconds]
nephelite has joined #ipfs
athan has joined #ipfs
xnbya has quit [Ping timeout: 240 seconds]
<lgierth> it's the same for chrome
<lgierth> dliot[m]: ^
<lgierth> eeeh sorry dliot[m], i meant dlobi
xnbya has joined #ipfs
nillia has joined #ipfs
Alpha64 has joined #ipfs
erictapen has quit [Ping timeout: 268 seconds]
}ls{ has quit [Ping timeout: 260 seconds]
nillia has quit [Remote host closed the connection]
}ls{ has joined #ipfs
leavehouse has joined #ipfs
Encrypt has joined #ipfs
jaboja has joined #ipfs
whyrusleeping changed the topic of #ipfs to: go-ipfs 0.4.13 is out! Please try out: https://dist.ipfs.io/go-ipfs/v0.4.12-rc2 | Dev chat: #ipfs-dev | 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
<Icefoz_> whyrusleeping: The link in the topic still points to v0.4.12-rc2
<whyrusleeping> Icefoz_: mmm... thanks!
whyrusleeping changed the topic of #ipfs to: go-ipfs 0.4.13 is out! Please try out: https://dist.ipfs.io/go-ipfs/v0.4.13 | Dev chat: #ipfs-dev | 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
jaboja has quit [Ping timeout: 240 seconds]
jaboja has joined #ipfs
kirby__ has quit [Remote host closed the connection]
xnbya has quit [Ping timeout: 268 seconds]
xnbya has joined #ipfs
kirby__ has joined #ipfs
Aranjedeath has joined #ipfs
Encrypt has quit [Quit: Quit]
jaboja has quit [Ping timeout: 248 seconds]
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
kirby__ has quit [Ping timeout: 248 seconds]
Jesin has joined #ipfs
kirby__ has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
warner has quit [Ping timeout: 240 seconds]
warner has joined #ipfs
dhruvbaldawa has quit [Remote host closed the connection]
warner has quit [Client Quit]
dhruvbaldawa has joined #ipfs
jaboja has joined #ipfs
dhruvbaldawa has quit [Ping timeout: 250 seconds]
captain_morgan has quit [Remote host closed the connection]
captain_morgan has joined #ipfs
kirby__ has quit [Remote host closed the connection]
kirby__ has joined #ipfs
warner has joined #ipfs
oc0pus has joined #ipfs
oc0pus has quit [Ping timeout: 240 seconds]
oc0pus has joined #ipfs
astronavt has joined #ipfs
tinybike has joined #ipfs
nillia has joined #ipfs
jaboja has quit [Ping timeout: 240 seconds]
nillia has quit [Remote host closed the connection]
pcctw has joined #ipfs
oc0pus has quit [Quit: Leaving]
nillia has joined #ipfs
sydbarrett74 has joined #ipfs
benk[m] has joined #ipfs
jaboja has joined #ipfs
astronavt has quit [Quit: Leaving...]
Jesin has quit [Quit: Leaving]
droman has quit [Quit: WeeChat 1.9.1]
kirby__ has quit [Remote host closed the connection]
kirby__ has joined #ipfs
tinybike has quit [Ping timeout: 260 seconds]
r3dfish has joined #ipfs
r3dfish is now known as redfish
Jesin has joined #ipfs
talonz has quit [Ping timeout: 260 seconds]
tinybike has joined #ipfs
talonz has joined #ipfs
talonz has quit [Remote host closed the connection]
Aranjedeath has quit [Ping timeout: 246 seconds]
nillia has quit [Remote host closed the connection]
nillia has joined #ipfs
kirby__ has quit [Ping timeout: 248 seconds]
vvvolf[m] has joined #ipfs
nillia has quit [Remote host closed the connection]
boop has joined #ipfs
<boop> hey guys... first of all congrats on the crazy amount of dough you raised in the ico.
<boop> second... i've been following ipfs for ages now... and i keep thinking about something that i've never been able to really answer. if i add something to ipfs, e.g a file. i have a hash for it. does it automatically start getting propagated to other nodes? or does someone else have to search for it first in order for it to be replicated on another node?
HTTP___GK1wmSU has joined #ipfs
HTTP___GK1wmSU has left #ipfs [#ipfs]
<r0kk3rz> data is only transferred on request
vanadium has quit [Quit: ZNC 1.6.5+deb2+b2 - http://znc.in]
vvvolf[m] has left #ipfs ["User left"]
<deltab> you could send a message to other nodes asking them to request it, using e.g. ipfs-cluster
leavehouse has quit [Quit: leavehouse]
<deltab> and with filecoin you'll have a way to both pay them for it and check that they're doing it
<atmoz> Does other nodes cache the content, if someone downloads the file? If I start my own node, have I 100% control of what is stored on the node? Let's say I pin only one file, is that all that is stored and transferred from that node?
<deltab> yes
<atmoz> What happens if one file suddenly becomes very popular, and only one node has that file. Must other nodes manually pin that popular file, to be able to reduce load on that initial node?
<deltab> if you have the hash for that file: otherwise you'd have to request the directories on the path
<deltab> caching is automatic, so the content will spread out across nodes that have requested it
<deltab> if they don't pin it, in time it'll expire from their caches
<atmoz> Ah, so it is cached when downloaded, naturally
<atmoz> So a popular file will not take down a node, because the network will cache the file on the node that downloaded it and they will serve it, just like BitTorrent?
<deltab> yes
<atmoz> Thanks. That makes sense
<atmoz> Anyone using ipfs in production?
<atmoz> I guess not, but I hope we can soon, because these features are so awesome, I can't wait
Foxcool has quit [Ping timeout: 240 seconds]
<r0kk3rz> ipfs is still in 'most fast and break stuff' mode, not quite open for business yet
<r0kk3rz> but you can do some fairly cool things already
<whyrusleeping> I wouldnt say thats entirely accurate
<whyrusleeping> moving pretty fast yes, but not breaking anything
<whyrusleeping> we actually take a great deal of care *not* to break anything
astronavt has joined #ipfs
jaboja has quit [Ping timeout: 258 seconds]
jaboja has joined #ipfs
<atmoz> Are there any personal project that I can enjoy? Like syncing my stuff between laptop and VPS? Is that usable/recommended?
tinybike has quit [Ping timeout: 268 seconds]
sydbarrett74 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
sim590 has quit [Ping timeout: 248 seconds]
leavehouse has joined #ipfs
sim590 has joined #ipfs
onikuma has joined #ipfs
<seancjscherer[m]> I like IPFS, but I don't see the great advantage you'd be getting out of it for that... Why not use Unison or something like that ?
<seancjscherer[m]> (ps, I only have a half-baked understanding of IPFS, and have not really used it myself !)
<seancjscherer[m]> hmm, I guess content addressable is neat - in case your renaming / moving folders, thats ture!
<seancjscherer[m]> *true
<r0kk3rz> yeah better to use syncthing
anewuser has joined #ipfs
nillia has joined #ipfs
<boop> yea am curious as well about use in production and for what purposes? replacing s3/blob-store?
<boop> also, curious if you guys have shifted development efforts to filecoin after the ico?
nillia has quit [Ping timeout: 240 seconds]
<deltab> I think that's next year
boop has quit [Quit: Page closed]
anewuser has quit [Ping timeout: 240 seconds]
erictapen has joined #ipfs
erictapen has quit [Remote host closed the connection]
erictapen has joined #ipfs
<whyrusleeping> We've actually increased the number of people working on ipfs since the sale, and have several people working on filecoin. I'm spending a portion of my time on filecoin work. Mostly spec writing, experimentation and research, and hiring.
anewuser has joined #ipfs