orbit icon indicating copy to clipboard operation
orbit copied to clipboard

Start orbit without starting ipfs daemon

Open fentas opened this issue 7 years ago • 2 comments

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

fentas avatar Jan 16 '17 19:01 fentas

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.

haadcode avatar Jan 17 '17 07:01 haadcode

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

nxtpool avatar Apr 07 '17 12:04 nxtpool