Skip to content

Commit edcb75f

Browse files
committed
Update:bobtail testnet
1 parent 9e356ce commit edcb75f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pages/docs/vota-bobtail.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ This program includes 3 steps:
3838

3939
1. If you have already been invited to our Telegram channel, you can immediately start to run your node and sync block data. For instructions on launching the incentivized testnet, please refer to [“Run a Validator”](/docs/vota-devops/validator). It is important to pay special attention to several parameters of the incentivized testnet that are different from `vota-ash` network, such as **chain ID**, **RPC**, and so on. Please also note that we use the `dorad` binary file with version **0.4.2** in the incentivized testnet. Relevant network configurations can be found in [“Public Resources”](/docs/vota-dev/resources).
4040
2. Ask for airdrop to activate your validator in our Telegram channel.
41-
3. Once your validator is up, add a firewall rule to allow our monitor server to access port `26660` of your server. Enable prometheus metrics in config.toml. Send your **moniker name** and **public IP** to us.
41+
3. Once your validator is up, add a firewall rule to allow our monitor server `34.127.117.186` to access metrics port `26660` of your server. Enable prometheus metrics in config.toml.
42+
4. If you have completed the above points, please fill out the [form](https://forms.gle/pDB8qQuwx5CFgPqH6).
43+
5. Please wait for us to release the documentation regarding the startup of aMACI operator service.
4244

4345
### Performance evaluation phase
4446

pages/docs/vota-devops/snapshot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Due to the restart of a new P2P network environment, you also need to remove the
9595
</Tabs.Tab>
9696
<Tabs.Tab>
9797
```shell
98-
curl https://df-node-dump.s3.ap-southeast-1.amazonaws.com/dora_sf_368386.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.dora
98+
curl https://df-node-dump.s3.ap-southeast-1.amazonaws.com/dora_bobtail_15917.tar.lz4 | lz4 -dc - | tar -xf - -C $HOME/.dora
9999
```
100100
</Tabs.Tab>
101101
</Tabs>

0 commit comments

Comments
 (0)