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

v0.0.12 Linux x86_64 build does not have the -ipfsaddr flag #110

Closed
5310 opened this issue Aug 12, 2020 · 1 comment · Fixed by #112
Closed

v0.0.12 Linux x86_64 build does not have the -ipfsaddr flag #110

5310 opened this issue Aug 12, 2020 · 1 comment · Fixed by #112
Labels
bug Something isn't working

Comments

@5310
Copy link

5310 commented Aug 12, 2020

The readme mentions an -ipfsaddr flag that lets the daemon use an existing IPFS node. But the Linux binary doesn't support it:

$ ./space_Linux_x86_64 -ipfsaddr=/ip4/127.0.0.1/tcp/5001
flag provided but not defined: -ipfsaddr
Usage of ./space_Linux_x86_64:
  -cpuprofile file
    	write cpu profile to file
  -debug
    	run daemon with debug mode for profiling (default true)
  -dev
    	run daemon in dev mode to use .env file
  -memprofile file
    	write memory profile to file
@jsonsivar jsonsivar added the bug Something isn't working label Aug 27, 2020
@jsonsivar
Copy link
Contributor

jsonsivar commented Aug 27, 2020

Hey @5310, thank you for reporting this and apologies for the delayed response. It's been really busy and somehow we missed responding to this issue ticket but we have been fixing this in the meantime. This is a good catch and we are currently enhancing the way IPFS works in this PR #112 and the fix for this is included in that PR. Note there will be an update to that section of the readme to indicate how to use your own node so will post here once that is reflected and merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants