You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.
Autostart and configuring of IPFS node during hello.cyb:
Check if an agent does have an ipfs node on standard ports
When a user doesn't have one try to start node local ipfs node with cors enables on standard ports
If standard ports a busy assign gateway to 1 port and api to 2 port
On this screen show state of connection for ipfs read and write:
Limit storage of local ipfs node with 10 GB by default
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:
Local ipfs node works
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.
The text was updated successfully, but these errors were encountered:
Autostart and configuring of IPFS node during hello.cyb:
Check if an agent does have an ipfs node on standard ports
When a user doesn't have one try to start node local ipfs node with cors enables on standard ports
If standard ports a busy assign gateway to
1
port and api to2
portOn this screen show state of connection for ipfs read and write:
Limit storage of local ipfs node with 10 GB by default
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:
The text was updated successfully, but these errors were encountered: