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

DEFAULT_BOOTSTRAP_PEERS needs updating #142

Open
dabobbo opened this issue Sep 12, 2018 · 1 comment
Open

DEFAULT_BOOTSTRAP_PEERS needs updating #142

dabobbo opened this issue Sep 12, 2018 · 1 comment

Comments

@dabobbo
Copy link

dabobbo commented Sep 12, 2018

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.

@adamstraube
Copy link

I ran into this issue too. I would think this list should be rotated with known working peers (which should be checked regularly), not hard coded.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants