Skip to content

Commit 1f5adeb

Browse files
author
_IM
authored
[ChainOps] feature/readme-update (#288)
* Monkey Bars Testnet v5 update. * Monkey Bars Testnet v5 genesis. * Updated the steps for a new operator.
1 parent edf4ff2 commit 1f5adeb

File tree

1 file changed

+8
-36
lines changed

1 file changed

+8
-36
lines changed

readme.md

+8-36
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git clone ssh://[email protected]/Sifchain/sifnode && cd sifnode
2424
3. Checkout the latest testnet release:
2525

2626
```
27-
git checkout tags/monkey-bars-testnet-4
27+
git checkout tags/monkey-bars-testnet-5
2828
```
2929

3030
4. Build:
@@ -35,16 +35,10 @@ make install
3535

3636
5. If you're a new operator (and only if - as otherwise this will reset your node!):
3737

38-
5.1 Change to the `build` directory:
39-
40-
```
41-
cd ./build
42-
```
43-
44-
5.2 Scaffold your new node:
38+
5.1 Scaffold your new node (from the project root directory):
4539

4640
```
47-
rake 'genesis:sifnode:scaffold[monkey-bars, ec03640d0dcb1160f8cf73c33c63b64a55c93906@35.166.247.98:26656, http://35.166.247.98:26657/genesis]'
41+
rake 'genesis:sifnode:scaffold[monkey-bars, 55f250c42b6e7bdcce6fe1a8af65f13e7c33aafb@35.166.247.98:26656, http://35.166.247.98:26657/genesis]'
4842
```
4943
5044
6. If you're an existing node operator:
@@ -58,13 +52,13 @@ make install
5852
6.2 Download the latest genesis file:
5953
6054
```
61-
wget -O ~/.sifnoded/config/genesis.json https://raw.githubusercontent.com/Sifchain/networks/feature/genesis/testnet/monkey-bars-testnet-4/genesis.json
55+
wget -O ~/.sifnoded/config/genesis.json https://raw.githubusercontent.com/Sifchain/networks/feature/genesis/testnet/monkey-bars-testnet-5/genesis.json
6256
```
6357
6458
6.3 Update your persistent peers in the file `~/.sifnoded/config/config.toml` so that it reads:
6559
6660
```
67-
persistent_peers = "ec03640d0dcb1160f8cf73c33c63b64a55c93906@35.166.247.98:26656,[email protected]:28002,[email protected]:28004,[email protected]:28006"
61+
persistent_peers = "55f250c42b6e7bdcce6fe1a8af65f13e7c33aafb@35.166.247.98:26656"
6862
```
6963
7064
7. Start your node:
@@ -81,26 +75,14 @@ You can verify that you're connected by running:
8175
sifnodecli q tendermint-validator-set
8276
```
8377
84-
and you should see the following main validator nodes for Sifchain:
78+
and you should see the following main validator node/s for Sifchain:
8579
8680
```
8781
validators:
88-
- address: sifvalcons1z6jhzs0f7v02ny6k5x5rekf7gyx9400zyxmzve
89-
pubkey: sifvalconspub1zcjduepq4zyan4mlm8fpku5jd7zu7f59k863x4g2wrzkku0285z6xylppk6q6nkzrk
90-
proposerpriority: -5000
91-
votingpower: 5000
92-
- address: sifvalcons192ljdnz3u6d7l7vg9zgstlnqyczqhwz4wj5ltz
93-
pubkey: sifvalconspub1zcjduepq8zdt2xty2kk87zrzn95crwjkpmhmzxu6w05wtn08dxhq0qnj090sxg634l
94-
proposerpriority: -5000
95-
votingpower: 5000
96-
- address: sifvalcons1v38zwh0f9hwq5x6hfna35pr9x5r5wpydqfgyat
97-
pubkey: sifvalconspub1zcjduepqefzlm5pymv84kfxdrzm627pw9ty6v2zd49dzuc3aan9z2pftk4rqckj2gz
82+
- address: sifvalcons1lze43sc3dyr9fnftk3hc3q3t8e4h6g5ar8776x
83+
pubkey: sifvalconspub1zcjduepqxp03gq8py26fqe9fljuppqv0s7859m2pvqrrgnr9v9p58a8j6eus8yx2rm
9884
proposerpriority: -5000
9985
votingpower: 5000
100-
- address: sifvalcons1kulx53jp3vnhmagsha5ncnsuewqf3s00nwzffv
101-
pubkey: sifvalconspub1zcjduepqrs8w58a59cu3wtt03rtm0c03gyt84f8pxwvtp7cptly39vhcdyxsyqmf62
102-
proposerpriority: 15000
103-
votingpower: 5000
10486
```
10587
10688
you are now connected to the network.
@@ -134,16 +116,6 @@ sifnodecli tx staking create-validator \
134116
--keyring-backend file
135117
```
136118
137-
## Peers
138-
139-
New node operators may also use the following peer addresses:
140-
141-
```
142-
143-
144-
145-
```
146-
147119
## Additional Resources
148120
149121
- [Additional instructions on standing up Sifnode](https://www.youtube.com/watch?v=1kjdjCEcYak&feature=youtu.be&ab_channel=utx0_).

0 commit comments

Comments
 (0)