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.
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:
None of these are valid Codius hosts as of this writing and need to be updated.