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

how can i set my custom address when (pow.ffs.setDefaultStorageConfig || pow.ffs.pushStorageConfig)? #135

Open
howlwindy opened this issue Sep 24, 2020 · 0 comments

Comments

@howlwindy
Copy link

howlwindy commented Sep 24, 2020

step:

  1. this is my customConfig, point is config.cold.filecoin.addr:
    {
    hot: {},
    repairable : {},
    cold {
    filecoin: {
    addr: 'custom addr'
    }
    }
    }
  2. await pow.ffs.setDefaultStorageConfig(customConfig)
    await pow.ffs.getStorageConfig(customConfig)
  3. await this.stuff.pow.ffs.stage(file)
  4. Error: t3xao2uyz37sgx5dkyeuaq7n5krabce5tc3khtqmfjcelxt36mjfdkuwnm7tnpjgh6fysujekrpg4qnw5tn3cq is not managed by ffs instance

i wanna know how to set my custom addr to default addr?

@howlwindy howlwindy changed the title how can i set my custom address when (pow.setDefaultStorageConfig || pushStorageConfig)? how can i set my custom address when (pow.ffs.setDefaultStorageConfig || pow.ffs.pushStorageConfig)? Sep 24, 2020
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