The "Terminus Network" is an IPFS/IPNS pinning network for UNet
See also the Foundation Node
This code will allow users to turn their computers into nodes for hosting UNet content.
You should have python and ipfs installed.
Set up ipfs PUBSUB (comonly not enabled by default, only need to run this once).
ipfs config --json Pubsub.Enabled true
Then run your ipfs daemon.
ipfs daemon
Then run the node.py file.
python3 node.py
You will be prompted to enter the amount of GB to allow your node to use for storage. Enter a value or enter 'inf' to use your full system storage.
inf
