orbitdb-archive / orbit

A distributed, serverless, peer-to-peer chat application on IPFS
MIT License
1.64k stars 117 forks source link

Start orbit without starting ipfs daemon #221

Open fentas opened 7 years ago

fentas commented 7 years ago

Is there a way to start Orbit without starting ipfs-deamon, because one is already running.

haadcode commented 7 years ago

Hi @fentas! Currently it's not possible to use a running IPFS daemon, Orbit always starts its own, isolated one.

However, there's technically no reason why we couldn't do this and the support for doing so is provided by the modules used to start the daemon, mainly ipfs-daemon.

Would you be interested in adding this feature and do a PR? If so, let me know and I can point you to the right places in the code where changes are needed.

nxtpool commented 7 years ago

Hello @haadcode! Can you point thees places to me?