File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 180
180
Run the chain-sync test program against a public mainnet node, starting at the beginning of the Shelley era:
181
181
182
182
```
183
- ./gouroboros -address backbone.cardano-mainnet.iohk .io:3001 -network mainnet -ntn chain-sync -bulk -start-era shelley
183
+ ./gouroboros -address backbone.cardano.iog .io:3001 -network mainnet -ntn chain-sync -bulk -start-era shelley
184
184
```
185
185
186
186
This will produce a LOT of output and take quite a few hours to reach chain tip. You're mostly looking for it to get through
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var topologyTests = []topologyTestDefinition{
33
33
{
34
34
"Producers": [
35
35
{
36
- "addr": "relays-new .cardano-mainnet.iohk .io",
36
+ "addr": "backbone .cardano.iog .io",
37
37
"port": 3001,
38
38
"valency": 2
39
39
}
@@ -43,7 +43,7 @@ var topologyTests = []topologyTestDefinition{
43
43
expectedObject : & ouroboros.TopologyConfig {
44
44
Producers : []ouroboros.TopologyConfigLegacyProducer {
45
45
{
46
- Address : "relays-new .cardano-mainnet.iohk .io" ,
46
+ Address : "backbone .cardano.iog .io" ,
47
47
Port : 3001 ,
48
48
Valency : 2 ,
49
49
},
@@ -64,7 +64,7 @@ var topologyTests = []topologyTestDefinition{
64
64
{
65
65
"accessPoints": [
66
66
{
67
- "address": "backbone.cardano-mainnet.iohk .io",
67
+ "address": "backbone.cardano.iog .io",
68
68
"port": 3001
69
69
}
70
70
],
@@ -95,7 +95,7 @@ var topologyTests = []topologyTestDefinition{
95
95
{
96
96
AccessPoints : []ouroboros.TopologyConfigP2PAccessPoint {
97
97
{
98
- Address : "backbone.cardano-mainnet.iohk .io" ,
98
+ Address : "backbone.cardano.iog .io" ,
99
99
Port : 3001 ,
100
100
},
101
101
},
You can’t perform that action at this time.
0 commit comments