Skip to content

Commit

Permalink
feat: consensus endpoints before DA endpoints (#1336)
Browse files Browse the repository at this point in the history
* feat: conensus endpoints before DA endpoints

* fix: move status to bottom section

---------

Co-authored-by: joshcs.eth ᵍᵐ <[email protected]>
  • Loading branch information
smuu and jcstein authored Dec 18, 2023
1 parent ee9fd97 commit ea7b045
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions nodes/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,61 @@ to connect to them. Learn about the different endpoint types
Here is a list of options of the type of nodes you can run in order
to participate in Mainnet Beta:

### Consensus nodes

- [Full consensus node](./consensus-node.md)
- [Validator node](./consensus-node.md#optional-setting-up-a-validator)

#### Consensus RPC endpoints

- `public-celestia-rpc.numia.xyz`
- `celestia-rpc.mesa.newmetric.xyz`
- `rpc.lunaroasis.net`
- `rpc.celestia.nodestake.top`
- `celestia-rpc.brightlystake.com`
- `celestia-rpc.spidey.services`
- `rpc-celestia.contributiondao.com`
- `celestia.rpc.stakin-nodes.com`
- `celestia.cumulo.org.es`
- `rpc-celestia.mzonder.com`
- `rpc-celestia-01.stakeflow.io`
- `rpc-celestia.alphab.ai`
- `rpc-celestia-full.avril14th.org`

#### API endpoints

- `public-celestia-lcd.numia.xyz`
- `celestia-rest.mesa.newmetric.xyz`
- `api.celestia.pops.one`
- `api.lunaroasis.net`
- `api.celestia.nodestake.top`
- `celestia-rpc.brightlystake.com/api`
- `celestia-api.spidey.services`
- `api-celestia.contributiondao.com`
- `celestia.rest.stakin-nodes.com`
- `celestia.api.cumulo.org.es`
- `api-celestia.mzonder.com`
- `api-celestia-01.stakeflow.io`
- `api-celestia.alphab.ai`
- `api-celestia-full.avril14th.org`

#### gRPC endpoints

- `public-celestia-grpc.numia.xyz`
- `celestia-grpc.mesa.newmetric.xyz`
- `grpc.celestia.pops.one`
- `grpc.lunaroasis.net:443`
- `grpc.celestia.nodestake.top`
- `celestia-rpc.brightlystake.com:9090`
- `celestia-grpc.spidey.services`
- `grpc-celestia.contributiondao.com`
- `celestia.grpc.stakin-nodes.com:443`
- `celestia.grpc.cumulo.org.es:443`
- `grpc-celestia.mzonder.com:443`
- `grpc-celestia-01.stakeflow.io:15002`
- `rpc-celestia.alphab.ai:9090`
- `grpc-celestia-full.avril14th.org`

### Data availability nodes

- [Light node](./light-node.md)
Expand Down Expand Up @@ -99,61 +154,6 @@ can checkout this
[Grafana dashboard](https://celestia.grafana.net/public-dashboards/a10eff0043bb4bf0839004e2746e2bc6)
to see health/uptime status of DA bootstrappers (now `celestia` network only).

### Consensus nodes

- [Full consensus node](./consensus-node.md)
- [Validator node](./consensus-node.md#optional-setting-up-a-validator)

#### Consensus RPC endpoints

- `public-celestia-rpc.numia.xyz`
- `celestia-rpc.mesa.newmetric.xyz`
- `rpc.lunaroasis.net`
- `rpc.celestia.nodestake.top`
- `celestia-rpc.brightlystake.com`
- `celestia-rpc.spidey.services`
- `rpc-celestia.contributiondao.com`
- `celestia.rpc.stakin-nodes.com`
- `celestia.cumulo.org.es`
- `rpc-celestia.mzonder.com`
- `rpc-celestia-01.stakeflow.io`
- `rpc-celestia.alphab.ai`
- `rpc-celestia-full.avril14th.org`

### API endpoints

- `public-celestia-lcd.numia.xyz`
- `celestia-rest.mesa.newmetric.xyz`
- `api.celestia.pops.one`
- `api.lunaroasis.net`
- `api.celestia.nodestake.top`
- `celestia-rpc.brightlystake.com/api`
- `celestia-api.spidey.services`
- `api-celestia.contributiondao.com`
- `celestia.rest.stakin-nodes.com`
- `celestia.api.cumulo.org.es`
- `api-celestia.mzonder.com`
- `api-celestia-01.stakeflow.io`
- `api-celestia.alphab.ai`
- `api-celestia-full.avril14th.org`

### gRPC endpoints

- `public-celestia-grpc.numia.xyz`
- `celestia-grpc.mesa.newmetric.xyz`
- `grpc.celestia.pops.one`
- `grpc.lunaroasis.net:443`
- `grpc.celestia.nodestake.top`
- `celestia-rpc.brightlystake.com:9090`
- `celestia-grpc.spidey.services`
- `grpc-celestia.contributiondao.com`
- `celestia.grpc.stakin-nodes.com:443`
- `celestia.grpc.cumulo.org.es:443`
- `grpc-celestia.mzonder.com:443`
- `grpc-celestia-01.stakeflow.io:15002`
- `rpc-celestia.alphab.ai:9090`
- `grpc-celestia-full.avril14th.org`

You can [find the status of these endpoints](https://celestia-tools.brightlystake.com/).

## Explorers
Expand Down

0 comments on commit ea7b045

Please sign in to comment.