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

Passphrase for in-proc deamon #186

Closed
richardschneider opened this issue Jan 27, 2018 · 1 comment
Closed

Passphrase for in-proc deamon #186

richardschneider opened this issue Jan 27, 2018 · 1 comment

Comments

@richardschneider
Copy link
Contributor

The new --pass ... option should be set for the in-proc deamon. For example

const df = DaemonFactory.create({ type: 'proc', exec: IPFS })
const options = {
  args: ['--pass ipfs-is-awesome-software']
}
df.spawn(options, (err, _ipfsd) => ...)

Needed by ipfs/js-ipfs#1133

@daviddias
Copy link
Member

fixed with #187

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

2 participants