textileio / community

Textile community repo. Includes a sub-project for documentation 📚 and a discussion board for ideas & questions.
https://docs.textile.io/
MIT License
101 stars 44 forks source link

Add docs about required lotus flags/settings in byo node #197

Open andrewxhill opened 4 years ago

andrewxhill commented 4 years ago

notes:

- LOTUS_API_LISTENADDRESS=/ip4/0.0.0.0/tcp/1234/http (you can avoid this if don't need to listen in localhost)
      - LOTUS_CLIENT_USEIPFS=true (set this)
      - LOTUS_CLIENT_IPFSUSEFORRETRIEVAL=true (set this)
      - LOTUS_CLIENT_IPFSMADDR=/dns4/ipfs/tcp/5001 (you should point this to the Powergate IPFS node: /ip4/<IP of the IPFS node>/tcp/5001 )
The docker-compose file has all the necessary wiring there. If you replicate the env configs, you should be good to go.