Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
andrewxhill opened this issue Jul 21, 2020 · 0 comments
Open

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

andrewxhill opened this issue Jul 21, 2020 · 0 comments
Assignees
Milestone

Comments

@andrewxhill
Copy link
Member

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant