-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
@@ -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 | ||
|
@@ -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 | ||
``` | ||
|