File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 5
5
- [ Install Cosmovisor] ( #install-cosmovisor )
6
6
- [ Configure State Sync] ( #configure-state-sync )
7
7
- [ Running the Sequencer] ( #running-the-sequencer )
8
+ - [ Linux] ( #linux )
9
+ - [ Mac] ( #mac )
8
10
- [ References] ( #references )
9
11
10
12
## Prerequisites
@@ -25,7 +27,7 @@ The guide assumes that Golang is installed in order to run Cosmovisor. We recomm
25
27
26
28
Obtain binary and genesis from this repository:
27
29
28
- - Binary from: https://github.com/FuelLabs/fuel-sequencer-deployments/releases/tag/seq-mainnet-1.2-improved-sidecar
30
+ - Binary from: https://github.com/FuelLabs/fuel-sequencer-deployments/releases/tag/seq-mainnet-1.3
29
31
- Genesis from: https://github.com/FuelLabs/fuel-sequencer-deployments/blob/main/seq-mainnet-1/genesis.json
30
32
31
33
Download the right binary based on your architecture to ` $GOPATH/bin/ ` with the name ` fuelsequencerd ` :
@@ -38,7 +40,7 @@ Download the right binary based on your architecture to `$GOPATH/bin/` with the
38
40
Try the binary:
39
41
40
42
``` sh
41
- fuelsequencerd version # expect seq-mainnet-1.2-improved-sidecar
43
+ fuelsequencerd version # expect seq-mainnet-1.3
42
44
```
43
45
44
46
Initialise the node directory, giving your node a meaningful name:
Original file line number Diff line number Diff line change 7
7
- [ Install Cosmovisor] ( #install-cosmovisor )
8
8
- [ Configure State Sync] ( #configure-state-sync )
9
9
- [ Run the Sidecar] ( #run-the-sidecar )
10
+ - [ Linux] ( #linux )
11
+ - [ Mac] ( #mac )
10
12
- [ Run the Sequencer] ( #run-the-sequencer )
13
+ - [ Linux] ( #linux-1 )
14
+ - [ Mac] ( #mac-1 )
11
15
- [ Creating an Account] ( #creating-an-account )
12
16
- [ Create the Validator] ( #create-the-validator )
13
17
- [ What to Expect] ( #what-to-expect )
@@ -56,7 +60,7 @@ To ensure the highest performance and reliability of the Sequencer infrastructur
56
60
57
61
Obtain binary and genesis from this repository:
58
62
59
- - Binary from: https://github.com/FuelLabs/fuel-sequencer-deployments/releases/tag/seq-mainnet-1.2-improved-sidecar
63
+ - Binary from: https://github.com/FuelLabs/fuel-sequencer-deployments/releases/tag/seq-mainnet-1.3
60
64
- Genesis from: https://github.com/FuelLabs/fuel-sequencer-deployments/blob/main/seq-mainnet-1/genesis.json
61
65
62
66
Download the right binary based on your architecture to ` $GOPATH/bin/ ` with the name ` fuelsequencerd ` :
@@ -69,7 +73,7 @@ Download the right binary based on your architecture to `$GOPATH/bin/` with the
69
73
Try the binary:
70
74
71
75
``` sh
72
- fuelsequencerd version # expect seq-mainnet-1.2-improved-sidecar
76
+ fuelsequencerd version # expect seq-mainnet-1.3
73
77
```
74
78
75
79
Initialise the node directory, giving your node a meaningful name:
You can’t perform that action at this time.
0 commit comments