ysk-server-shared 1.1.9 → 1.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/locales/ar/translation.json +18 -2
- package/locales/ar/validators.json +18 -2
- package/locales/bn/translation.json +18 -2
- package/locales/bn/validators.json +18 -2
- package/locales/en/translation.json +19 -3
- package/locales/en/validators.json +19 -3
- package/locales/es/translation.json +18 -2
- package/locales/es/validators.json +18 -2
- package/locales/fr/translation.json +18 -2
- package/locales/fr/validators.json +18 -2
- package/locales/hi/translation.json +18 -2
- package/locales/hi/validators.json +18 -2
- package/locales/id/translation.json +18 -2
- package/locales/id/validators.json +18 -2
- package/locales/ja/translation.json +18 -2
- package/locales/ja/validators.json +18 -2
- package/locales/ko/translation.json +18 -2
- package/locales/ko/validators.json +18 -2
- package/locales/pt/translation.json +18 -2
- package/locales/pt/validators.json +18 -2
- package/locales/ur/translation.json +18 -2
- package/locales/ur/validators.json +18 -2
- package/locales/zh-CN/translation.json +20 -4
- package/locales/zh-CN/validators.json +20 -4
- package/locales/zh-HK/translation.json +20 -4
- package/locales/zh-HK/validators.json +20 -4
- package/package.json +1 -1
|
@@ -13521,7 +13521,8 @@
|
|
|
13521
13521
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
13522
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
13523
|
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
-
}
|
|
13524
|
+
},
|
|
13525
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
13525
13526
|
},
|
|
13526
13527
|
"actions": {
|
|
13527
13528
|
"detail": "التفاصيل",
|
|
@@ -13629,7 +13630,22 @@
|
|
|
13629
13630
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
13631
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13631
13632
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
13632
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
13633
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
13634
|
+
"colName": "Profile",
|
|
13635
|
+
"colUse": "Use for",
|
|
13636
|
+
"colDisk": "Disk",
|
|
13637
|
+
"colStake": "Staking validator",
|
|
13638
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13639
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13640
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13641
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13642
|
+
"diskMinimal": "Smallest",
|
|
13643
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13644
|
+
"diskValidatorReady": "Largest of the four",
|
|
13645
|
+
"diskRpc": "Depends on the chain",
|
|
13646
|
+
"stakeNo": "Not suitable",
|
|
13647
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13648
|
+
"stakeRpc": "Not a validator"
|
|
13633
13649
|
},
|
|
13634
13650
|
"software": {
|
|
13635
13651
|
"engine": "Docker Engine",
|
|
@@ -195,7 +195,8 @@
|
|
|
195
195
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
196
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
197
|
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
199
200
|
},
|
|
200
201
|
"actions": {
|
|
201
202
|
"detail": "التفاصيل",
|
|
@@ -303,7 +304,22 @@
|
|
|
303
304
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
305
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
306
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
308
|
+
"colName": "Profile",
|
|
309
|
+
"colUse": "Use for",
|
|
310
|
+
"colDisk": "Disk",
|
|
311
|
+
"colStake": "Staking validator",
|
|
312
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
313
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
314
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
315
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
316
|
+
"diskMinimal": "Smallest",
|
|
317
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
318
|
+
"diskValidatorReady": "Largest of the four",
|
|
319
|
+
"diskRpc": "Depends on the chain",
|
|
320
|
+
"stakeNo": "Not suitable",
|
|
321
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
322
|
+
"stakeRpc": "Not a validator"
|
|
307
323
|
},
|
|
308
324
|
"software": {
|
|
309
325
|
"engine": "Docker Engine",
|
|
@@ -13521,7 +13521,8 @@
|
|
|
13521
13521
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
13522
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
13523
|
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
-
}
|
|
13524
|
+
},
|
|
13525
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
13525
13526
|
},
|
|
13526
13527
|
"actions": {
|
|
13527
13528
|
"detail": "বিস্তারিত",
|
|
@@ -13629,7 +13630,22 @@
|
|
|
13629
13630
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
13631
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13631
13632
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
13632
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
13633
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
13634
|
+
"colName": "Profile",
|
|
13635
|
+
"colUse": "Use for",
|
|
13636
|
+
"colDisk": "Disk",
|
|
13637
|
+
"colStake": "Staking validator",
|
|
13638
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13639
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13640
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13641
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13642
|
+
"diskMinimal": "Smallest",
|
|
13643
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13644
|
+
"diskValidatorReady": "Largest of the four",
|
|
13645
|
+
"diskRpc": "Depends on the chain",
|
|
13646
|
+
"stakeNo": "Not suitable",
|
|
13647
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13648
|
+
"stakeRpc": "Not a validator"
|
|
13633
13649
|
},
|
|
13634
13650
|
"software": {
|
|
13635
13651
|
"engine": "Docker Engine",
|
|
@@ -195,7 +195,8 @@
|
|
|
195
195
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
196
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
197
|
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
199
200
|
},
|
|
200
201
|
"actions": {
|
|
201
202
|
"detail": "বিস্তারিত",
|
|
@@ -303,7 +304,22 @@
|
|
|
303
304
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
305
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
306
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
308
|
+
"colName": "Profile",
|
|
309
|
+
"colUse": "Use for",
|
|
310
|
+
"colDisk": "Disk",
|
|
311
|
+
"colStake": "Staking validator",
|
|
312
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
313
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
314
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
315
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
316
|
+
"diskMinimal": "Smallest",
|
|
317
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
318
|
+
"diskValidatorReady": "Largest of the four",
|
|
319
|
+
"diskRpc": "Depends on the chain",
|
|
320
|
+
"stakeNo": "Not suitable",
|
|
321
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
322
|
+
"stakeRpc": "Not a validator"
|
|
307
323
|
},
|
|
308
324
|
"software": {
|
|
309
325
|
"engine": "Docker Engine",
|
|
@@ -13414,8 +13414,23 @@
|
|
|
13414
13414
|
"rpc": "RPC"
|
|
13415
13415
|
},
|
|
13416
13416
|
"profileHelp": {
|
|
13417
|
-
"title": "
|
|
13418
|
-
"desc": "
|
|
13417
|
+
"title": "The four profiles",
|
|
13418
|
+
"desc": "Wizard step 3 offers Minimal, Pruned, Validator-ready, and RPC. They differ by disk and role. The wizard shows the size for the chain you picked. The panel never holds staking keys.",
|
|
13419
|
+
"colName": "Profile",
|
|
13420
|
+
"colUse": "Use for",
|
|
13421
|
+
"colDisk": "Disk",
|
|
13422
|
+
"colStake": "Staking validator",
|
|
13423
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13424
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13425
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13426
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13427
|
+
"diskMinimal": "Smallest",
|
|
13428
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13429
|
+
"diskValidatorReady": "Largest of the four",
|
|
13430
|
+
"diskRpc": "Depends on the chain",
|
|
13431
|
+
"stakeNo": "Not suitable",
|
|
13432
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13433
|
+
"stakeRpc": "Not a validator",
|
|
13419
13434
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13420
13435
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13421
13436
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
@@ -13521,7 +13536,7 @@
|
|
|
13521
13536
|
"needCustomPath": "Enter an absolute data path",
|
|
13522
13537
|
"previewId": "Node id",
|
|
13523
13538
|
"previewCompose": "Compose project",
|
|
13524
|
-
"profileSeeAbout": "
|
|
13539
|
+
"profileSeeAbout": "How the four profiles differ is on the About tab.",
|
|
13525
13540
|
"back": "Back",
|
|
13526
13541
|
"next": "Next",
|
|
13527
13542
|
"install": "Install",
|
|
@@ -13540,6 +13555,7 @@
|
|
|
13540
13555
|
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
|
|
13541
13556
|
"installC1": "Several gigabytes of images may be downloaded.",
|
|
13542
13557
|
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically.",
|
|
13558
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm.",
|
|
13543
13559
|
"dockerAbout": "Docker Engine is required to install and start nodes.",
|
|
13544
13560
|
"dockerAboutOk": "Docker Engine is installed.",
|
|
13545
13561
|
"dockerAboutMissing": "Docker Engine is not installed. Open Docker to install it.",
|
|
@@ -88,8 +88,23 @@
|
|
|
88
88
|
"rpc": "RPC"
|
|
89
89
|
},
|
|
90
90
|
"profileHelp": {
|
|
91
|
-
"title": "
|
|
92
|
-
"desc": "
|
|
91
|
+
"title": "The four profiles",
|
|
92
|
+
"desc": "Wizard step 3 offers Minimal, Pruned, Validator-ready, and RPC. They differ by disk and role. The wizard shows the size for the chain you picked. The panel never holds staking keys.",
|
|
93
|
+
"colName": "Profile",
|
|
94
|
+
"colUse": "Use for",
|
|
95
|
+
"colDisk": "Disk",
|
|
96
|
+
"colStake": "Staking validator",
|
|
97
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
98
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
99
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
100
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
101
|
+
"diskMinimal": "Smallest",
|
|
102
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
103
|
+
"diskValidatorReady": "Largest of the four",
|
|
104
|
+
"diskRpc": "Depends on the chain",
|
|
105
|
+
"stakeNo": "Not suitable",
|
|
106
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
107
|
+
"stakeRpc": "Not a validator",
|
|
93
108
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
94
109
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
95
110
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
@@ -195,7 +210,7 @@
|
|
|
195
210
|
"needCustomPath": "Enter an absolute data path",
|
|
196
211
|
"previewId": "Node id",
|
|
197
212
|
"previewCompose": "Compose project",
|
|
198
|
-
"profileSeeAbout": "
|
|
213
|
+
"profileSeeAbout": "How the four profiles differ is on the About tab.",
|
|
199
214
|
"back": "Back",
|
|
200
215
|
"next": "Next",
|
|
201
216
|
"install": "Install",
|
|
@@ -214,6 +229,7 @@
|
|
|
214
229
|
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
|
|
215
230
|
"installC1": "Several gigabytes of images may be downloaded.",
|
|
216
231
|
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically.",
|
|
232
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm.",
|
|
217
233
|
"dockerAbout": "Docker Engine is required to install and start nodes.",
|
|
218
234
|
"dockerAboutOk": "Docker Engine is installed.",
|
|
219
235
|
"dockerAboutMissing": "Docker Engine is not installed. Open Docker to install it.",
|
|
@@ -13521,7 +13521,8 @@
|
|
|
13521
13521
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
13522
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
13523
|
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
-
}
|
|
13524
|
+
},
|
|
13525
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
13525
13526
|
},
|
|
13526
13527
|
"actions": {
|
|
13527
13528
|
"detail": "Detalles",
|
|
@@ -13629,7 +13630,22 @@
|
|
|
13629
13630
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
13631
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13631
13632
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
13632
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
13633
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
13634
|
+
"colName": "Profile",
|
|
13635
|
+
"colUse": "Use for",
|
|
13636
|
+
"colDisk": "Disk",
|
|
13637
|
+
"colStake": "Staking validator",
|
|
13638
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13639
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13640
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13641
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13642
|
+
"diskMinimal": "Smallest",
|
|
13643
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13644
|
+
"diskValidatorReady": "Largest of the four",
|
|
13645
|
+
"diskRpc": "Depends on the chain",
|
|
13646
|
+
"stakeNo": "Not suitable",
|
|
13647
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13648
|
+
"stakeRpc": "Not a validator"
|
|
13633
13649
|
},
|
|
13634
13650
|
"software": {
|
|
13635
13651
|
"engine": "Docker Engine",
|
|
@@ -195,7 +195,8 @@
|
|
|
195
195
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
196
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
197
|
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
199
200
|
},
|
|
200
201
|
"actions": {
|
|
201
202
|
"detail": "Detalles",
|
|
@@ -303,7 +304,22 @@
|
|
|
303
304
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
305
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
306
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
308
|
+
"colName": "Profile",
|
|
309
|
+
"colUse": "Use for",
|
|
310
|
+
"colDisk": "Disk",
|
|
311
|
+
"colStake": "Staking validator",
|
|
312
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
313
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
314
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
315
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
316
|
+
"diskMinimal": "Smallest",
|
|
317
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
318
|
+
"diskValidatorReady": "Largest of the four",
|
|
319
|
+
"diskRpc": "Depends on the chain",
|
|
320
|
+
"stakeNo": "Not suitable",
|
|
321
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
322
|
+
"stakeRpc": "Not a validator"
|
|
307
323
|
},
|
|
308
324
|
"software": {
|
|
309
325
|
"engine": "Docker Engine",
|
|
@@ -13521,7 +13521,8 @@
|
|
|
13521
13521
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
13522
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
13523
|
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
-
}
|
|
13524
|
+
},
|
|
13525
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
13525
13526
|
},
|
|
13526
13527
|
"actions": {
|
|
13527
13528
|
"detail": "Détails",
|
|
@@ -13629,7 +13630,22 @@
|
|
|
13629
13630
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
13631
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13631
13632
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
13632
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
13633
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
13634
|
+
"colName": "Profile",
|
|
13635
|
+
"colUse": "Use for",
|
|
13636
|
+
"colDisk": "Disk",
|
|
13637
|
+
"colStake": "Staking validator",
|
|
13638
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13639
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13640
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13641
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13642
|
+
"diskMinimal": "Smallest",
|
|
13643
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13644
|
+
"diskValidatorReady": "Largest of the four",
|
|
13645
|
+
"diskRpc": "Depends on the chain",
|
|
13646
|
+
"stakeNo": "Not suitable",
|
|
13647
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13648
|
+
"stakeRpc": "Not a validator"
|
|
13633
13649
|
},
|
|
13634
13650
|
"software": {
|
|
13635
13651
|
"engine": "Docker Engine",
|
|
@@ -195,7 +195,8 @@
|
|
|
195
195
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
196
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
197
|
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
199
200
|
},
|
|
200
201
|
"actions": {
|
|
201
202
|
"detail": "Détails",
|
|
@@ -303,7 +304,22 @@
|
|
|
303
304
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
305
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
306
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
308
|
+
"colName": "Profile",
|
|
309
|
+
"colUse": "Use for",
|
|
310
|
+
"colDisk": "Disk",
|
|
311
|
+
"colStake": "Staking validator",
|
|
312
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
313
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
314
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
315
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
316
|
+
"diskMinimal": "Smallest",
|
|
317
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
318
|
+
"diskValidatorReady": "Largest of the four",
|
|
319
|
+
"diskRpc": "Depends on the chain",
|
|
320
|
+
"stakeNo": "Not suitable",
|
|
321
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
322
|
+
"stakeRpc": "Not a validator"
|
|
307
323
|
},
|
|
308
324
|
"software": {
|
|
309
325
|
"engine": "Docker Engine",
|
|
@@ -13521,7 +13521,8 @@
|
|
|
13521
13521
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
13522
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
13523
|
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
-
}
|
|
13524
|
+
},
|
|
13525
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
13525
13526
|
},
|
|
13526
13527
|
"actions": {
|
|
13527
13528
|
"detail": "विवरण",
|
|
@@ -13629,7 +13630,22 @@
|
|
|
13629
13630
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
13631
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13631
13632
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
13632
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
13633
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
13634
|
+
"colName": "Profile",
|
|
13635
|
+
"colUse": "Use for",
|
|
13636
|
+
"colDisk": "Disk",
|
|
13637
|
+
"colStake": "Staking validator",
|
|
13638
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13639
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13640
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13641
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13642
|
+
"diskMinimal": "Smallest",
|
|
13643
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13644
|
+
"diskValidatorReady": "Largest of the four",
|
|
13645
|
+
"diskRpc": "Depends on the chain",
|
|
13646
|
+
"stakeNo": "Not suitable",
|
|
13647
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13648
|
+
"stakeRpc": "Not a validator"
|
|
13633
13649
|
},
|
|
13634
13650
|
"software": {
|
|
13635
13651
|
"engine": "Docker Engine",
|
|
@@ -195,7 +195,8 @@
|
|
|
195
195
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
196
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
197
|
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
199
200
|
},
|
|
200
201
|
"actions": {
|
|
201
202
|
"detail": "विवरण",
|
|
@@ -303,7 +304,22 @@
|
|
|
303
304
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
305
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
306
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
308
|
+
"colName": "Profile",
|
|
309
|
+
"colUse": "Use for",
|
|
310
|
+
"colDisk": "Disk",
|
|
311
|
+
"colStake": "Staking validator",
|
|
312
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
313
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
314
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
315
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
316
|
+
"diskMinimal": "Smallest",
|
|
317
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
318
|
+
"diskValidatorReady": "Largest of the four",
|
|
319
|
+
"diskRpc": "Depends on the chain",
|
|
320
|
+
"stakeNo": "Not suitable",
|
|
321
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
322
|
+
"stakeRpc": "Not a validator"
|
|
307
323
|
},
|
|
308
324
|
"software": {
|
|
309
325
|
"engine": "Docker Engine",
|
|
@@ -13521,7 +13521,8 @@
|
|
|
13521
13521
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
13522
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
13523
|
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
-
}
|
|
13524
|
+
},
|
|
13525
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
13525
13526
|
},
|
|
13526
13527
|
"actions": {
|
|
13527
13528
|
"detail": "Rincian",
|
|
@@ -13629,7 +13630,22 @@
|
|
|
13629
13630
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
13631
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13631
13632
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
13632
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
13633
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
13634
|
+
"colName": "Profile",
|
|
13635
|
+
"colUse": "Use for",
|
|
13636
|
+
"colDisk": "Disk",
|
|
13637
|
+
"colStake": "Staking validator",
|
|
13638
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13639
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13640
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13641
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13642
|
+
"diskMinimal": "Smallest",
|
|
13643
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13644
|
+
"diskValidatorReady": "Largest of the four",
|
|
13645
|
+
"diskRpc": "Depends on the chain",
|
|
13646
|
+
"stakeNo": "Not suitable",
|
|
13647
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13648
|
+
"stakeRpc": "Not a validator"
|
|
13633
13649
|
},
|
|
13634
13650
|
"software": {
|
|
13635
13651
|
"engine": "Docker Engine",
|
|
@@ -195,7 +195,8 @@
|
|
|
195
195
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
196
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
197
|
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
199
200
|
},
|
|
200
201
|
"actions": {
|
|
201
202
|
"detail": "Rincian",
|
|
@@ -303,7 +304,22 @@
|
|
|
303
304
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
305
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
306
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
308
|
+
"colName": "Profile",
|
|
309
|
+
"colUse": "Use for",
|
|
310
|
+
"colDisk": "Disk",
|
|
311
|
+
"colStake": "Staking validator",
|
|
312
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
313
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
314
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
315
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
316
|
+
"diskMinimal": "Smallest",
|
|
317
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
318
|
+
"diskValidatorReady": "Largest of the four",
|
|
319
|
+
"diskRpc": "Depends on the chain",
|
|
320
|
+
"stakeNo": "Not suitable",
|
|
321
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
322
|
+
"stakeRpc": "Not a validator"
|
|
307
323
|
},
|
|
308
324
|
"software": {
|
|
309
325
|
"engine": "Docker Engine",
|
|
@@ -13521,7 +13521,8 @@
|
|
|
13521
13521
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
13522
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
13523
|
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
-
}
|
|
13524
|
+
},
|
|
13525
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
13525
13526
|
},
|
|
13526
13527
|
"actions": {
|
|
13527
13528
|
"detail": "詳細",
|
|
@@ -13629,7 +13630,22 @@
|
|
|
13629
13630
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
13631
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13631
13632
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
13632
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
13633
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
13634
|
+
"colName": "Profile",
|
|
13635
|
+
"colUse": "Use for",
|
|
13636
|
+
"colDisk": "Disk",
|
|
13637
|
+
"colStake": "Staking validator",
|
|
13638
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13639
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13640
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13641
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13642
|
+
"diskMinimal": "Smallest",
|
|
13643
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13644
|
+
"diskValidatorReady": "Largest of the four",
|
|
13645
|
+
"diskRpc": "Depends on the chain",
|
|
13646
|
+
"stakeNo": "Not suitable",
|
|
13647
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13648
|
+
"stakeRpc": "Not a validator"
|
|
13633
13649
|
},
|
|
13634
13650
|
"software": {
|
|
13635
13651
|
"engine": "Docker Engine",
|
|
@@ -195,7 +195,8 @@
|
|
|
195
195
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
196
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
197
|
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
199
200
|
},
|
|
200
201
|
"actions": {
|
|
201
202
|
"detail": "詳細",
|
|
@@ -303,7 +304,22 @@
|
|
|
303
304
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
305
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
306
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
308
|
+
"colName": "Profile",
|
|
309
|
+
"colUse": "Use for",
|
|
310
|
+
"colDisk": "Disk",
|
|
311
|
+
"colStake": "Staking validator",
|
|
312
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
313
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
314
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
315
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
316
|
+
"diskMinimal": "Smallest",
|
|
317
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
318
|
+
"diskValidatorReady": "Largest of the four",
|
|
319
|
+
"diskRpc": "Depends on the chain",
|
|
320
|
+
"stakeNo": "Not suitable",
|
|
321
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
322
|
+
"stakeRpc": "Not a validator"
|
|
307
323
|
},
|
|
308
324
|
"software": {
|
|
309
325
|
"engine": "Docker Engine",
|
|
@@ -13521,7 +13521,8 @@
|
|
|
13521
13521
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
13522
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
13523
|
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
-
}
|
|
13524
|
+
},
|
|
13525
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
13525
13526
|
},
|
|
13526
13527
|
"actions": {
|
|
13527
13528
|
"detail": "자세히",
|
|
@@ -13629,7 +13630,22 @@
|
|
|
13629
13630
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
13631
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13631
13632
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
13632
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
13633
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
13634
|
+
"colName": "Profile",
|
|
13635
|
+
"colUse": "Use for",
|
|
13636
|
+
"colDisk": "Disk",
|
|
13637
|
+
"colStake": "Staking validator",
|
|
13638
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13639
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13640
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13641
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13642
|
+
"diskMinimal": "Smallest",
|
|
13643
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13644
|
+
"diskValidatorReady": "Largest of the four",
|
|
13645
|
+
"diskRpc": "Depends on the chain",
|
|
13646
|
+
"stakeNo": "Not suitable",
|
|
13647
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13648
|
+
"stakeRpc": "Not a validator"
|
|
13633
13649
|
},
|
|
13634
13650
|
"software": {
|
|
13635
13651
|
"engine": "Docker Engine",
|
|
@@ -195,7 +195,8 @@
|
|
|
195
195
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
196
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
197
|
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
199
200
|
},
|
|
200
201
|
"actions": {
|
|
201
202
|
"detail": "자세히",
|
|
@@ -303,7 +304,22 @@
|
|
|
303
304
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
305
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
306
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
308
|
+
"colName": "Profile",
|
|
309
|
+
"colUse": "Use for",
|
|
310
|
+
"colDisk": "Disk",
|
|
311
|
+
"colStake": "Staking validator",
|
|
312
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
313
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
314
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
315
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
316
|
+
"diskMinimal": "Smallest",
|
|
317
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
318
|
+
"diskValidatorReady": "Largest of the four",
|
|
319
|
+
"diskRpc": "Depends on the chain",
|
|
320
|
+
"stakeNo": "Not suitable",
|
|
321
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
322
|
+
"stakeRpc": "Not a validator"
|
|
307
323
|
},
|
|
308
324
|
"software": {
|
|
309
325
|
"engine": "Docker Engine",
|
|
@@ -13521,7 +13521,8 @@
|
|
|
13521
13521
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
13522
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
13523
|
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
-
}
|
|
13524
|
+
},
|
|
13525
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
13525
13526
|
},
|
|
13526
13527
|
"actions": {
|
|
13527
13528
|
"detail": "Detalhes",
|
|
@@ -13629,7 +13630,22 @@
|
|
|
13629
13630
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
13631
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13631
13632
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
13632
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
13633
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
13634
|
+
"colName": "Profile",
|
|
13635
|
+
"colUse": "Use for",
|
|
13636
|
+
"colDisk": "Disk",
|
|
13637
|
+
"colStake": "Staking validator",
|
|
13638
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13639
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13640
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13641
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13642
|
+
"diskMinimal": "Smallest",
|
|
13643
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13644
|
+
"diskValidatorReady": "Largest of the four",
|
|
13645
|
+
"diskRpc": "Depends on the chain",
|
|
13646
|
+
"stakeNo": "Not suitable",
|
|
13647
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13648
|
+
"stakeRpc": "Not a validator"
|
|
13633
13649
|
},
|
|
13634
13650
|
"software": {
|
|
13635
13651
|
"engine": "Docker Engine",
|
|
@@ -195,7 +195,8 @@
|
|
|
195
195
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
196
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
197
|
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
199
200
|
},
|
|
200
201
|
"actions": {
|
|
201
202
|
"detail": "Detalhes",
|
|
@@ -303,7 +304,22 @@
|
|
|
303
304
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
305
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
306
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
308
|
+
"colName": "Profile",
|
|
309
|
+
"colUse": "Use for",
|
|
310
|
+
"colDisk": "Disk",
|
|
311
|
+
"colStake": "Staking validator",
|
|
312
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
313
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
314
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
315
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
316
|
+
"diskMinimal": "Smallest",
|
|
317
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
318
|
+
"diskValidatorReady": "Largest of the four",
|
|
319
|
+
"diskRpc": "Depends on the chain",
|
|
320
|
+
"stakeNo": "Not suitable",
|
|
321
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
322
|
+
"stakeRpc": "Not a validator"
|
|
307
323
|
},
|
|
308
324
|
"software": {
|
|
309
325
|
"engine": "Docker Engine",
|
|
@@ -13521,7 +13521,8 @@
|
|
|
13521
13521
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
13522
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
13523
|
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
-
}
|
|
13524
|
+
},
|
|
13525
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
13525
13526
|
},
|
|
13526
13527
|
"actions": {
|
|
13527
13528
|
"detail": "تفصیل",
|
|
@@ -13629,7 +13630,22 @@
|
|
|
13629
13630
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
13631
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
13631
13632
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
13632
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
13633
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
13634
|
+
"colName": "Profile",
|
|
13635
|
+
"colUse": "Use for",
|
|
13636
|
+
"colDisk": "Disk",
|
|
13637
|
+
"colStake": "Staking validator",
|
|
13638
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
13639
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
13640
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
13641
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
13642
|
+
"diskMinimal": "Smallest",
|
|
13643
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
13644
|
+
"diskValidatorReady": "Largest of the four",
|
|
13645
|
+
"diskRpc": "Depends on the chain",
|
|
13646
|
+
"stakeNo": "Not suitable",
|
|
13647
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
13648
|
+
"stakeRpc": "Not a validator"
|
|
13633
13649
|
},
|
|
13634
13650
|
"software": {
|
|
13635
13651
|
"engine": "Docker Engine",
|
|
@@ -195,7 +195,8 @@
|
|
|
195
195
|
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
196
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
197
|
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
-
}
|
|
198
|
+
},
|
|
199
|
+
"installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
|
|
199
200
|
},
|
|
200
201
|
"actions": {
|
|
201
202
|
"detail": "تفصیل",
|
|
@@ -303,7 +304,22 @@
|
|
|
303
304
|
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
305
|
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
306
|
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
-
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet.",
|
|
308
|
+
"colName": "Profile",
|
|
309
|
+
"colUse": "Use for",
|
|
310
|
+
"colDisk": "Disk",
|
|
311
|
+
"colStake": "Staking validator",
|
|
312
|
+
"useMinimal": "Testnet or a first install. Not a full history.",
|
|
313
|
+
"usePruned": "Follow the chain tip long-term. Keeps recent data only (Pruned).",
|
|
314
|
+
"useValidatorReady": "Sized so you can later attest or propose. Generate keys offline yourself.",
|
|
315
|
+
"useRpc": "Let this host or other services query the chain. Listens on 127.0.0.1 by default.",
|
|
316
|
+
"diskMinimal": "Smallest",
|
|
317
|
+
"diskPruned": "Medium (more than Minimal)",
|
|
318
|
+
"diskValidatorReady": "Largest of the four",
|
|
319
|
+
"diskRpc": "Depends on the chain",
|
|
320
|
+
"stakeNo": "Not suitable",
|
|
321
|
+
"stakeYes": "Yes — offline or misconfigured can lose stake",
|
|
322
|
+
"stakeRpc": "Not a validator"
|
|
307
323
|
},
|
|
308
324
|
"software": {
|
|
309
325
|
"engine": "Docker Engine",
|
|
@@ -13397,8 +13397,23 @@
|
|
|
13397
13397
|
"rpc": "RPC"
|
|
13398
13398
|
},
|
|
13399
13399
|
"profileHelp": {
|
|
13400
|
-
"title": "
|
|
13401
|
-
"desc": "
|
|
13400
|
+
"title": "四个配置档有何分别",
|
|
13401
|
+
"desc": "向导第三步可选精简、Pruned、验证者就绪、RPC。分别在磁盘用量和用途。各链建议容量在向导显示。面板不会保管质押私钥。",
|
|
13402
|
+
"colName": "配置档",
|
|
13403
|
+
"colUse": "用途",
|
|
13404
|
+
"colDisk": "磁盘",
|
|
13405
|
+
"colStake": "当验证者",
|
|
13406
|
+
"useMinimal": "测试网或先试安装。不是完整历史。",
|
|
13407
|
+
"usePruned": "长期跟随链头。只留近期数据(Pruned)。",
|
|
13408
|
+
"useValidatorReady": "预留作日后出块。密钥须自行离线生成。",
|
|
13409
|
+
"useRpc": "给本机或其他服务查链。默认只听 127.0.0.1。",
|
|
13410
|
+
"diskMinimal": "最少",
|
|
13411
|
+
"diskPruned": "中等(多于精简)",
|
|
13412
|
+
"diskValidatorReady": "四者之中最多",
|
|
13413
|
+
"diskRpc": "视链而定",
|
|
13414
|
+
"stakeNo": "不适合",
|
|
13415
|
+
"stakeYes": "可以 — 离线或设错可能被罚",
|
|
13416
|
+
"stakeRpc": "不是验证者",
|
|
13402
13417
|
"minimal": "占用磁盘最少。适合测试网或先试安装。不是完整历史,也不适合作为正式验证者。",
|
|
13403
13418
|
"pruned": "保留近期链状态,删除过旧区块数据(Pruned)。磁盘多于精简、少于完整节点。适合长期跟随链头。",
|
|
13404
13419
|
"validatorReady": "预留较大磁盘,供日后以验证者身份出块。密钥须自行离线生成;离线或设置错误可能损失质押金。",
|
|
@@ -13489,7 +13504,7 @@
|
|
|
13489
13504
|
"next": "下一步",
|
|
13490
13505
|
"install": "安装",
|
|
13491
13506
|
"mainnetWarn": "主网需要大量可用磁盘(ETH 常达 800 GiB 或以上)。建议先用测试网。",
|
|
13492
|
-
"mainnetAck": "
|
|
13507
|
+
"mainnetAck": "我明白:主网会占用很多磁盘空间。若把这台机器当验证者,离线或设置错误,质押的币可能被罚走。我仍要建立主网节点。",
|
|
13493
13508
|
"lowDiskAcked": "可用磁盘低于建议值。你已确认仍要建立;空间不足时同步可能中断。",
|
|
13494
13509
|
"heavyWarn": "此链负载很重(大量磁盘与高 IOPS)。Solana 主网通常需要 2 TiB 或以上。",
|
|
13495
13510
|
"memory": "内存上限(例如 4g)",
|
|
@@ -13511,12 +13526,13 @@
|
|
|
13511
13526
|
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
|
|
13512
13527
|
"installC1": "Several gigabytes of images may be downloaded.",
|
|
13513
13528
|
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically.",
|
|
13529
|
+
"installC3": "主网会占用很多磁盘。若当验证者,离线或设置错误,质押的币可能被罚走。请输入节点识别码以确认。",
|
|
13514
13530
|
"diskNeedNetwork": "Default (Minimal) for this network needs about {{need}} · free {{free}}",
|
|
13515
13531
|
"diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
13516
13532
|
"needCustomPath": "Enter an absolute data path",
|
|
13517
13533
|
"previewId": "Node id",
|
|
13518
13534
|
"previewCompose": "Compose project",
|
|
13519
|
-
"profileSeeAbout": "
|
|
13535
|
+
"profileSeeAbout": "四个配置档的分别见「说明」分页。",
|
|
13520
13536
|
"dockerAbout": "Docker Engine is required to install and start nodes.",
|
|
13521
13537
|
"dockerAboutOk": "Docker Engine is installed.",
|
|
13522
13538
|
"dockerAboutMissing": "Docker Engine is not installed. Open Docker to install it.",
|
|
@@ -71,8 +71,23 @@
|
|
|
71
71
|
"rpc": "RPC"
|
|
72
72
|
},
|
|
73
73
|
"profileHelp": {
|
|
74
|
-
"title": "
|
|
75
|
-
"desc": "
|
|
74
|
+
"title": "四个配置档有何分别",
|
|
75
|
+
"desc": "向导第三步可选精简、Pruned、验证者就绪、RPC。分别在磁盘用量和用途。各链建议容量在向导显示。面板不会保管质押私钥。",
|
|
76
|
+
"colName": "配置档",
|
|
77
|
+
"colUse": "用途",
|
|
78
|
+
"colDisk": "磁盘",
|
|
79
|
+
"colStake": "当验证者",
|
|
80
|
+
"useMinimal": "测试网或先试安装。不是完整历史。",
|
|
81
|
+
"usePruned": "长期跟随链头。只留近期数据(Pruned)。",
|
|
82
|
+
"useValidatorReady": "预留作日后出块。密钥须自行离线生成。",
|
|
83
|
+
"useRpc": "给本机或其他服务查链。默认只听 127.0.0.1。",
|
|
84
|
+
"diskMinimal": "最少",
|
|
85
|
+
"diskPruned": "中等(多于精简)",
|
|
86
|
+
"diskValidatorReady": "四者之中最多",
|
|
87
|
+
"diskRpc": "视链而定",
|
|
88
|
+
"stakeNo": "不适合",
|
|
89
|
+
"stakeYes": "可以 — 离线或设错可能被罚",
|
|
90
|
+
"stakeRpc": "不是验证者",
|
|
76
91
|
"minimal": "占用磁盘最少。适合测试网或先试安装。不是完整历史,也不适合作为正式验证者。",
|
|
77
92
|
"pruned": "保留近期链状态,删除过旧区块数据(Pruned)。磁盘多于精简、少于完整节点。适合长期跟随链头。",
|
|
78
93
|
"validatorReady": "预留较大磁盘,供日后以验证者身份出块。密钥须自行离线生成;离线或设置错误可能损失质押金。",
|
|
@@ -163,7 +178,7 @@
|
|
|
163
178
|
"next": "下一步",
|
|
164
179
|
"install": "安装",
|
|
165
180
|
"mainnetWarn": "主网需要大量可用磁盘(ETH 常达 800 GiB 或以上)。建议先用测试网。",
|
|
166
|
-
"mainnetAck": "
|
|
181
|
+
"mainnetAck": "我明白:主网会占用很多磁盘空间。若把这台机器当验证者,离线或设置错误,质押的币可能被罚走。我仍要建立主网节点。",
|
|
167
182
|
"lowDiskAcked": "可用磁盘低于建议值。你已确认仍要建立;空间不足时同步可能中断。",
|
|
168
183
|
"heavyWarn": "此链负载很重(大量磁盘与高 IOPS)。Solana 主网通常需要 2 TiB 或以上。",
|
|
169
184
|
"memory": "内存上限(例如 4g)",
|
|
@@ -185,12 +200,13 @@
|
|
|
185
200
|
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
|
|
186
201
|
"installC1": "Several gigabytes of images may be downloaded.",
|
|
187
202
|
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically.",
|
|
203
|
+
"installC3": "主网会占用很多磁盘。若当验证者,离线或设置错误,质押的币可能被罚走。请输入节点识别码以确认。",
|
|
188
204
|
"diskNeedNetwork": "Default (Minimal) for this network needs about {{need}} · free {{free}}",
|
|
189
205
|
"diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
190
206
|
"needCustomPath": "Enter an absolute data path",
|
|
191
207
|
"previewId": "Node id",
|
|
192
208
|
"previewCompose": "Compose project",
|
|
193
|
-
"profileSeeAbout": "
|
|
209
|
+
"profileSeeAbout": "四个配置档的分别见「说明」分页。",
|
|
194
210
|
"dockerAbout": "Docker Engine is required to install and start nodes.",
|
|
195
211
|
"dockerAboutOk": "Docker Engine is installed.",
|
|
196
212
|
"dockerAboutMissing": "Docker Engine is not installed. Open Docker to install it.",
|
|
@@ -13414,8 +13414,23 @@
|
|
|
13414
13414
|
"rpc": "RPC"
|
|
13415
13415
|
},
|
|
13416
13416
|
"profileHelp": {
|
|
13417
|
-
"title": "
|
|
13418
|
-
"desc": "
|
|
13417
|
+
"title": "四個設定檔有何分別",
|
|
13418
|
+
"desc": "精靈第三步可選精簡、Pruned、驗證者就緒、RPC。分別在磁碟用量同用途。各鏈建議容量在精靈顯示。面板不會保管質押私鑰。",
|
|
13419
|
+
"colName": "設定檔",
|
|
13420
|
+
"colUse": "用途",
|
|
13421
|
+
"colDisk": "磁碟",
|
|
13422
|
+
"colStake": "當驗證者",
|
|
13423
|
+
"useMinimal": "測試網或先試安裝。不是完整歷史。",
|
|
13424
|
+
"usePruned": "長期跟隨鏈頭。只留近期資料(Pruned)。",
|
|
13425
|
+
"useValidatorReady": "預留作日後出塊。金鑰須自行離線產生。",
|
|
13426
|
+
"useRpc": "給本機或其他服務查鏈。預設只聽 127.0.0.1。",
|
|
13427
|
+
"diskMinimal": "最少",
|
|
13428
|
+
"diskPruned": "中等(多於精簡)",
|
|
13429
|
+
"diskValidatorReady": "四者中最多",
|
|
13430
|
+
"diskRpc": "視鏈而定",
|
|
13431
|
+
"stakeNo": "不適合",
|
|
13432
|
+
"stakeYes": "可以 — 離線或設錯可能被罰",
|
|
13433
|
+
"stakeRpc": "不是驗證者",
|
|
13419
13434
|
"minimal": "佔用磁碟最少。適合測試網或先試安裝。不是完整歷史,也不適合作為正式驗證者。",
|
|
13420
13435
|
"pruned": "保留近期鏈狀態,刪去過舊區塊資料(Pruned)。磁碟多於精簡、少於完整節點。適合長期跟隨鏈頭。",
|
|
13421
13436
|
"validatorReady": "預留較大磁碟,供日後以驗證者身分出塊。金鑰須自行離線產生;離線或設定錯誤可能損失質押金。",
|
|
@@ -13521,12 +13536,12 @@
|
|
|
13521
13536
|
"needCustomPath": "請輸入絕對資料路徑",
|
|
13522
13537
|
"previewId": "節點識別碼",
|
|
13523
13538
|
"previewCompose": "Compose 專案",
|
|
13524
|
-
"profileSeeAbout": "
|
|
13539
|
+
"profileSeeAbout": "四個設定檔的分別見「說明」分頁。",
|
|
13525
13540
|
"back": "上一步",
|
|
13526
13541
|
"next": "下一步",
|
|
13527
13542
|
"install": "安裝",
|
|
13528
13543
|
"mainnetWarn": "主網需要大量可用磁碟(ETH 常達 800 GiB 或以上)。建議先用測試網。",
|
|
13529
|
-
"mainnetAck": "
|
|
13544
|
+
"mainnetAck": "我明白:主網會用很多磁碟空間。若把這台機器當驗證者,離線或設定錯誤,質押的幣可能被罰走。我仍要建立主網節點。",
|
|
13530
13545
|
"lowDiskAcked": "可用磁碟低於建議值。你已確認仍要建立;空間不足時同步可能中斷。",
|
|
13531
13546
|
"heavyWarn": "此鏈負載很重(大量磁碟與高 IOPS)。Solana 主網通常需要 2 TiB 或以上。",
|
|
13532
13547
|
"memory": "記憶體上限",
|
|
@@ -13540,6 +13555,7 @@
|
|
|
13540
13555
|
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}。約需 {{disk}} 磁碟。拉取映像可能需時頗長。",
|
|
13541
13556
|
"installC1": "可能下載數 GiB 映像。",
|
|
13542
13557
|
"installC2": "可取消面板任務;已拉取的映像不會自動刪除。",
|
|
13558
|
+
"installC3": "主網會用很多磁碟。若當驗證者,離線或設定錯誤,質押的幣可能被罰走。請輸入節點識別碼以確認。",
|
|
13543
13559
|
"dockerAbout": "安裝與啟動節點需要 Docker Engine。",
|
|
13544
13560
|
"dockerAboutOk": "已安裝 Docker Engine。",
|
|
13545
13561
|
"dockerAboutMissing": "未安裝 Docker Engine。請到 Docker 頁安裝。",
|
|
@@ -88,8 +88,23 @@
|
|
|
88
88
|
"rpc": "RPC"
|
|
89
89
|
},
|
|
90
90
|
"profileHelp": {
|
|
91
|
-
"title": "
|
|
92
|
-
"desc": "
|
|
91
|
+
"title": "四個設定檔有何分別",
|
|
92
|
+
"desc": "精靈第三步可選精簡、Pruned、驗證者就緒、RPC。分別在磁碟用量同用途。各鏈建議容量在精靈顯示。面板不會保管質押私鑰。",
|
|
93
|
+
"colName": "設定檔",
|
|
94
|
+
"colUse": "用途",
|
|
95
|
+
"colDisk": "磁碟",
|
|
96
|
+
"colStake": "當驗證者",
|
|
97
|
+
"useMinimal": "測試網或先試安裝。不是完整歷史。",
|
|
98
|
+
"usePruned": "長期跟隨鏈頭。只留近期資料(Pruned)。",
|
|
99
|
+
"useValidatorReady": "預留作日後出塊。金鑰須自行離線產生。",
|
|
100
|
+
"useRpc": "給本機或其他服務查鏈。預設只聽 127.0.0.1。",
|
|
101
|
+
"diskMinimal": "最少",
|
|
102
|
+
"diskPruned": "中等(多於精簡)",
|
|
103
|
+
"diskValidatorReady": "四者中最多",
|
|
104
|
+
"diskRpc": "視鏈而定",
|
|
105
|
+
"stakeNo": "不適合",
|
|
106
|
+
"stakeYes": "可以 — 離線或設錯可能被罰",
|
|
107
|
+
"stakeRpc": "不是驗證者",
|
|
93
108
|
"minimal": "佔用磁碟最少。適合測試網或先試安裝。不是完整歷史,也不適合作為正式驗證者。",
|
|
94
109
|
"pruned": "保留近期鏈狀態,刪去過舊區塊資料(Pruned)。磁碟多於精簡、少於完整節點。適合長期跟隨鏈頭。",
|
|
95
110
|
"validatorReady": "預留較大磁碟,供日後以驗證者身分出塊。金鑰須自行離線產生;離線或設定錯誤可能損失質押金。",
|
|
@@ -195,12 +210,12 @@
|
|
|
195
210
|
"needCustomPath": "請輸入絕對資料路徑",
|
|
196
211
|
"previewId": "節點識別碼",
|
|
197
212
|
"previewCompose": "Compose 專案",
|
|
198
|
-
"profileSeeAbout": "
|
|
213
|
+
"profileSeeAbout": "四個設定檔的分別見「說明」分頁。",
|
|
199
214
|
"back": "上一步",
|
|
200
215
|
"next": "下一步",
|
|
201
216
|
"install": "安裝",
|
|
202
217
|
"mainnetWarn": "主網需要大量可用磁碟(ETH 常達 800 GiB 或以上)。建議先用測試網。",
|
|
203
|
-
"mainnetAck": "
|
|
218
|
+
"mainnetAck": "我明白:主網會用很多磁碟空間。若把這台機器當驗證者,離線或設定錯誤,質押的幣可能被罰走。我仍要建立主網節點。",
|
|
204
219
|
"lowDiskAcked": "可用磁碟低於建議值。你已確認仍要建立;空間不足時同步可能中斷。",
|
|
205
220
|
"heavyWarn": "此鏈負載很重(大量磁碟與高 IOPS)。Solana 主網通常需要 2 TiB 或以上。",
|
|
206
221
|
"memory": "記憶體上限",
|
|
@@ -214,6 +229,7 @@
|
|
|
214
229
|
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}。約需 {{disk}} 磁碟。拉取映像可能需時頗長。",
|
|
215
230
|
"installC1": "可能下載數 GiB 映像。",
|
|
216
231
|
"installC2": "可取消面板任務;已拉取的映像不會自動刪除。",
|
|
232
|
+
"installC3": "主網會用很多磁碟。若當驗證者,離線或設定錯誤,質押的幣可能被罰走。請輸入節點識別碼以確認。",
|
|
217
233
|
"dockerAbout": "安裝與啟動節點需要 Docker Engine。",
|
|
218
234
|
"dockerAboutOk": "已安裝 Docker Engine。",
|
|
219
235
|
"dockerAboutMissing": "未安裝 Docker Engine。請到 Docker 頁安裝。",
|