Skip to content

Commit

Permalink
initia updated (#109)
Browse files Browse the repository at this point in the history
* initia added bots

* initia updated tools

* initia updated bots

* initia updated endpoints

* initia updated troubleshooting

* initia updated seeds
  • Loading branch information
karloinv authored Jul 5, 2024
1 parent 9376b33 commit 4796552
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/initia/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ https://initia-testnet-rpc.f5nodes.com


```bash
initia-testnet-rpc.f5nodes.com:9290
initia-testnet-grpc.f5nodes.com:9290
```

</TabItem>
Expand Down
32 changes: 31 additions & 1 deletion docs/initia/sync/peers-seeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,34 @@ export let home = 'initia';

export let binary = 'initiad';

<LivePeers rpc="https://initia-testnet-rpc.polkachu.com" home={home} binary={binary} />
<LivePeers rpc="https://initia-testnet-rpc.polkachu.com" home={home} binary={binary} />


## Seed nodes:

#### Crosnest:
```bash
cae5090c0fde1de1c9890e9139dbdda24233737b@seeds.cros-nest.com:26756
```

#### F5 Nodes:
```bash
ecd1a17b670af10cf82834eccf8905f9041216b5@initia-testnet-seed.f5nodes.com:60556
```

#### kjnodes:
```bash
3f472746f46493309650e5a033076689996c8881@initia-testnet.rpc.kjnodes.com:17959
```

#### NodeX:
```bash
d1d43cc7c7aef715957289fd96a114ecaa7ba756@testnet-seeds.nodex.one:24510
```

#### Pro-Nodes75:
```bash
86bd5cb6e762f673f1706e5889e039d5406b4b90@seed.initia.testnet.node75.org:20456
```


14 changes: 7 additions & 7 deletions docs/initia/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Visit [Introduction page](/intro) for more information.

- **Solution:**

Check the value of denoms. The prefix u in the token denom (uinit) stands for micro (μ), equivalent to 0.000001. Therefore, 100,000,000 uinit translates to 100 INIT.
Check the value of denoms. The prefix (u) in the token denom (uinit) stands for micro (μ), equivalent to 0.000001. Therefore, 100,000,000 uinit translates to 100 INIT.

```bash
balances:
Expand Down Expand Up @@ -73,7 +73,7 @@ Visit [Introduction page](/intro) for more information.

- **Solution:**

You have to open ufw firewall:
You have to open the ufw firewall:

```bash
PORT=$(grep -A 3 "\[rpc\]" $HOME/.initia/config/config.toml | egrep -o ":[0-9]+") && \
Expand All @@ -88,7 +88,7 @@ Visit [Introduction page](/intro) for more information.
sudo ufw reload
```

Check status your node:
Check the status of your node:
```bash
curl -s localhost:$PORT/status | jq
```
Expand All @@ -104,12 +104,12 @@ Visit [Introduction page](/intro) for more information.
- **Solution:**

- Run a new node on a new server and sync it with the network.
- On your old server back up the `priv_validator_key.json` file located in `$HOME/.initia/config/` directory.
You can save the file via SFTP, or view it in terminal:
- On your old server back up the `priv_validator_key.json` file located in the `$HOME/.initia/config/` directory.
You can save the file via SFTP, or view it in the terminal:
```bash
sudo cat ~/.initia/config/priv_validator_key.json
```
- Then stop the old node and remove keys:
- Then stop the old node and remove the keys:
```bash
sudo systemctl stop initiad
sudo rm -rf $HOME/.initia/config/priv_validator_key.json
Expand Down Expand Up @@ -172,7 +172,7 @@ Visit [Introduction page](/intro) for more information.

---

## Service does not respond
## The service does not respond

- **Error:**
```bash
Expand Down
26 changes: 26 additions & 0 deletions docs/initia/useful-tools.md/bots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
sidebar_position: 2
description: Bots
---

# Bots

> Bots are designed to monitor nodes, provide real-time alerts and health statistics. Bots deliver instant notifications on server downtimes, resource usage, or governance proposals, enabling administrators to act swiftly in response to any anomalies.

To contribute your own resource, simply click on **Edit this** page at the bottom, insert your resource using Markdown formatting, and then initiate a pull request for the submission to be reviewed.

| Name | Description | Author | Date added/updated |
| --- | --- | --- | --- |
| [Proposal Bot](https://t.me/BotFather) | A telegram bot to notify users of governance proposals when they're available for voting. | [codebycinar](https://github.com/codebycinar) | 2024-05-07 |
| [Proposal Bot](https://t.me/itrocket_testnet_proposal_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [ITRocket](https://github.com/itrocket-am) | 2024-05-07 |
| [Proposal Bot](https://t.me/kjnodes_testnet_proposal_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [kjnodes](https://github.com/kj89) | 2024-02-06 |
| [Proposal Bot](https://t.me/nodejumper_governance_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [NodeJumper](https://github.com/nodejumper-org) | 2024-02-06 |
| [Monitoring Bot](https://t.me/Initia_checker_bot) | A telegram bot monitor the operation of the node in one of several ways that are convenient for you: IP+PORT, RPC URL, Validator moniker, Validator address. | [Unity Nodes](https://github.com/UnityNodes) | 2024-05-07 |







16 changes: 15 additions & 1 deletion docs/initia/useful-tools.md/other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,18 @@ To contribute your own resource, simply click on **Edit this page** at the botto

| Contribution | Description | Author | Date added/updated |
| --- | --- | --- | --- |
| [Governance Bot](https://t.me/kjnodes_testnet_proposal_bot) | A telegram bot to notify users of governance proposals when they're available for voting. | [kjnodes](https://github.com/kj89) | 2024-14-05 |
| [Dashboard](https://dutinit.b-harvest.io) | Modified Tenderduty dashboard to show active set validator missed blocks | [B-Harvest](https://github.com/b-harvest) | 2024-14-06 |
| [RPC Scanner](https://bonynode.online/services/testnet/initia/public-rpc/) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [Bony Node](https://github.com/cryptobits3) | 2024-18-06 |
| [Node Monitoring](https://github.com/Cogwheel-Validator/initia-node-monitoring) | This Python script checks your node and compares it with public RPCs. It does this by going through the config.yml file, checking their status, collecting all their heights, and picking the highest value to compare with your node height. | [Cogwheel-Validator](https://github.com/Cogwheel-Validator) | 2024-01-06 |
| [Node Checker](https://initia.f5nodes.com/) | A powerful tool designed to help you monitor and manage your Initia node with ease. Key features: node sync check, RPC status verification, performance insights, security configurations... | [F5 Nodes](https://github.com/f5nodes) | 2024-21-05 |
| [Peers updater](https://github.com/GO2Pro/nodes/blob/main/initia/peers_updater.md) | The script checks the synchronization status of the local blockchain node compared to a reference node and performs specific actions based on the block height difference and the catching-up status of the local node. | [GO2Pro](https://github.com/GO2Pro) | 2024-05-07 |
| [RPC Scanner](https://itrocket.net/services/testnet/initia/public-rpc/) | A tool scan the network and produce a list of nodes that publish their RPC endpoints. | [ITRocket](https://github.com/itrocket-am) | 2024-05-07 |
| [Decentralization Map](https://itrocket.net/services/testnet/initia/decentralization/) | The network visualizer shows a graphical view of all the nodes are distributed by country and data center on map. | [ITRocket](https://github.com/itrocket-am) | 2024-05-07 |
| [RPC Scanner](https://services.kjnodes.com/testnet/initia/public-rpc/) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [kjnodes](https://github.com/kj89) | 2024-05-07 |
| [Monitoring Tool](https://gist.github.com/lewdeusdev/b7fc3e56f3072ea1e812a1f55884be42) | Prometheus and Grafana for monitoring your node's performance and health. | [Lewdeus Labs ](https://gist.github.com/lewdeusdev) | 2024-05-07 |
| [Monitoring Tool](https://github.com/nodejumper-org/monitoring-tool) | A powerful and easy-to-use monitoring tool for server hardware and validator nodes with alerts via telegram bot and grafana dashboards. | [NodeJumper](https://github.com/nodejumper-org) | 2023-06-08 |
| [Decentralization Map](https://app.nodejumper.io/decentralization-map) | The network visualizer shows a graphical view of all the nodes are distributed by country and data center on map. | [NodeJumper](https://github.com/nodejumper-org) | 2023-05-07 |
| [RPC Scanner](https://docs.nodex.one/networks/testnet/initia/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [NodeX](https://github.com/nodexemperor) | 2024-05-07 |
| [Oracle Monitoring ](https://github.com/trusted-point/initia-tools/tree/main/oracle#monitoring) | Instructions for setting up oracle service metrics. | [Trusted Point](https://github.com/trusted-point) | 2024-05-07 |


0 comments on commit 4796552

Please sign in to comment.