24
24
3 . Checkout the latest testnet release:
25
25
26
26
```
27
- git checkout tags/monkey-bars-testnet-4
27
+ git checkout tags/monkey-bars-testnet-5
28
28
```
29
29
30
30
4 . Build:
@@ -35,16 +35,10 @@ make install
35
35
36
36
5 . If you're a new operator (and only if - as otherwise this will reset your node!):
37
37
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):
45
39
46
40
```
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]'
48
42
```
49
43
50
44
6. If you're an existing node operator:
@@ -58,13 +52,13 @@ make install
58
52
6.2 Download the latest genesis file:
59
53
60
54
```
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
62
56
```
63
57
64
58
6.3 Update your persistent peers in the file `~/.sifnoded/config/config.toml` so that it reads:
65
59
66
60
```
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"
68
62
```
69
63
70
64
7. Start your node:
@@ -81,26 +75,14 @@ You can verify that you're connected by running:
81
75
sifnodecli q tendermint-validator-set
82
76
```
83
77
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:
85
79
86
80
```
87
81
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
98
84
proposerpriority: -5000
99
85
votingpower: 5000
100
- - address: sifvalcons1kulx53jp3vnhmagsha5ncnsuewqf3s00nwzffv
101
- pubkey: sifvalconspub1zcjduepqrs8w58a59cu3wtt03rtm0c03gyt84f8pxwvtp7cptly39vhcdyxsyqmf62
102
- proposerpriority: 15000
103
- votingpower: 5000
104
86
```
105
87
106
88
you are now connected to the network.
@@ -134,16 +116,6 @@ sifnodecli tx staking create-validator \
134
116
--keyring-backend file
135
117
```
136
118
137
- ## Peers
138
-
139
- New node operators may also use the following peer addresses:
140
-
141
- ```
142
-
143
-
144
-
145
- ```
146
-
147
119
## Additional Resources
148
120
149
121
- [Additional instructions on standing up Sifnode](https://www.youtube.com/watch?v=1kjdjCEcYak&feature=youtu.be&ab_channel=utx0_).
0 commit comments