jbenet changed the topic of #ipfs to: IPFS - InterPlanetary File System - https://github.com/ipfs/ipfs -- channel logged at https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://github.com/ipfs/community/blob/master/code-of-conduct.md -- Sprints: https://github.com/ipfs/pm/ -- Community Info: https://github.com/ipfs/community/ -- FAQ: https://github.com/ipfs/faq -- Support: https://github.com/ipfs/support
ygrek has joined #ipfs
jatb has quit [Ping timeout: 244 seconds]
<Confiks> So.. go-ipfs/core/commands/object.go's objectPut looks promising.
<ipfsbot> [go-ipfs] whyrusleeping created feat/low-mem-experiment (+1 new commit): http://git.io/vBKwT
<ipfsbot> go-ipfs/feat/low-mem-experiment a6a1dbc Jeromy: introduce low memory flag...
guest234234 has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping opened pull request #2012: introduce low memory flag (dev0.4.0...feat/low-mem-experiment) http://git.io/vBKwn
<whyrusleeping> Confiks: why is ipns too hairy right now?
<whyrusleeping> too slow?
jatb has joined #ipfs
<Confiks> No, I haven't actually tried it. It seems neat to use it for object discovery per peer (although I don't see how to do it without polling).
<Confiks> It opens a ton of complexity, and just Dialing a peer seems so much simpeler.
<Confiks> (so polling: Peer A publishes a brand-new object on an interval, and peer B wants to know which objects A has produced, so it can retrieve it)
<Confiks> (and publishing here is more like having available)
<Confiks> (Peer A could publish all available objects on an IPNS name (or subdirectory thereof), and B would need to poll the DHT periodically on the name.)
<Confiks> Either what's in those stupid parentheses, or directly Dialing a peer and 'pushing' the object id.
seductivebarry has joined #ipfs
<whyrusleeping> ah, fair enough
jatb has quit [Ping timeout: 244 seconds]
jatb has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
seductivebarry has quit [Ping timeout: 240 seconds]
jatb has quit [Ping timeout: 244 seconds]
jatb has joined #ipfs
harlan_ has joined #ipfs
reit has joined #ipfs
<Confiks> So if you create a listener with corenet's Listen, and you Accept a connect, is there assurance that the RemotePeer has given a valid proof of knowledge of a private key, and the PeerID is the hash of the corresponding private key?
<Confiks> public key*
seductivebarry has joined #ipfs
<Confiks> So without -vvv: Is the ownership of the PeerID verified?
<kyledrake> Auto tor use is baked into bitcoin core now https://github.com/bitcoin/bitcoin/pull/6639
<Confiks> It would be another answer to the question "How is [IPFS Dial] better than the net package?" in the 'Roll you own IPFS' example.
<alu> ehh?
<alu> i read about tors ephemeral hidden services
<alu> reminded me a lot of onionshare by micah
NeoTeo has quit [Quit: ZZZzzz…]
<ipfsbot> [go-ipfs] rht pushed 1 new commit to hotfix/auto-gc: http://git.io/vBKXw
<ipfsbot> go-ipfs/hotfix/auto-gc 4a1043b rht: Remove the err brake from PeriodicGC...
NeoTeo has joined #ipfs
cryptotec has joined #ipfs
NightRa has quit [Quit: Connection closed for inactivity]
harlan_ has quit [Ping timeout: 246 seconds]
patcon has quit [Ping timeout: 246 seconds]
cryptotec has quit [Ping timeout: 240 seconds]
guest234234 has quit [Ping timeout: 246 seconds]
rht___ has joined #ipfs
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
NeoTeo has quit [Ping timeout: 240 seconds]
Qwertie- has joined #ipfs
Qwertie has quit [Ping timeout: 240 seconds]
border0464 has quit [Ping timeout: 246 seconds]
border0464 has joined #ipfs
cemerick has joined #ipfs
cryptotec has joined #ipfs
simonv3 has quit [Quit: Connection closed for inactivity]
cemerick has quit [Ping timeout: 246 seconds]
cryptotec has quit [Ping timeout: 246 seconds]
Qwertie has joined #ipfs
Qwertie- has quit [Read error: Connection reset by peer]
Qwertie- has joined #ipfs
infinity0 has quit [Remote host closed the connection]
Qwertie has quit [Ping timeout: 240 seconds]
harlan_ has joined #ipfs
computerfreak668 has quit [Remote host closed the connection]
computerfreak668 has joined #ipfs
koo8 has quit [Ping timeout: 246 seconds]
cemerick has joined #ipfs
infinity0 has joined #ipfs
<harlan_> I plan to set up an IPFS node on Circle CI which has a consistent keypair, so it can sign IPNS records. The node will be ephemeral; created fresh on each build. My plan so far is to use https://github.com/ipfs/js-ipfsd-ctl to spin up a node, and set the public/private key from environment variables stored within Circle CI. Sound good? Better ways to do any of this?
cemerick has quit [Ping timeout: 260 seconds]
jedahan has joined #ipfs
leer10 has joined #ipfs
mercurytw has joined #ipfs
<mercurytw> is it possible to change the log location of the ipfs daemon?
cryptotec has joined #ipfs
jedahan has quit [Quit: Textual IRC Client: www.textualapp.com]
voxelot has joined #ipfs
voxelot has joined #ipfs
rht___ has quit [Quit: Connection closed for inactivity]
cryptotec has quit [Ping timeout: 260 seconds]
Qwertie has joined #ipfs
Qwertie- has quit [Ping timeout: 240 seconds]
ygrek has quit [Ping timeout: 260 seconds]
<lgierth> harlan_: that sounds good to me
computerfreak668 has quit [Remote host closed the connection]
gendale_ has quit [Ping timeout: 260 seconds]
<lgierth> davidar_: the storage nodes will get automatic gc very soon
<lgierth> that doesn't effect your $homes but i suggest you run gc there regularly too
cryptotec has joined #ipfs
voxelot has quit [Ping timeout: 260 seconds]
<lgierth> mercurytw: it doesn't log to files any longer
<lgierth> mercurytw: only stdout/stderr and the ipfs logs command
<lgierth> s/ipfs logs/ipfs log/
cryptotec has quit [Ping timeout: 246 seconds]
leer10 has quit [Ping timeout: 240 seconds]
gunn_ has joined #ipfs
gunn has quit [Ping timeout: 272 seconds]
Not_ has joined #ipfs
harlan_ has quit [Ping timeout: 246 seconds]
<M-davidar> lgierth (IRC): ok
<M-davidar> lgierth (IRC): what would be the easiest way to migrate stuff from my home daemon into the main one?
mercurytw has quit [Ping timeout: 260 seconds]
mercurytw has joined #ipfs
voxelot has joined #ipfs
Senji has joined #ipfs
mercurytw2 has joined #ipfs
mercurytw has quit [Ping timeout: 260 seconds]
cryptotec has joined #ipfs
silotis_ has joined #ipfs
spikebike has quit [Ping timeout: 265 seconds]
trnv2 has joined #ipfs
cryptotec has quit [Ping timeout: 246 seconds]
svetter_ has joined #ipfs
koo7 has quit [*.net *.split]
qgnox has quit [*.net *.split]
silotis has quit [*.net *.split]
trn has quit [*.net *.split]
centauri has quit [*.net *.split]
svetter has quit [*.net *.split]
svetter_ is now known as svetter
Pharyngeal has quit [*.net *.split]
jatb has quit [*.net *.split]
cSmith has quit [*.net *.split]
emery has quit [*.net *.split]
trnv2 is now known as trn
mercurytw has joined #ipfs
mercurytw2 has quit [Ping timeout: 240 seconds]
Whispery has joined #ipfs
Senji has quit [Disconnected by services]
Senj has joined #ipfs
Senj is now known as Senji
koo7 has joined #ipfs
pokeball99_ has joined #ipfs
centauri has joined #ipfs
feross_ has joined #ipfs
risk_ has joined #ipfs
manveru_ has joined #ipfs
daviddias_ has joined #ipfs
ehd_ has joined #ipfs
yoshuawuyts_ has joined #ipfs
qgnox has joined #ipfs
kevin``_ has joined #ipfs
kevin`` has quit [Disconnected by services]
kevin``_ is now known as kevin``
Stskeepz has joined #ipfs
ansuz_ has joined #ipfs
aar-_ has joined #ipfs
alive_ has joined #ipfs
alterego_ has joined #ipfs
cblgh_ has joined #ipfs
cblgh has quit [Disconnected by services]
fingertoe has joined #ipfs
barnacs_ has joined #ipfs
M-osener1 has joined #ipfs
M-trashrabbit1 has joined #ipfs
|GonZo2000| has joined #ipfs
nomoremoney_ has joined #ipfs
riveter_ec2 has joined #ipfs
sickill_ has joined #ipfs
guybrush_ has joined #ipfs
ryepdx_ has joined #ipfs
Qwertie- has joined #ipfs
M-nated1 has joined #ipfs
[tymat] has joined #ipfs
Qwertie has quit [*.net *.split]
alterego has quit [*.net *.split]
aar- has quit [*.net *.split]
feross has quit [*.net *.split]
captain_morgan has quit [*.net *.split]
M-nated has quit [*.net *.split]
manveru has quit [*.net *.split]
ehd has quit [*.net *.split]
sasha- has quit [*.net *.split]
Animazing has quit [*.net *.split]
yoshuawuyts has quit [*.net *.split]
M-osener has quit [*.net *.split]
riveter has quit [*.net *.split]
M-eternaleye has quit [*.net *.split]
M-matthew has quit [*.net *.split]
nomoremoney has quit [*.net *.split]
ryepdx has quit [*.net *.split]
M-trashrabbit has quit [*.net *.split]
risk has quit [*.net *.split]
tymat has quit [*.net *.split]
TheWhisper has quit [*.net *.split]
ansuz has quit [*.net *.split]
sickill has quit [*.net *.split]
pokeball99 has quit [*.net *.split]
daviddias has quit [*.net *.split]
bsm117532 has quit [*.net *.split]
Stskeeps has quit [*.net *.split]
lachenmayer has quit [*.net *.split]
barnacs has quit [*.net *.split]
orzo has quit [*.net *.split]
Myagui has quit [*.net *.split]
alive has quit [*.net *.split]
GonZo2000 has quit [*.net *.split]
guybrush has quit [*.net *.split]
M-kegan has quit [Read error: Connection reset by peer]
M-davidar-test has quit [Remote host closed the connection]
M-victorm has quit [Remote host closed the connection]
M-oddvar has quit [Remote host closed the connection]
M-giodamelio has quit [Write error: Broken pipe]
M-amstocker has quit [Write error: Broken pipe]
M-whyrusleeping1 has quit [Write error: Broken pipe]
M-nated1 has quit [Write error: Broken pipe]
M-edrex1 has quit [Write error: Broken pipe]
M-trashrabbit1 has quit [Write error: Broken pipe]
erikj` has quit [Write error: Broken pipe]
M-alien has quit [Write error: Broken pipe]
M-rschulman1 has quit [Write error: Broken pipe]
M-rschulman2 has quit [Write error: Broken pipe]
M-mistake1 has quit [Write error: Connection reset by peer]
M-davidar has quit [Write error: Broken pipe]
ryepdx_ is now known as ryepdx
[tymat] is now known as tymat
trn has quit [Excess Flood]
riveter_ec2 is now known as riveter
M-cryptix has quit [Write error: Broken pipe]
M-jbenet has quit [Write error: Broken pipe]
M-jgrowl1 has quit [Write error: Broken pipe]
M-staplemac1 has quit [Write error: Broken pipe]
M-osener1 has quit [Write error: Broken pipe]
M-jfred has quit [Write error: Broken pipe]
M-hash1 has quit [Write error: Broken pipe]
M-prosodyContext has quit [Write error: Broken pipe]
M-david has quit [Write error: Broken pipe]
pokeball99_ is now known as pokeball99
trn has joined #ipfs
feross_ is now known as feross
yoshuawuyts_ is now known as yoshuawuyts
lachenmayer has joined #ipfs
ehd_ is now known as ehd
sasha- has joined #ipfs
r04r is now known as zz_r04r
risk_ is now known as risk
jero_ has joined #ipfs
daviddias_ is now known as daviddias
manveru_ is now known as manveru
thelinuxkid has quit [*.net *.split]
jero has quit [*.net *.split]
jero_ is now known as jero
Myagui has joined #ipfs
orzo has joined #ipfs
jero is now known as Guest28878
captain_morgan has joined #ipfs
bsm117532 has joined #ipfs
Animazing has joined #ipfs
thelinuxkid has joined #ipfs
domanic has joined #ipfs
harlan_ has joined #ipfs
<fingertoe> [0__0]: ping
<harlan_> lgierth: open CORS on ipfs.io seems to be working well... screenshot: https://ipfs.io/ipfs/QmV8e64oRKabaPxgZBN8ojpQRovtbQ4E2LgUvGXhFkSqWf
<pokeball99> Closest thing you will find to watching asia on ISD: http://get.your-d.tk
<pokeball99> Host THAT on ipfs
<harlan_> source code for above screenshot ^^^ https://ipfs.io/ipfs/QmUEBbe9ZudG4Fpy9iS4ZJNMbdpz5YgpmVxBhTeCy3bRps
leer10 has joined #ipfs
ygrek has joined #ipfs
leer10 has quit [Remote host closed the connection]
ygrek has quit [Ping timeout: 240 seconds]
<harlan_> can someone pin this hash to ipfs.io plz? QmYShjC6KjVPns2AuY77rbDPL1XEygWEo2485r9qL6EYTc -- it's now linked to in the dataviz readme: https://github.com/ipfs/dataviz
<harlan_> btw, botbot.me seems to be way behind ... https://botbot.me/freenode/ipfs/
M-cryptix has joined #ipfs
M-edrex has joined #ipfs
leer10 has joined #ipfs
M-giodamelio has joined #ipfs
M-alien has joined #ipfs
M-osener has joined #ipfs
M-matthew has joined #ipfs
M-rschulman has joined #ipfs
M-erikj has joined #ipfs
M-staplemac has joined #ipfs
M-whyrusleeping has joined #ipfs
cryptotec has joined #ipfs
M-jgrowl has joined #ipfs
M-mistake has joined #ipfs
M-jbenet has joined #ipfs
M-prosodyContext has joined #ipfs
M-amstocker has joined #ipfs
M-eternaleye has joined #ipfs
M-davidar has joined #ipfs
M-rschulman1 has joined #ipfs
M-hash has joined #ipfs
M-kegan has joined #ipfs
M-trashrabbit has joined #ipfs
M-davidar-test has joined #ipfs
M-jfred has joined #ipfs
M-oddvar has joined #ipfs
M-victorm has joined #ipfs
M-david has joined #ipfs
ygrek has joined #ipfs
cryptotec has quit [Ping timeout: 240 seconds]
<ipfsbot> [js-ipfs-api] diasdavid closed pull request #148: Fix link (master...link-fix) http://git.io/vBcK2
Not_ has quit [Ping timeout: 240 seconds]
M-nated has joined #ipfs
fingertoe has quit [Ping timeout: 246 seconds]
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to chai: http://git.io/vB6NT
<ipfsbot> js-ipfs-api/chai 3bd6788 David Dias: fix the bug on dht
domanic has quit [Ping timeout: 260 seconds]
cryptotec has joined #ipfs
ygrek has quit [Ping timeout: 240 seconds]
Stskeepz is now known as Stskeeps
Stskeeps has quit [Quit: Reconnecting]
Stskeeps has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to feat/provide-many: http://git.io/vB6pF
<ipfsbot> go-ipfs/feat/provide-many 5c05b27 Jeromy: make bitswap use provide many...
cryptotec has quit [Ping timeout: 246 seconds]
harlan_ has quit [Ping timeout: 246 seconds]
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to feat/low-mem-experiment: http://git.io/vB6jH
<ipfsbot> go-ipfs/feat/low-mem-experiment 00dc67c Jeromy: low memory setting for bitswap...
Qwertie- has quit [Changing host]
Qwertie- has joined #ipfs
NeoTeo has joined #ipfs
cryptotec has joined #ipfs
computerfreak668 has joined #ipfs
evanmccarter has quit [Quit: Connection closed for inactivity]
cSmith has joined #ipfs
jatb has joined #ipfs
emery has joined #ipfs
<mercurytw> any feedback would be very welcome: https://github.com/mercurytw/ipfs-daemon-initd
Pharyngeal has joined #ipfs
<mercurytw> It'd be great if someone with debian could test this too
patcon has joined #ipfs
lachenmayer has quit [Changing host]
lachenmayer has joined #ipfs
M-davidar has joined #ipfs
M-davidar has quit [Changing host]
M-rschulman has quit [Changing host]
M-rschulman has joined #ipfs
M-mistake has joined #ipfs
M-mistake has quit [Changing host]
M-prosodyContext has joined #ipfs
M-prosodyContext has quit [Changing host]
M-matthew has quit [Changing host]
M-matthew has joined #ipfs
M-david has quit [Changing host]
M-david has joined #ipfs
M-alien has quit [Changing host]
M-alien has joined #ipfs
M-rschulman1 has joined #ipfs
M-rschulman1 has quit [Changing host]
M-kegan has quit [Changing host]
M-kegan has joined #ipfs
M-edrex has quit [Changing host]
M-edrex has joined #ipfs
M-jfred has quit [Changing host]
M-jfred has joined #ipfs
M-cryptix has quit [Changing host]
M-cryptix has joined #ipfs
M-giodamelio has quit [Changing host]
M-giodamelio has joined #ipfs
M-osener has quit [Changing host]
M-osener has joined #ipfs
M-erikj has joined #ipfs
M-staplemac has joined #ipfs
M-erikj has quit [Changing host]
M-whyrusleeping has joined #ipfs
M-staplemac has quit [Changing host]
M-whyrusleeping has quit [Changing host]
M-jgrowl has quit [Changing host]
M-jgrowl has joined #ipfs
M-jbenet has joined #ipfs
M-amstocker has joined #ipfs
M-jbenet has quit [Changing host]
M-amstocker has quit [Changing host]
M-eternaleye has quit [Changing host]
M-eternaleye has joined #ipfs
M-hash has quit [Changing host]
M-hash has joined #ipfs
M-trashrabbit has joined #ipfs
M-davidar-test has joined #ipfs
M-oddvar has joined #ipfs
M-trashrabbit has quit [Changing host]
M-davidar-test has quit [Changing host]
M-oddvar has quit [Changing host]
M-victorm has quit [Changing host]
M-victorm has joined #ipfs
M-nated has quit [Changing host]
M-nated has joined #ipfs
<mercurytw> I'm going to repost this since it just got buried under join spew. Hope you don't mind. https://github.com/mercurytw/ipfs-daemon-initd
<computerfreak668> just run install sh on ubuntu , works
<Stskeeps> krl: noticed your https://github.com/krl/ipfs-crdts .. is that meant to be distributed, as in, multiple clients against a common object?
<mercurytw> thanks computerfreak. Can you run a "which service" in a shell and tell me if you have that command?
Qwertie- is now known as Qwertie
<mercurytw> nvm im a moron
<mercurytw> I just improved the cronjob's compatibility. if you're interested in actually using this then I suggest pulling and rerunning the installer
cryptotec has quit [Remote host closed the connection]
cryptotec has joined #ipfs
mercurytw2 has joined #ipfs
cryptotec has quit [Remote host closed the connection]
cryptotec has joined #ipfs
mercurytw has quit [Ping timeout: 260 seconds]
screensaver has quit [Ping timeout: 240 seconds]
mercurytw2 is now known as mercurytw
NeoTeo has quit [Quit: ZZZzzz…]
patcon has quit [Ping timeout: 240 seconds]
alterego_ is now known as alterego
NeoTeo has joined #ipfs
anticore has joined #ipfs
domanic has joined #ipfs
devbug has joined #ipfs
<M-davidar> mercurytw: cool, it'd be great if these init scripts (I believe there's another one floating around somewhere) could make their way into the official distribution somewhere
<M-davidar> bah, why do people have to leave so soon after talking? :/
<mercurytw> Im still here
<mercurytw> I'd be happy for bossman whyrusleeping to integrate it
<mercurytw> he's already got one for osx it seems
<M-davidar> mercurytw: you could try submitting an issue/PR?
<mercurytw> sure
<M-davidar> cool
pfraze has quit [Remote host closed the connection]
<mercurytw> are you running linux davidar?
koo8 has joined #ipfs
cryptotec has quit [Remote host closed the connection]
cryptotec has joined #ipfs
wiedi has joined #ipfs
<M-davidar> mercurytw: yeah (ubuntu)
<mercurytw> ah okay. I just had someone with ubuntu give my script a test drive, but feel free to check it out yourself
<mercurytw> if you can read bash script I'd be happy to get a second pair of eyes on it tbh
<mercurytw> im running fedora myself
<mercurytw> I use RHEL at work, so it's convenient to come home to a similar flavor
<mercurytw> used to use ubuntu though
<computerfreak668> sry was shopping
<computerfreak668> which service gives me /usr/sbin/service
<computerfreak668> u u said i should git clone again right?
<computerfreak668> im a bit of noob: i already have the 'program' installed, howto easy replace it with new version?
<computerfreak668> mercurytw: is there more to do with this or is its only purpose to get an ipfs daemon running forever? :)
<mercurytw> if you already have service then you're set actually :)
<mercurytw> this should get your ipfs daemon running "forever"
<mercurytw> it should start when your computer starts up, and if ipfs daemon crashes for whatever reason, it'll automagically be restarted within 5 minutes
<computerfreak668> ok coll script, usefull :)
<mercurytw> you can check to see if it's running like so:
<mercurytw> service ipfsd status
<mercurytw> actually you'll need sudo
<mercurytw> sudo service ipfsd status
<computerfreak668> damn no service :/
<mercurytw> no?
<mercurytw> oh i think you need to start it manually the first time
<mercurytw> try
<computerfreak668> unrecognized service
<mercurytw> oh hm
<mercurytw> did it install properly?
<kpcyrd> computerfreak668: which init system do you use?
<kpcyrd> /usr/sbin/service can mean a lot of things
<mercurytw> ah
<computerfreak668> init.d
<kpcyrd> ls -la /etc/init.d/ipfsd
<computerfreak668> -rwxr-xr-x 1 root root 2247 Nov 28 09:52 /etc/init.d/ipfsd
<kpcyrd> hm, that should work..
<mercurytw> try this
<mercurytw> sudo /etc/init.d/ipfsd start
<computerfreak668> already tested, same result
<mercurytw> what's it say?
<computerfreak668> unrecognized service
<mercurytw> really...
<computerfreak668> installer said it should be included in $PATH
<mercurytw> oh
<mercurytw> can you do this for me
<mercurytw> which ipfs
<computerfreak668> no i mean the output said that it was added , but its not available
<computerfreak668> also sudo ./ipfsd start
<computerfreak668> gives me no permission ?
<mercurytw> no permission
<mercurytw> hm
<computerfreak668> for .ipfs/api
<computerfreak668> oh maybe i need to compile latest go-implementation?
<mercurytw> oh
<mercurytw> can you run ipfs daemon normally?
<mercurytw> just run
<mercurytw> ipfs daemon
<computerfreak668> ok
<mercurytw> and see if it works
<computerfreak668> that works
<mercurytw> well then you shouldn't need the latest go implementation
<mercurytw> can you give me the exact output when you run sudo /etc/init.d/ipfsd start
<computerfreak668> max@ubuntu-lap:~/ipfs-daemon-initd$ sudo ./ipfsd start
<computerfreak668> Starting ipfsd
<computerfreak668> Error: open /home/max/.ipfs/api: permission denied
<computerfreak668> Unable to start ipfsd
<mercurytw> thanks
<mercurytw> well that's the issue. the daemon is trying to access some stuff that's in your home directory
<mercurytw> and it's getting a permissions issue, as it should
<computerfreak668> well there is no ipfs/api folder
<kpcyrd> computerfreak668: ipfs is a bit hard to start as a service, it needs to run as the same user you're using ipfs with
<kpcyrd> the systemctl --user file is nice
<mercurytw> it should be running it as the daemon from the script
<computerfreak668> well i think its running
<kpcyrd> computerfreak668: under which user?
<mercurytw> do this
<mercurytw> ps -A | grep ipfs
<mercurytw> that'll really tell you if it's running
<computerfreak668> nothing?
<mercurytw> then it's not running :P
<computerfreak668> no output
<computerfreak668> xD
<computerfreak668> but i can ipfs id
<mercurytw> i seem to be able to run that command when my daemon isn't running too
<computerfreak668> ok that means nothing ..
<computerfreak668> well its deffinitly not running xD
<mercurytw> ah let's try it the hard way... try this
leer10 has quit [Ping timeout: 240 seconds]
shyamsk has quit [Read error: Connection reset by peer]
<mercurytw> sudo -u ipfsd ipfs daemon
<kpcyrd> > ipfsd
<kpcyrd> that's the error
herrding has joined #ipfs
<mercurytw> no I add that user in the install script
<mercurytw> he should have it in his system
<kpcyrd> you should run the daemon as your user unless you want to execute all ipfs commands as ipfsd
domanic has quit [Ping timeout: 240 seconds]
<computerfreak668> ok guys here is the full install log pasted in chat comands:
<computerfreak668> max@ubuntu-lap:~/ipfs-daemon-initd$ sh install.sh
<computerfreak668> install.sh: 7: [: Illegal number:
<computerfreak668> Finding ipfs...
<computerfreak668> Found ipfs at /usr/local/bin/ipfs
<computerfreak668> Creating daemon...
computerfreak668 has quit [Excess Flood]
<kpcyrd> and if you execute all commands as ipfsd you might run into permission problems if your regular user can access the file but ipfsd can't
Encrypt has joined #ipfs
computerfreak668 has joined #ipfs
<computerfreak668> am i still here? ping
<mercurytw> it seems like we use a very different workflow for ipfs :P
<computerfreak668> ah
<mercurytw> i do everything through the webui
<computerfreak668> ah ok
<computerfreak668> i like the terminak
<computerfreak668> terminal
<mercurytw> if you want you can adjust the init script
<mercurytw> in /etc/init.d/ipfsd, change the line that says user="ipfsd" to say user="max"
<mercurytw> that should actually be all you need to make it use your account
<mercurytw> and therefore, work fine on the terminal
<mercurytw> im looking at why you have an error on line 7 of the init script right now though
<computerfreak668> ok with user max :
<computerfreak668> sudo service ipfsd start
<computerfreak668> Starting ipfsd
<computerfreak668> Unable to start ipfsd
<computerfreak668> Sessions still open, not unmounting
<computerfreak668> /bin/sh: 1: cannot create /ipfsd/ipfsd.log: Permission denied
<mercurytw> ah
<mercurytw> one more line to tweak :)
<mercurytw> change dir="/ipfsd" to dir="/home/max"
<mercurytw> it's right up at the top near the user line
<computerfreak668> good idea
<mercurytw> Im glad i made all this stuff variables
<computerfreak668> looks like its not finding log now -.-
<computerfreak668> maybe log file path ?
<mercurytw> what do you mean when you say it's not finding the log?
<computerfreak668> max@ubuntu-lap:~/.ipfs$ sudo service ipfsd start
<computerfreak668> Starting ipfsd
<computerfreak668> mv: cannot stat ‘/tmp/ipfsd.log’: No such file or directory
<mercurytw> ah ok
<mercurytw> check to see if it's running
rendar has joined #ipfs
<mercurytw> ps -A |grep ipfs
border0464 has quit [Ping timeout: 240 seconds]
border0464 has joined #ipfs
<mercurytw> that mv error isn't fatal
<computerfreak668> well then we are ready now :)
<computerfreak668> max@ubuntu-lap:~/.ipfs$ ps -A |grep ipfs
<computerfreak668> 5732 pts/0 00:00:13 ipfs
<mercurytw> awesome
<computerfreak668> yeah
<mercurytw> can you check to see if this file exits?
<mercurytw> thisone: /tmp/ipfsd.log
<computerfreak668> no
yrjo has joined #ipfs
<mercurytw> hrm
<mercurytw> do you see anything in your /tmp folder that ends in a .log?
<computerfreak668> no only a folder and a file but nothing releated to ipfs
<mercurytw> weird
<mercurytw> run sudo ipfsd status
<computerfreak668> but i made some changes and now the log file is located at /home/max/.ipfs/$name.log
<mercurytw> that tmp file isn't the log file
<mercurytw> it has a .log extension by mistake
<computerfreak668> ok
<computerfreak668> so i change the ending to ?
<mercurytw> .pid
<computerfreak668> sudo service ipfsd restart
<computerfreak668> Stopping ipfsd..Sessions still open, not unmounting
<computerfreak668> Stopped
<computerfreak668> Starting ipfsd
<computerfreak668> max@ubuntu-lap:~$
<mercurytw> woo no errors
<computerfreak668> yeah but i moved tmp file
<mercurytw> can you run sudo service ipfsd status
<computerfreak668> tmp_file="/home/max/.ipfs/$name.pid"
<mercurytw> that's fine
<computerfreak668> status running :D
* mercurytw high fives computerfreak
<computerfreak668> Gj
<mercurytw> awesome dude. Thanks for being a guinea pig
<mercurytw> sorry that was such a pita
<computerfreak668> hehe
<computerfreak668> i love this open-source community pretty much
<computerfreak668> the world should work offline the same, get rid of capitalism :P
<mercurytw> lol
<mercurytw> I'll add a reminder for myself to tweak the installer so it'll follow the steps we just described if you choose to do so
<mercurytw> so you can have a true daemon mode and a personal use mode like what you have
<computerfreak668> yeah sounds great
<mercurytw> if you want to get that daemon user off your computer you can do this
<mercurytw> sudo userdel ipfsd
<mercurytw> sudo rm -rf /ipfsd
<mercurytw> but it shouldn't do any harm just sitting there
<mercurytw> personally, i have ipfsd running as a daemon on a headless server
<computerfreak668> well maybe i wanna change to web api later ;)
<computerfreak668> this computer is just testing
<mercurytw> I tweaked the config file so I can use the webui from any computer in my LAN, and when I want files i just upload them there
<computerfreak668> in the end i wanna have a qt-programm :P
<mercurytw> haha GUIs are really annoying to program
<mercurytw> or maybe not annoying... just boring
<computerfreak668> why is this?
Myagui has quit [Excess Flood]
<computerfreak668> cant i just 'draw some buttons' and link the comands to it ? (easy speaking)
<mercurytw> it's just tedious work, and it's not challenging or particularly interesting
<rendar> computerfreak668: a qt program for ipfs?
<mercurytw> you have to make sure everything looks nice, and the window resizes properly, and so forth
<mercurytw> lots of massaging numbers
<computerfreak668> ok i understand so this is just for comercial use xD
<mercurytw> yep.
<computerfreak668> rendar: well i dream of a sync software based on ipfs ..
<mercurytw> youll say "oh maybe it should be 52 pixels wide." close. change the variable. Build. launch the program. open it up. "Hmmm.. maybe 57 pixels?" etc
<computerfreak668> but than i read furthe rinto the protocol
<mercurytw> you could maybe mix samba and a mounted ipfs
<computerfreak668> ipfs is not maidsafe/storj
devbug has quit [Read error: Connection reset by peer]
<computerfreak668> i really like the idea to farm computing power/storage/bandwith for ''mining'' some coins , and users can spend coins to get storage
<mercurytw> you mean filecoin?
<mercurytw> :)
<mercurytw> I'm really excited for that too
devbug has joined #ipfs
<computerfreak668> well that could be implemented but i think it bigger
<computerfreak668> like combining many blockchains
<computerfreak668> so there is a ''public'' ledger and unlimited ''private'' ledgers so u dont need to spend the miners if u have your own nodes
<computerfreak668> or wanna rent from cheaper nodes than ''public''
<mercurytw> ah i see
<computerfreak668> also private ledgers could be local, so your data can be theoretical accessed if the internet gets shutdown
<mercurytw> write it :)
<mercurytw> with the digital currency industry, you could make millions
<computerfreak668> well i rly wanna do it, jut need to learn more about qt ;)
<mercurytw> especially if you beat whyrusleeping to the punch :P
<computerfreak668> im not interested in money btw
<mercurytw> give it to me then
<computerfreak668> xD
<mercurytw> lol I'll put it to good use
<mercurytw> that way it won't tempt you into corruption
<computerfreak668> u cant make money if u dont premine, just if u setup nodes and get good rates :P
<mercurytw> I'll erect a statue in your honor on my mansion
<computerfreak668> hehe
<computerfreak668> i wanted to test https://github.com/MichaelMure/Arbore-qt
<computerfreak668> but i only have qtquick 2.2
<computerfreak668> and it needs 2.3 to build -.-
<mercurytw> have you seen pipe.com?
<computerfreak668> but this is probably a good base for start and for me to learn howto implement ipfs qith qt
<mercurytw> it's a peer-to-peer browser-based filesharing system
<mercurytw> it uses WebRTC so the comm is direct
<Stskeeps> computerfreak668: ipfs and qt is super easy in qml, at least
<Stskeeps> computerfreak668: and xmlhttprequest for anything that's not just downloading stuff from ipfs
Myagui has joined #ipfs
<computerfreak668> mercurytw: yeah looking good
<mercurytw> is there any benefit for me portforwarding 4001 to my ipfs instance?
<mercurytw> I seem to be connected fine to peers
<mercurytw> is it doing punchthrough? or does it use tcp?
<computerfreak668> Stskeeps: feel free to give me stuff to read, i need feed :D
<Stskeeps> computerfreak668: well remember that ipfs exposes a http://localhost:8080/ipfs/HASH interface
<Stskeeps> and qml can be source: "http://localhost:8080/ipfs/HASH" in elements
akkad has quit [Excess Flood]
<computerfreak668> ok nice
cryptote_ has joined #ipfs
<mercurytw> im in love with my new router
<mercurytw> i had a terrible netgear modem/router combo that kept tipping over whenever it had the slightest amount of load
<mercurytw> I finally have stable internet
cryptotec has quit [Ping timeout: 246 seconds]
<computerfreak668> what do u got now? fritzbox?
<computerfreak668> my ISP fucks me so hard.. 1,3 mbits and every 3 weeks 15 min sync fails and stuff ..
<mercurytw> i got the asus ac1900
voxelot has quit [Ping timeout: 240 seconds]
<mercurytw> i have 988 down and 9 up
<mercurytw> over wifi :)
ygrek has joined #ipfs
<mercurytw> lool
<mercurytw> *98 down
<mercurytw> yeah I was pissed at my ISP before until I realized it was just bufferbloat
<mercurytw> it was so bad before. I'd be on a skype call and my wife would open up a streaming video and boom the router would be resetting
akkad has joined #ipfs
<computerfreak668> oh shit
<computerfreak668> i always had fritz box router only, never had problems
<computerfreak668> only isp in austria is rly hard ..
voxelot has joined #ipfs
<computerfreak668> haaha they blocked kinox.to :P
<mercurytw> what's that?
gamemanj has joined #ipfs
<computerfreak668> a streaming site
<mercurytw> ever consider getting a proxy service?
<mercurytw> hmm I wonder if you could use ipfs as a proxying system
Soft has joined #ipfs
ygrek has quit [Ping timeout: 240 seconds]
<computerfreak668> hehe well i know howto bypass, it was just a statement how ''stupid'' the isp is ;)
<computerfreak668> well, too bad filecoin still uses proof of work and not proof of stake or proof of retrievability with proof of importance or such algo ..
shyamsk has joined #ipfs
<zaggynl> I' d use a vpn or tunnel in australia
devbug has quit [Read error: Connection reset by peer]
<computerfreak668> Austria =/ Australia
<computerfreak668> i used nVpn, was nice to pay with bitcoin
devbug has joined #ipfs
devbug has quit [Ping timeout: 260 seconds]
devbug has joined #ipfs
cblgh_ is now known as cblgh
devbug has quit [Read error: Connection reset by peer]
devbug has joined #ipfs
cryptote_ has quit [Remote host closed the connection]
<computerfreak668> someone know a way how i could import qt-quick 2.3 on my ubuntu 14.04? it just supports 2.2 currently, now i cant build the ipfs qt-gui :/
cryptotec has joined #ipfs
<computerfreak668> wow i jus found a solution :D
<computerfreak668> i now have qt 5.5 installed and everything works fine now
NightRa has joined #ipfs
cryptotec has quit [Remote host closed the connection]
<M-davidar> computerfreak668 (IRC): there's an ipfs Qt gui?
cryptotec has joined #ipfs
<computerfreak668> yes
juul has quit [Quit: WeeChat 0.4.2]
<computerfreak668> under developement
<computerfreak668> #arbore
<M-davidar> oh, right
<mercurytw> is there any push to make a gateway pool like ntp has?
<M-davidar> I'd forgotten about that
<M-davidar> mercurytw (IRC): ipfs.io has a DNS round robin
<zaggynl> doh, I read australia, my bad
<mercurytw> can I join it?
<M-davidar> mercurytw (IRC): no, only official ones
<mercurytw> bummer
<M-davidar> Check out openipfs though
<mercurytw> lol what is that a fork
<M-davidar> mercurytw (IRC): no, https://github.com/VictorBjelkholm/pincoop
<M-davidar> It's a service on top of ipfs
<mercurytw> ah
<mercurytw> misleading name
<M-davidar> Yeah, a bit :p
<M-davidar> zaggynl (IRC): good to know the name confusion goes in the other direction too :p
<zaggynl> I know the difference but for some reason my mind read stralia
<M-davidar> #STRAYA!!!
<mercurytw> seems like their site is down :P
<M-davidar> hmm
<mercurytw> not their github. openipfs.xyz
<M-davidar> .tell victorbjelkholm openipfs.xyz seems to be down
<M-davidar> Bah
<computerfreak668> well that arbore just support sharing/downloading atm but nice ui already ;)
<M-davidar> One sec
<mercurytw> am i reading this right?
cryptotec has quit [Ping timeout: 240 seconds]
<mercurytw> does this guy want me to pay him for me to add my node?
<mercurytw> under the readme, Contributing, item 1
multivac has joined #ipfs
cryptotec has joined #ipfs
<M-davidar> .tell VictorBjelkholm openipfs.xyz seems to be down
<multivac> M-davidar: I'll pass that on when VictorBjelkholm is around.
<mercurytw> actually it looks like he's transitioning to pincoop.xyz
<mercurytw> which is also down lol
pfraze has joined #ipfs
<M-davidar> mercurytw: I don't think so :/
<M-davidar> i think the donation should just be optional
<mercurytw> I'd hope so. My donation *is* my node lol
<M-davidar> yeah, I'm pretty sure that's fine
voxelot has quit [Ping timeout: 246 seconds]
<M-davidar> talk to victor about it when he's around
<mercurytw> okay
<mercurytw> do you know what his timezone is?
<M-davidar> somewhere in europe
<mercurytw> lol okay
<computerfreak668> where are u guys from?
<M-davidar> so ~UTC+1 i guess :p
<M-davidar> plus/minus whatever :p
<mercurytw> I'm in Pacific Time
<M-davidar> computerfreak668: STRAYA! ;)
<mercurytw> 5am here right now
<mercurytw> should be getting to bed :P
<M-davidar> hehe
<computerfreak668> well chatt is addictive ;)
<mercurytw> all this ipfs hullaballo is too exciting
<M-davidar> sometimes I feel like just setting my clocks to UTC
<M-davidar> screw all this local tz nonsense :p
<mercurytw> .tell computerfreak668 he smells funny
<multivac> mercurytw: I'll pass that on when computerfreak668 is around.
<mercurytw> hm
pfraze has quit [Ping timeout: 240 seconds]
<mercurytw> lol davidar I feel you, but the clocks having meaning i think is more useful
<computerfreak668> im not registered
<multivac> computerfreak668: 2015-11-28 - 12:51:07 <mercurytw> tell computerfreak668 he smells funny
<mercurytw> lol
<computerfreak668> xD
<computerfreak668> i like the name multivac ;)
<computerfreak668> isaac asimov, i love his stories
<mercurytw> there's too much room for abuse of that tell system
<mercurytw> lol
<mercurytw> pretty handy though
<mercurytw> .help
<multivac> mercurytw: I'm sending you a list of my commands in a private message!
<computerfreak668> .help
<mercurytw> omg it slices. it dices.
<multivac> computerfreak668: I'm sending you a list of my commands in a private message!
<computerfreak668> wow multivac spam me now xD
<mercurytw> look at all these useless features
<mercurytw> .rand
<multivac> mercurytw: random(0, 2147483647) = 1941846273
<M-davidar> computerfreak668 (IRC): :)
<mercurytw> .safety
<multivac> mercurytw: Only channel operators can change safety settings
<mercurytw> ah
<mercurytw> one more
<mercurytw> .xkcd
<multivac> http://xkcd.com/223 [Valentine's Day]
<mercurytw> okay i'm done now
<M-davidar> .xkcd rocks
<multivac> Could not find any comics for that query.
<M-davidar> :(
<M-davidar> .xkcd standards
<multivac> http://xkcd.com/927 [Standards]
amade has joined #ipfs
M-davidar is now known as davidar
<computerfreak668> .currency \.ur 500 EUR in BTC
<multivac> computerfreak668: Sorry, I didn't understand the input.
<computerfreak668> .currency 500 EUR in BTC
<multivac> 500.0 EUR (European Euro) = 1.465671382 BTC (Bitcoin—24hr average)
<computerfreak668> aah
<computerfreak668> .currency 500 EUR in PHS
<multivac> computerfreak668: Unknown currency: PHS
<computerfreak668> .currency 500 EUR in BTS
<multivac> computerfreak668: Unknown currency: BTS
<computerfreak668> ok only btc?
<mercurytw> .currency 1 USD in YEN
<multivac> mercurytw: Unknown currency: YEN
<mercurytw> .currency 1 USD in Y
<multivac> mercurytw: Sorry, I didn't understand the input.
<computerfreak668> .currency 500 EUR in CNY
<multivac> 500.0 EUR (European Euro) = 3387.82731776 CNY (Chinese renminbi)
<mercurytw> I don't think I've ever heard of renminbi before
<mercurytw> i learned a thing
<computerfreak668> lool
<davidar> .currency 1 AUD in USD
<multivac> 1.0 AUD (Australian dollar) = 0.719158339739 USD (U.S. dollar)
<davidar> :(
<mercurytw> .currency 1 AUD in RUP
<multivac> mercurytw: Unknown currency: RUP
<davidar> we were actually above parity at one point
<davidar> then politics :/
<mercurytw> .currency 1 AUD in INR
<multivac> 1.0 AUD (Australian dollar) = 48.0881053036 INR (Indian rupee)
<computerfreak668> .currency 1 EUR in USD
<multivac> 1.0 EUR (European Euro) = 1.05944798301 USD (U.S. dollar)
<computerfreak668> thats bad
<mercurytw> this is all pretty meaningles to me
<mercurytw> I really only understand the big mac index
<davidar> mercurytw: big macs are like $5 here :/
<computerfreak668> well this system wil ldestroy our planet if it continues to rule the politics
<mercurytw> $5.11
<mercurytw> usd
<davidar> huh, always thought US was way cheaper than that
<mercurytw> it might just be my state
<mercurytw> let me look somewhere cheaper
<mercurytw> $4.15 in north carolina
<mercurytw> usd
<mercurytw> but taco bell is where it's at
neoteo_ has joined #ipfs
devbug has quit [Ping timeout: 240 seconds]
<mercurytw> you can eat for a dollar and feel full
<mercurytw> if you're trying to save money
<computerfreak668> germans stop buying big macs generally ;)
<mercurytw> anyway I need to get to sleep before the sun comes up or I'll hate myself
<mercurytw> gnight all
<davidar> night
<computerfreak668> gn8
neoteo_ has quit [Remote host closed the connection]
anticore has quit [Quit: bye]
grahamperrin has joined #ipfs
Senji has quit [Read error: Connection reset by peer]
Encrypt has quit [Quit: Quitte]
Senji has joined #ipfs
grahamperrin has left #ipfs ["Leaving"]
computerfreak668 has quit [Quit: Leaving.]
cryptotec has quit [Remote host closed the connection]
gperrin has joined #ipfs
cryptotec has joined #ipfs
herrding has left #ipfs ["Leaving"]
screensaver has joined #ipfs
mildred has joined #ipfs
akkad has quit [Excess Flood]
akkad has joined #ipfs
orzo has quit [Ping timeout: 240 seconds]
cryptote_ has joined #ipfs
orzo has joined #ipfs
cryptotec has quit [Ping timeout: 260 seconds]
akkad has quit [Excess Flood]
akkad has joined #ipfs
eater has quit [Remote host closed the connection]
gperrin has quit [Quit: Leaving]
zz_r04r is now known as r04r
<ianopolous> G'day everyone. People might be interested in a merkle-btree I've implemented: https://github.com/ianopolous/merkle-btree It is hash function agnostic and cleans up it's objects as it is modified. It's designed to be backed by IPFS.
Encrypt has joined #ipfs
rombou has joined #ipfs
<ion> Nice
Senji has quit [Quit: Back to the void.]
d11e9 has joined #ipfs
gperrin has joined #ipfs
border0464 has quit [Ping timeout: 246 seconds]
<lgierth> davidar: just pin it :)
<lgierth> it'll go fetch it, once it's finished unpin on the source node
<lgierth> !pin QmYShjC6KjVPns2AuY77rbDPL1XEygWEo2485r9qL6EYTc
<pinbot> now pinning /ipfs/QmYShjC6KjVPns2AuY77rbDPL1XEygWEo2485r9qL6EYTc
<lgierth> .later tell harlan pinned
<lgierth> multivac: later tell harlan pinned
cemerick has joined #ipfs
pfraze has joined #ipfs
nicolagreco has quit [Remote host closed the connection]
cemerick has quit [Ping timeout: 246 seconds]
voxelot has joined #ipfs
Tristitia has joined #ipfs
border0464 has joined #ipfs
Whispery is now known as TheWhisper
border0464 has quit [Ping timeout: 240 seconds]
border0464 has joined #ipfs
simonv3 has joined #ipfs
computerfreak668 has joined #ipfs
<ion> Is multivac not working?
<multivac> ion: I'll pass that on when dignifiedquire is around.
<ion> Oh, lgierth was running a different command above.
<lgierth> ahk
<lgierth> .tell harlan pinned
<multivac> lgierth: I'll pass that on when harlan is around.
<lgierth> all these bots with their different syntaxes
<ion> yeah :-\
<ion> Today I ran an .addquote on one channel and a different !addquote on another. Turns out I remembered both bots’ syntaxes incorrectly, the right commands were !addquote and .addquote respectively. :-)
Teruyuki has quit [K-Lined]
<lgierth> davidar: you there?
<lgierth> davidar: hold off on castor for a bit
cystospastic has joined #ipfs
M-fil has joined #ipfs
Matthieu has joined #ipfs
leer10 has joined #ipfs
cystospastic has quit [Ping timeout: 246 seconds]
domanic has joined #ipfs
pfraze has quit [Remote host closed the connection]
cryptote_ has quit [Remote host closed the connection]
cryptotec has joined #ipfs
herrding has joined #ipfs
pfraze has joined #ipfs
arpu has joined #ipfs
cryptotec has quit [Ping timeout: 246 seconds]
Soft has quit [Quit: WeeChat 1.4-dev]
RJ2 has quit [Read error: Connection reset by peer]
cryptotec has joined #ipfs
RJ2 has joined #ipfs
wolf has joined #ipfs
wolf is now known as Guest10887
Not_ has joined #ipfs
gamemanj has quit [Ping timeout: 260 seconds]
rsalas has joined #ipfs
voxelot has quit [Ping timeout: 240 seconds]
akkad has quit [Excess Flood]
ygrek has joined #ipfs
Not_ has quit [Ping timeout: 240 seconds]
akkad has joined #ipfs
ygrek has quit [Ping timeout: 246 seconds]
rombou has quit [Ping timeout: 240 seconds]
computerfreak668 has quit [Remote host closed the connection]
<ipfsbot> [js-ipfs-api] diasdavid deleted chai at 3bd6788: http://git.io/vBXOZ
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to master: http://git.io/vBXOr
<ipfsbot> js-ipfs-api/master 704e358 David Dias: Release v2.9.12.
<ipfsbot> [webui] greenkeeperio-bot opened pull request #107: Update ipfs-api to version 2.9.12
cryptotec has quit [Remote host closed the connection]
cryptotec has joined #ipfs
simonv3 has quit [Quit: Connection closed for inactivity]
Encrypt has quit [Quit: Quitte]
<Guest10887> quit
Guest10887 has quit [Quit: Leaving]
domanic has quit [Ping timeout: 260 seconds]
reit has quit [Ping timeout: 240 seconds]
Senji has joined #ipfs
herrding has quit [Quit: Leaving]
NeoTeo has quit [Quit: ZZZzzz…]
voxelot has joined #ipfs
voxelot has joined #ipfs
patcon has joined #ipfs
NeoTeo has joined #ipfs
cryptotec has quit [Remote host closed the connection]
cryptotec has joined #ipfs
cryptote_ has joined #ipfs
cryptotec has quit [Ping timeout: 246 seconds]
Not_ has joined #ipfs
Not_ has quit [Read error: Connection reset by peer]
rombou has joined #ipfs
voxelot has quit [Ping timeout: 260 seconds]
voxelot has joined #ipfs
cryptote_ has quit [Remote host closed the connection]
rombou has quit [Read error: Connection reset by peer]
rombou has joined #ipfs
cemerick has joined #ipfs
patcon has quit [Ping timeout: 240 seconds]
dPow has quit [Ping timeout: 260 seconds]
patcon has joined #ipfs
ikeafurniture has joined #ipfs
voxelot has quit [Ping timeout: 246 seconds]
spikebike has joined #ipfs
pfraze has quit [Remote host closed the connection]
metaf5 has joined #ipfs
spikebike has quit [Ping timeout: 265 seconds]
voxelot has joined #ipfs
voxelot has joined #ipfs
<alterego> Is there a way to execute an ipfs object put in a dry run? Without actually creating the object, just returning the hash?
Matthieu has quit [Ping timeout: 272 seconds]
jatb has quit [*.net *.split]
emery has quit [*.net *.split]
cSmith has quit [*.net *.split]
<achin> ipfs add --only-hash
<achin> not sure about put, though
<alterego> achin: That'll do, thanks :)
voxelot has quit [Ping timeout: 260 seconds]
voxelot has joined #ipfs
voxelot has joined #ipfs
voxelot has quit [Remote host closed the connection]
Papilionoidea has joined #ipfs
Tristitia has quit [Read error: Connection reset by peer]
Encrypt has joined #ipfs
harlan_ has joined #ipfs
pfraze has joined #ipfs
cryptotec has joined #ipfs
Tristitia has joined #ipfs
d11e9 has quit [Quit: AFK]
rombou has left #ipfs [#ipfs]
cemerick has quit [Ping timeout: 260 seconds]
cryptotec has quit [Ping timeout: 246 seconds]
arpu has quit [Ping timeout: 240 seconds]
eater has joined #ipfs
<M-rschulman> Has anyone built the dropbox-killer on top of IPFS yet?
<alu> neat idea
eater has quit [Quit: hng]
eater has joined #ipfs
cemerick has joined #ipfs
ashark has joined #ipfs
itradar has joined #ipfs
<xelra> M-rschulman: There is something in the making that you might find useful for collaborative work and backups, called ipfs-cluster.
evanmccarter has joined #ipfs
harlan_ has quit [Changing host]
harlan_ has joined #ipfs
evanmccarter has quit [Changing host]
evanmccarter has joined #ipfs
cemerick has quit [Ping timeout: 260 seconds]
cryptotec has joined #ipfs
SebastianCB has joined #ipfs
<SebastianCB> hi guys, have been using windows, just switched to ubuntu so this question might be stupid:
<SebastianCB> i installed ipfs, everything seems running well but i am missing all example files
ashark has quit [Ping timeout: 240 seconds]
<SebastianCB> any clue what might have gone wrong there?
Papilionoidea has quit [Ping timeout: 260 seconds]
<SebastianCB> i did an ipfs init
<SebastianCB> and then ipfs cat /ipfs/QmVtU7ths96fMgZ8YSZAbKghyieq7AjxNdcqyVzxTt3qVe/readme
<SebastianCB> (i did this in my home)
<SebastianCB> e.g. ./about is not there
cryptotec has quit [Ping timeout: 240 seconds]
<SebastianCB> ah ok, just found out that ./ is referring to the ipfs hash... then i found the files
<SebastianCB> ok ignore my stupidity :p
edichlora has joined #ipfs
pfraze_ has joined #ipfs
pfraze has quit [Ping timeout: 260 seconds]
pfraze_ is now known as pfraze
compleatang has joined #ipfs
koo8 has quit [Ping timeout: 240 seconds]
compleatang has quit [Client Quit]
SebastianCB has quit [Quit: Leaving]
border0464 has quit [Ping timeout: 240 seconds]
mildred has quit [Ping timeout: 240 seconds]
border0464 has joined #ipfs
rendar has quit [Ping timeout: 240 seconds]
NeoTeo has quit [Quit: ZZZzzz…]
itradar has quit [Quit: Leaving]
rendar has joined #ipfs
mido has joined #ipfs
ygrek has joined #ipfs
patcon has quit [Ping timeout: 246 seconds]
patcon has joined #ipfs
patcon has quit [Ping timeout: 240 seconds]
mido has quit [Ping timeout: 240 seconds]
harlan_ has quit [Quit: Connection closed for inactivity]
cryptotec has joined #ipfs
NeoTeo has joined #ipfs
eater has quit [Ping timeout: 260 seconds]
devbug has joined #ipfs
cryptotec has quit [Ping timeout: 246 seconds]
edichlora has quit [Ping timeout: 240 seconds]
Encrypt has quit [Quit: Sleeping time!]
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to feat/low-mem-experiment: http://git.io/vB1Gu
<ipfsbot> go-ipfs/feat/low-mem-experiment baeb949 Jeromy: low mem experiemnt on dials...
<ipfsbot> [go-ipfs] whyrusleeping created hotfix/close-notif-routine (+1 new commit): http://git.io/vB1ZD
<ipfsbot> go-ipfs/hotfix/close-notif-routine ac5acc2 Jeromy: quick hack to prevent indefinite buildup of closenotify routines...
<ipfsbot> [go-ipfs] whyrusleeping opened pull request #2014: quick hack to prevent indefinite buildup of closenotify routines (dev0.4.0...hotfix/close-notif-routine) http://git.io/vB1Zd
amade has quit [Quit: leaving]