Skip to content

Passphrase for in-proc deamon #186

Closed
@richardschneider

Description

@richardschneider

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions