stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.5.1 and js-ipfs 0.43.1 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of Conduct: https://git.io/vVBS0
jesse22 has quit [Ping timeout: 260 seconds]
catonano has joined #ipfs
catonano_ has quit [Ping timeout: 265 seconds]
catonano has quit [Remote host closed the connection]
D_ has quit [Ping timeout: 260 seconds]
D_ has joined #ipfs
KempfCreative has joined #ipfs
_whitelogger has joined #ipfs
D_ has quit [Ping timeout: 260 seconds]
D_ has joined #ipfs
CGretski has joined #ipfs
CGretski has quit [Remote host closed the connection]
squ1nt has joined #ipfs
CGretski has joined #ipfs
Aranjedeath has quit [Quit: Three sheets to the wind]
gooduh[m] has left #ipfs ["User left"]
jcea has quit [Quit: jcea]
CGretski has quit [Remote host closed the connection]
CGretski has joined #ipfs
CGretski has quit [Remote host closed the connection]
ipfs-stackbot has quit [Remote host closed the connection]
ipfs-stackbot has joined #ipfs
squ1nt has quit []
user_51 has joined #ipfs
chachasmooth has quit [Ping timeout: 246 seconds]
user_51_ has quit [Ping timeout: 264 seconds]
chachasmooth has joined #ipfs
Belkaar has quit [Ping timeout: 240 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
Belkaar has quit [Changing host]
chachasmooth has quit [Ping timeout: 260 seconds]
jrt is now known as Guest28631
Guest28631 has quit [Killed (cherryh.freenode.net (Nickname regained by services))]
chachasmooth has joined #ipfs
jrt has joined #ipfs
chachasmooth has quit [*.net *.split]
Bat`O has quit [*.net *.split]
Nact has quit [*.net *.split]
cypher has quit [*.net *.split]
lord| has quit [*.net *.split]
BladedThesis has quit [*.net *.split]
moony has quit [*.net *.split]
ribasushi has quit [*.net *.split]
hqdruxn08 has quit [*.net *.split]
pescobar has quit [*.net *.split]
m3s has quit [*.net *.split]
afx has quit [*.net *.split]
jfontan has quit [*.net *.split]
xnbya has quit [*.net *.split]
Anduck has quit [*.net *.split]
void09 has quit [*.net *.split]
Nay has quit [*.net *.split]
ecloud_ has quit [*.net *.split]
Ugrastil has quit [*.net *.split]
guybrush has quit [*.net *.split]
r0kk3rz has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
r0kk3rz has joined #ipfs
ecloud_ has joined #ipfs
Ugrastil has joined #ipfs
guybrush has joined #ipfs
hyperfekt has joined #ipfs
lord| has joined #ipfs
Nay has joined #ipfs
ribasushi has joined #ipfs
jesse22 has joined #ipfs
fling has quit [Ping timeout: 246 seconds]
Bat`O has joined #ipfs
hqdruxn08 has joined #ipfs
BladedThesis has joined #ipfs
pescobar has joined #ipfs
afx has joined #ipfs
m3s has joined #ipfs
jfontan has joined #ipfs
xnbya has joined #ipfs
void09 has joined #ipfs
Anduck has joined #ipfs
chachasmooth has joined #ipfs
cypher has joined #ipfs
Nact has joined #ipfs
moony has joined #ipfs
mindCrime has quit [Ping timeout: 260 seconds]
Newami has joined #ipfs
Newami has quit [Remote host closed the connection]
KempfCreative has quit [Ping timeout: 264 seconds]
zeden_ has quit [Quit: WeeChat 2.8]
Nact has quit [Quit: Konversation terminated!]
_whitelogger has joined #ipfs
daregap has joined #ipfs
_whitelogger has joined #ipfs
erentar has quit [Quit: erentar]
Vaelatern has quit [Ping timeout: 240 seconds]
Pie-jacker875 has quit [Quit: No Ping reply in 180 seconds.]
Pie-jacker875 has joined #ipfs
dqx_ has quit [Remote host closed the connection]
KeiraT has quit [Remote host closed the connection]
redfish has quit [Ping timeout: 246 seconds]
sympt has quit [Read error: Connection reset by peer]
sympt has joined #ipfs
deltab has quit [Ping timeout: 240 seconds]
deltab has joined #ipfs
redfish has joined #ipfs
Vaelatern has joined #ipfs
KeiraT has joined #ipfs
bqv has joined #ipfs
<bqv>
Evening.
<bqv>
Seems there's no "ipfs files mount" command anymore, but I see references to it
<bqv>
What gives?
<JCaesar>
oO? Where do you see references to it? (I've been losely following ipfs for two years. never heard of it.)
<JCaesar>
(There are mounts for /ipfs and /ipns, but i've never seen mfs being mounted via fuse.)
<johnny_kaye>
hello - I need some help - i have an IPFS node set up with lots of files that I've uploaded. I have now set up a new IPFS node somewhere else. I would like to merge all files on the new node and shut down the old one. How would I achieve that?
<swedneck>
off the top of my head i would say this:
<swedneck>
`ipfs pin ls -t recursive -q` on the existing node, copy those CIDs, and pin them on the new node
KempfCreative has quit [Ping timeout: 256 seconds]
erentar has quit [Read error: Connection reset by peer]
erentar has joined #ipfs
telior has quit [Remote host closed the connection]
mauz555 has joined #ipfs
erentar has quit [Remote host closed the connection]
erentar has joined #ipfs
<viraptor[m]>
There's no method of listing all objects served by a given node, right?
<aschmahmann[m]>
viraptor: what are you looking for? There's `ipfs refs local` which will dump all the data you have.
<aschmahmann[m]>
there's also `ipfs pin ls` which will list all the data you have pinned
<viraptor[m]>
I'm interested in other nodes, not mine.
<viraptor[m]>
Basically "what does this person have pinned?"
<aschmahmann[m]>
Nope, that's not a publicly exposed piece of information. The only real questions you can ask other go-ipfs peers (especially if they don't have a publicly available HTTP gateway) are those asked by Bitswap or the DHT (e.g. do you have block A, do you know peer B, do you know providers of C, do you know the IPNS record corresponding to D)
<viraptor[m]>
Yeah, that's what I expected / gathered from the API, but wanted to double-check
redfish has quit [Ping timeout: 272 seconds]
redfish has joined #ipfs
mauz555 has quit [Remote host closed the connection]