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

DEFAULT_BOOTSTRAP_PEERS needs updating #142

@dabobbo

Description

@dabobbo

In Config.ts, all of the hosts in the constant DEFAULT_BOOTSTRAP_PEERS are either non-pingable or their certs have expired. This causes hosts to not get peers.

Current contents of /codiusd/src/services/Config.ts:

const DEFAULT_BOOTSTRAP_PEERS = [
  'https://codius.justmoon.com',
  'https://codius.andros-connector.com',
  'https://codius.africa',
  'https://codius.risky.business',
  'https://codius.feraltc.com',
  'https://codius.tinypolarbear.com'
]

None of these are valid Codius hosts as of this writing and need to be updated.

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