Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Autostart of IPFS node #205

Open
asadovka opened this issue Feb 19, 2019 · 1 comment
Open

Autostart of IPFS node #205

asadovka opened this issue Feb 19, 2019 · 1 comment

Comments

@asadovka
Copy link
Contributor

asadovka commented Feb 19, 2019

Autostart and configuring of IPFS node during hello.cyb:

  1. Check if an agent does have an ipfs node on standard ports

  2. When a user doesn't have one try to start node local ipfs node with cors enables on standard ports

  3. If standard ports a busy assign gateway to 1 port and api to 2 port

  4. On this screen show state of connection for ipfs read and write:

Screenshot 2019-11-25 at 14 25 04

  1. Limit storage of local ipfs node with 10 GB by default

  2. Compute public key of local ipfs node deterministically using browser mnemonic. This is the only way to find seed node for the content address of the first who linked it knowing only address in cyber network.

I would recommend to split this task into 2 phases:

  1. Local ipfs node works
  2. Local ipfs node works with correct public key. Need slight modification of ipfs node because standard tools does not allow to generate keys using particular entropy.
@cyborgshead
Copy link
Member

@asadovka @vstavetski major issue, nice that's possible to run ipfs node with the gateway in service worker. Will include this in next 'hello' release

@mastercyb mastercyb added the epic Epic is something amazing that is worth release label Nov 8, 2019
@mastercyb mastercyb removed the epic Epic is something amazing that is worth release label Nov 25, 2019
@mastercyb mastercyb pinned this issue Nov 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants