Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Cannot create private IPFS with 'ipfs bootstrap' #63

Description

@hoanghs13

Hello,

I followed the example about how to use 'ipfs bootstrap' to create a private ipfs where only my personal nodes can read data from each other and data on those nodes won't be retrieved via ipfs.io/ipfs/file_hash but it didn't work as I expected.

All I did is following:

  • Install IPFS on computer A and computer B.
  • Run ipfs bootstrap rm --all to remove all default peers on computer A and computer B.
  • On computer A run ipfs bootstrap add _computer_B_hash_address
  • On computer B run ipfs bootstrap add _computer_A_hash_address
    => Result: files which are hashed now still available to be retrieved from ipfs.io/ipfs/file_hash. Even when I remove all default peers, I can still get the files from ipfs.io/ipfs/file_hash

So can someone tell me what I missed or if I misunderstood any point about ipfs bootstrap functionality.

Thank you in advance and I'm looking forward to your response!

Hoang

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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