Skip to content

Commit

Permalink
add community endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
codehans committed Jul 1, 2022
1 parent e39ccda commit 7f7290b
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions mainnet/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Kujira Mainnet Gentx Process
# Kujira Mainnet

## Community Endpoints

- CryptoCrew
- https://rpc.kujira.ccvalidators.com/
- https://rest.kujira.ccvalidators.com/
- Synergy Nodes
- https://rpc-kujira.synergynodes.com/
- https://lcd-kujira.synergynodes.com/

#### Quick Links

Genesis: [Raw Genesis](https://raw.githubusercontent.com/Team-Kujira/networks/master/mainnet/kaiyo-1.json)

Git tag: v0.4.0

Block explorer: **coming soon**
Block explorer: https://finder.kujira.app/kaiyo-1

Seeds: `seed = "[email protected]:41001,[email protected]:41656"

Expand Down Expand Up @@ -74,7 +83,7 @@ make install
`sed -i.bak "s/minimum-gas-prices =.*/minimum-gas-prices = "0.00125ukuji"/" $HOME/.kujira/config/app.toml`
```

#### 5. Set Commit Timeout
#### 5. Set Commit Timeout

```bash:
sed -i 's/^timeout_commit =.*/timeout_commit = "1500ms"/' $HOME/.kujira/config/config.toml
Expand Down Expand Up @@ -104,11 +113,13 @@ EOF

This will enable the service such that if the server restarts, the node will
automatically start running agai.

```
sudo systemctl daemon-reload && sudo systemctl enable kujirad
sudo systemctl daemon-reload && sudo systemctl enable kujirad
```

This starts the network and watches the output:

```
sudo systemctl restart kujirad && sudo journalctl -fu kujirad
```
Expand Down

0 comments on commit 7f7290b

Please sign in to comment.