ysk-server-shared 1.1.9 → 1.1.11
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/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/staking-playbook.d.ts +23 -0
- package/dist/staking-playbook.d.ts.map +1 -0
- package/dist/staking-playbook.js +145 -0
- package/dist/staking-playbook.js.map +1 -0
- package/locales/ar/translation.json +256 -2
- package/locales/ar/validators.json +256 -2
- package/locales/bn/translation.json +256 -2
- package/locales/bn/validators.json +256 -2
- package/locales/en/translation.json +257 -3
- package/locales/en/validators.json +217 -3
- package/locales/es/translation.json +256 -2
- package/locales/es/validators.json +256 -2
- package/locales/fr/translation.json +256 -2
- package/locales/fr/validators.json +256 -2
- package/locales/hi/translation.json +256 -2
- package/locales/hi/validators.json +256 -2
- package/locales/id/translation.json +256 -2
- package/locales/id/validators.json +256 -2
- package/locales/ja/translation.json +256 -2
- package/locales/ja/validators.json +256 -2
- package/locales/ko/translation.json +256 -2
- package/locales/ko/validators.json +256 -2
- package/locales/pt/translation.json +256 -2
- package/locales/pt/validators.json +256 -2
- package/locales/ur/translation.json +256 -2
- package/locales/ur/validators.json +256 -2
- package/locales/zh-CN/translation.json +258 -4
- package/locales/zh-CN/validators.json +258 -4
- package/locales/zh-HK/translation.json +258 -4
- package/locales/zh-HK/validators.json +258 -4
- package/package.json +1 -1
|
@@ -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.",
|
|
@@ -321,5 +337,243 @@
|
|
|
321
337
|
"empty": "No pinned client images",
|
|
322
338
|
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
323
339
|
"daemonDown": "Docker Engine is not running"
|
|
340
|
+
},
|
|
341
|
+
"playbook": {
|
|
342
|
+
"overviewTitle": "How staking works on each chain",
|
|
343
|
+
"overviewDesc": "This panel runs the node. Your wallet and keys stay with you. Official links only — never share a seed phrase here.",
|
|
344
|
+
"colChain": "Chain",
|
|
345
|
+
"colModel": "How you register",
|
|
346
|
+
"colMin": "Typical minimum",
|
|
347
|
+
"colWallet": "Your wallet",
|
|
348
|
+
"colPanel": "What this panel does",
|
|
349
|
+
"yskDoes": "This panel does",
|
|
350
|
+
"youDo": "You do",
|
|
351
|
+
"steps": "Steps",
|
|
352
|
+
"never": "Do not",
|
|
353
|
+
"official": "Official links",
|
|
354
|
+
"seeAbout": "Full steps are on the About tab.",
|
|
355
|
+
"nodeIdReady": "NodeID (from this node)",
|
|
356
|
+
"nodeIdPending": "NodeID appears after the node is synced and answering RPC.",
|
|
357
|
+
"blsReady": "BLS public key",
|
|
358
|
+
"blsProof": "BLS proof of possession",
|
|
359
|
+
"blsPending": "BLS credentials appear after the node answers RPC.",
|
|
360
|
+
"notPosTitle": "Not proof-of-stake",
|
|
361
|
+
"notPosBody": "Bitcoin here is a full or pruned node. There is no staking wallet on this page.",
|
|
362
|
+
"eth": {
|
|
363
|
+
"model": "Deposit 32 ETH on the official launchpad. Signing keystore is not a withdrawal key.",
|
|
364
|
+
"min": "32 ETH + gas",
|
|
365
|
+
"wallets": "MetaMask, Ledger, Trezor — only on the official launchpad",
|
|
366
|
+
"panel": "Runs the execution and consensus clients",
|
|
367
|
+
"yskDoes": [
|
|
368
|
+
"Install and start the execution and consensus clients.",
|
|
369
|
+
"Show disk, peers, and upgrade status."
|
|
370
|
+
],
|
|
371
|
+
"youDo": [
|
|
372
|
+
"Create the keystore and withdrawal address yourself.",
|
|
373
|
+
"Deposit 32 ETH on the official launchpad.",
|
|
374
|
+
"Copy the keystore into this node’s data directory."
|
|
375
|
+
],
|
|
376
|
+
"steps": [
|
|
377
|
+
"Offline, use the official launchpad or staking-deposit-cli. Set the withdrawal address to your own ETH wallet.",
|
|
378
|
+
"On the official launchpad, deposit 32 ETH (keep extra for gas).",
|
|
379
|
+
"Copy the keystore file into this node’s data directory yourself. The panel never uploads or stores it.",
|
|
380
|
+
"Watch sync, disk, and upgrade badges on this page."
|
|
381
|
+
],
|
|
382
|
+
"never": [
|
|
383
|
+
"Never give your seed phrase or withdrawal key to anyone, including this panel.",
|
|
384
|
+
"Never upload a signing keystore to a hosted cloud."
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
"avax": {
|
|
388
|
+
"model": "Register the running NodeID and BLS proof on the P-Chain from Core or Ledger.",
|
|
389
|
+
"min": "2,000 AVAX + fee (1 AVAX on Fuji); at least 14 days",
|
|
390
|
+
"wallets": "Core, Ledger",
|
|
391
|
+
"panel": "Runs avalanchego and can show NodeID and BLS after RPC answers",
|
|
392
|
+
"yskDoes": [
|
|
393
|
+
"Run avalanchego and keep RPC on localhost.",
|
|
394
|
+
"Show NodeID and BLS credentials once the node answers RPC."
|
|
395
|
+
],
|
|
396
|
+
"youDo": [
|
|
397
|
+
"Hold AVAX in Core or Ledger.",
|
|
398
|
+
"Add the validator from Core using this node’s NodeID and BLS proof."
|
|
399
|
+
],
|
|
400
|
+
"steps": [
|
|
401
|
+
"Wait until this node is synced.",
|
|
402
|
+
"Copy the NodeID, BLS public key, and BLS proof of possession shown on the instance page.",
|
|
403
|
+
"In Core web (Staking → Validate), or with Ledger via Core, register on the P-Chain.",
|
|
404
|
+
"Mainnet needs at least 2,000 AVAX, a 14-day minimum period, and a fee reserve."
|
|
405
|
+
],
|
|
406
|
+
"never": [
|
|
407
|
+
"Do not send AVAX to this panel.",
|
|
408
|
+
"Do not share your Core or Ledger recovery phrase."
|
|
409
|
+
]
|
|
410
|
+
},
|
|
411
|
+
"ada": {
|
|
412
|
+
"model": "Operate a stake pool with offline cold / KES / VRF keys — not a browser wallet tap.",
|
|
413
|
+
"min": "Pledge is your choice (see official docs)",
|
|
414
|
+
"wallets": "Official stake-pool tooling (cold keys stay offline)",
|
|
415
|
+
"panel": "Runs cardano-node",
|
|
416
|
+
"yskDoes": [
|
|
417
|
+
"Run cardano-node and Mithril snapshot restore where offered."
|
|
418
|
+
],
|
|
419
|
+
"youDo": [
|
|
420
|
+
"Generate pool keys offline.",
|
|
421
|
+
"Register the pool using official Cardano documentation."
|
|
422
|
+
],
|
|
423
|
+
"steps": [
|
|
424
|
+
"Read the official operate-a-stake-pool guide.",
|
|
425
|
+
"Generate cold, KES, and VRF keys on an offline machine.",
|
|
426
|
+
"Register the pool on-chain from those keys.",
|
|
427
|
+
"Point the running cardano-node at your operational certificates."
|
|
428
|
+
],
|
|
429
|
+
"never": [
|
|
430
|
+
"Do not treat this as a MetaMask one-click stake.",
|
|
431
|
+
"Do not store cold keys on the validator host."
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
"near": {
|
|
435
|
+
"model": "Stake from your NEAR account into a staking pool contract.",
|
|
436
|
+
"min": "See official validator docs",
|
|
437
|
+
"wallets": "Official NEAR wallet / lockup",
|
|
438
|
+
"panel": "Runs neard",
|
|
439
|
+
"yskDoes": [
|
|
440
|
+
"Run neard and show disk / sync."
|
|
441
|
+
],
|
|
442
|
+
"youDo": [
|
|
443
|
+
"Stake from your NEAR account to your pool using official docs."
|
|
444
|
+
],
|
|
445
|
+
"steps": [
|
|
446
|
+
"Bring the node to sync.",
|
|
447
|
+
"Follow official NEAR validator documentation.",
|
|
448
|
+
"Stake from your own wallet or lockup into the pool."
|
|
449
|
+
],
|
|
450
|
+
"never": [
|
|
451
|
+
"Do not paste a seed phrase into this panel."
|
|
452
|
+
]
|
|
453
|
+
},
|
|
454
|
+
"cosmos": {
|
|
455
|
+
"model": "create-validator from your operator wallet. Consensus key stays on the node.",
|
|
456
|
+
"min": "See official Cosmos Hub docs",
|
|
457
|
+
"wallets": "Keplr or another Cosmos wallet you control",
|
|
458
|
+
"panel": "Runs gaiad",
|
|
459
|
+
"yskDoes": [
|
|
460
|
+
"Run gaiad."
|
|
461
|
+
],
|
|
462
|
+
"youDo": [
|
|
463
|
+
"Keep the operator wallet yourself.",
|
|
464
|
+
"Broadcast create-validator from that wallet."
|
|
465
|
+
],
|
|
466
|
+
"steps": [
|
|
467
|
+
"Sync gaiad.",
|
|
468
|
+
"Keep the consensus key on this host only.",
|
|
469
|
+
"From Keplr (or equivalent), submit create-validator.",
|
|
470
|
+
"Monitor the node so it does not miss too many blocks."
|
|
471
|
+
],
|
|
472
|
+
"never": [
|
|
473
|
+
"Do not mix the operator wallet mnemonic with the consensus key.",
|
|
474
|
+
"Do not enter wallet mnemonics here."
|
|
475
|
+
]
|
|
476
|
+
},
|
|
477
|
+
"sol": {
|
|
478
|
+
"model": "Vote account, identity, and authorized withdrawer — created with official Solana tools.",
|
|
479
|
+
"min": "See official operations docs (hardware and disk are heavy)",
|
|
480
|
+
"wallets": "Official Solana CLI / wallet you control",
|
|
481
|
+
"panel": "Runs Agave; mainnet needs multiple tebibytes",
|
|
482
|
+
"yskDoes": [
|
|
483
|
+
"Run the Agave client and warn about disk."
|
|
484
|
+
],
|
|
485
|
+
"youDo": [
|
|
486
|
+
"Create vote and withdrawer keys with official Solana tools."
|
|
487
|
+
],
|
|
488
|
+
"steps": [
|
|
489
|
+
"Confirm this host has enough disk and IOPS (mainnet is typically 2 TiB+).",
|
|
490
|
+
"Follow official Solana operations documentation.",
|
|
491
|
+
"Create the vote account and authorized withdrawer yourself.",
|
|
492
|
+
"Point the running validator at those keys on disk."
|
|
493
|
+
],
|
|
494
|
+
"never": [
|
|
495
|
+
"Do not expect a browser wallet button in this panel."
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
"dot": {
|
|
499
|
+
"model": "Session keys from the node; bind them in Polkadot.js from your stash.",
|
|
500
|
+
"min": "See the official wiki",
|
|
501
|
+
"wallets": "Polkadot.js",
|
|
502
|
+
"panel": "Runs the Polkadot client",
|
|
503
|
+
"yskDoes": [
|
|
504
|
+
"Run polkadot and expose RPC on localhost."
|
|
505
|
+
],
|
|
506
|
+
"youDo": [
|
|
507
|
+
"Rotate session keys on the node and set them from Polkadot.js."
|
|
508
|
+
],
|
|
509
|
+
"steps": [
|
|
510
|
+
"Sync the node.",
|
|
511
|
+
"Generate session keys on this host.",
|
|
512
|
+
"In Polkadot.js, set those keys on your stash / controller.",
|
|
513
|
+
"Follow the official validate guide for bonding."
|
|
514
|
+
],
|
|
515
|
+
"never": [
|
|
516
|
+
"Do not paste the stash mnemonic into this panel."
|
|
517
|
+
]
|
|
518
|
+
},
|
|
519
|
+
"sui": {
|
|
520
|
+
"model": "Follow official Sui validator operator docs with your operator wallet.",
|
|
521
|
+
"min": "See official Sui docs",
|
|
522
|
+
"wallets": "Official Sui operator wallet",
|
|
523
|
+
"panel": "Runs sui-node",
|
|
524
|
+
"yskDoes": [
|
|
525
|
+
"Run the shipped sui-node image."
|
|
526
|
+
],
|
|
527
|
+
"youDo": [
|
|
528
|
+
"Complete registration using official Sui validator docs."
|
|
529
|
+
],
|
|
530
|
+
"steps": [
|
|
531
|
+
"Sync sui-node.",
|
|
532
|
+
"Open the official validator operator guide.",
|
|
533
|
+
"Use your own operator wallet — not this panel — to register."
|
|
534
|
+
],
|
|
535
|
+
"never": [
|
|
536
|
+
"Do not send SUI to this panel."
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
"aptos": {
|
|
540
|
+
"model": "Follow official Aptos staking / validator docs with your operator wallet.",
|
|
541
|
+
"min": "See official Aptos docs",
|
|
542
|
+
"wallets": "Official Aptos operator wallet",
|
|
543
|
+
"panel": "Runs the Aptos validator image",
|
|
544
|
+
"yskDoes": [
|
|
545
|
+
"Run the shipped Aptos image."
|
|
546
|
+
],
|
|
547
|
+
"youDo": [
|
|
548
|
+
"Stake and operate from official Aptos documentation."
|
|
549
|
+
],
|
|
550
|
+
"steps": [
|
|
551
|
+
"Sync the node.",
|
|
552
|
+
"Read official Aptos staking documentation.",
|
|
553
|
+
"Use your own operator wallet to register."
|
|
554
|
+
],
|
|
555
|
+
"never": [
|
|
556
|
+
"Do not enter operator keys in this panel."
|
|
557
|
+
]
|
|
558
|
+
},
|
|
559
|
+
"btc": {
|
|
560
|
+
"model": "Not proof-of-stake. This is a Bitcoin full or pruned node.",
|
|
561
|
+
"min": "—",
|
|
562
|
+
"wallets": "Not applicable",
|
|
563
|
+
"panel": "Runs bitcoind",
|
|
564
|
+
"yskDoes": [
|
|
565
|
+
"Run a Bitcoin full or pruned node."
|
|
566
|
+
],
|
|
567
|
+
"youDo": [
|
|
568
|
+
"Use any Bitcoin wallet separately. Mining and Lightning are out of scope."
|
|
569
|
+
],
|
|
570
|
+
"steps": [
|
|
571
|
+
"Treat this instance as a Bitcoin node only.",
|
|
572
|
+
"There is no staking deposit and no validator keystore."
|
|
573
|
+
],
|
|
574
|
+
"never": [
|
|
575
|
+
"Do not look for a staking wallet on this page."
|
|
576
|
+
]
|
|
577
|
+
}
|
|
324
578
|
}
|
|
325
579
|
}
|
|
@@ -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 頁安裝。",
|
|
@@ -13606,6 +13622,244 @@
|
|
|
13606
13622
|
"withdrawal": "自行設定提取憑證。",
|
|
13607
13623
|
"monitor": "在此頁留意磁碟、對等節點與升級徽章。"
|
|
13608
13624
|
},
|
|
13625
|
+
"playbook": {
|
|
13626
|
+
"overviewTitle": "各鏈如何質押",
|
|
13627
|
+
"overviewDesc": "本面板只負責運行節點。錢包與金鑰由你保管。以下只連官方網站。請勿在此輸入助記詞。",
|
|
13628
|
+
"colChain": "鏈",
|
|
13629
|
+
"colModel": "如何登記",
|
|
13630
|
+
"colMin": "常見最低額",
|
|
13631
|
+
"colWallet": "你使用的錢包",
|
|
13632
|
+
"colPanel": "本面板負責",
|
|
13633
|
+
"yskDoes": "本面板會做",
|
|
13634
|
+
"youDo": "你要自己做",
|
|
13635
|
+
"steps": "步驟",
|
|
13636
|
+
"never": "請不要",
|
|
13637
|
+
"official": "官方連結",
|
|
13638
|
+
"seeAbout": "完整步驟見「說明」分頁。",
|
|
13639
|
+
"nodeIdReady": "NodeID(來自此節點)",
|
|
13640
|
+
"nodeIdPending": "節點完成同步並回應 RPC 後,才會顯示 NodeID。",
|
|
13641
|
+
"blsReady": "BLS 公鑰",
|
|
13642
|
+
"blsProof": "BLS 持有證明",
|
|
13643
|
+
"blsPending": "節點回應 RPC 後,才會顯示 BLS 憑證。",
|
|
13644
|
+
"notPosTitle": "不是權益證明",
|
|
13645
|
+
"notPosBody": "此處的 Bitcoin 是完整或 Pruned 節點。本頁沒有質押錢包。",
|
|
13646
|
+
"eth": {
|
|
13647
|
+
"model": "在官方 launchpad 存入 32 ETH。簽署用 keystore 不是提取匙。",
|
|
13648
|
+
"min": "32 ETH + 手續費",
|
|
13649
|
+
"wallets": "MetaMask、Ledger、Trezor — 只在官方 launchpad 使用",
|
|
13650
|
+
"panel": "運行執行層與共識層客戶端",
|
|
13651
|
+
"yskDoes": [
|
|
13652
|
+
"安裝並啟動執行層與共識層客戶端。",
|
|
13653
|
+
"顯示磁碟、對等節點與升級狀態。"
|
|
13654
|
+
],
|
|
13655
|
+
"youDo": [
|
|
13656
|
+
"自行產生 keystore,提取地址填入你的 ETH 錢包。",
|
|
13657
|
+
"在官方 launchpad 存入 32 ETH。",
|
|
13658
|
+
"自行把 keystore 放入此節點的資料目錄。"
|
|
13659
|
+
],
|
|
13660
|
+
"steps": [
|
|
13661
|
+
"在離線環境用官方 launchpad 或 staking-deposit-cli 產生驗證者 keystore。提取地址填入你自己的 ETH 錢包。",
|
|
13662
|
+
"在官方 launchpad 將 32 ETH 存入存款合約(另預留手續費)。",
|
|
13663
|
+
"自行將 keystore 檔放入本節點資料目錄。面板不會代你上傳或保管。",
|
|
13664
|
+
"在本頁留意同步、磁碟與升級徽章。"
|
|
13665
|
+
],
|
|
13666
|
+
"never": [
|
|
13667
|
+
"不要把助記詞或提取私鑰交給任何人,包括本面板。",
|
|
13668
|
+
"不要把簽署 keystore 上傳到任何雲端託管。"
|
|
13669
|
+
]
|
|
13670
|
+
},
|
|
13671
|
+
"avax": {
|
|
13672
|
+
"model": "在 Core 或 Ledger 用運行中的 NodeID 與 BLS 證明,於 P-Chain 登記驗證者。",
|
|
13673
|
+
"min": "2,000 AVAX + 手續費(Fuji 為 1 AVAX);最少 14 日",
|
|
13674
|
+
"wallets": "Core、Ledger",
|
|
13675
|
+
"panel": "運行 avalanchego;RPC 回應後可顯示 NodeID 與 BLS",
|
|
13676
|
+
"yskDoes": [
|
|
13677
|
+
"運行 avalanchego,RPC 只聽本機。",
|
|
13678
|
+
"節點回應 RPC 後顯示 NodeID 與 BLS 憑證。"
|
|
13679
|
+
],
|
|
13680
|
+
"youDo": [
|
|
13681
|
+
"在 Core 或 Ledger 持有 AVAX。",
|
|
13682
|
+
"在 Core 用此節點的 NodeID 與 BLS 證明新增驗證者。"
|
|
13683
|
+
],
|
|
13684
|
+
"steps": [
|
|
13685
|
+
"等待此節點完成同步。",
|
|
13686
|
+
"複製實例頁顯示的 NodeID、BLS 公鑰與 BLS 持有證明。",
|
|
13687
|
+
"在 Core web(Staking → Validate),或經 Core 使用 Ledger,於 P-Chain 登記。",
|
|
13688
|
+
"主網至少需要 2,000 AVAX、最短 14 日,並預留手續費。"
|
|
13689
|
+
],
|
|
13690
|
+
"never": [
|
|
13691
|
+
"不要把 AVAX 轉入本面板。",
|
|
13692
|
+
"不要分享 Core 或 Ledger 的復原短語。"
|
|
13693
|
+
]
|
|
13694
|
+
},
|
|
13695
|
+
"ada": {
|
|
13696
|
+
"model": "以離線 cold/KES/VRF 金鑰經營 stake pool,不是瀏覽器錢包一鍵操作。",
|
|
13697
|
+
"min": "質押金額由你決定(見官方文件)",
|
|
13698
|
+
"wallets": "官方 stake pool 工具(cold 金鑰保持離線)",
|
|
13699
|
+
"panel": "運行 cardano-node",
|
|
13700
|
+
"yskDoes": [
|
|
13701
|
+
"運行 cardano-node,並在支援時提供 Mithril 快照還原。"
|
|
13702
|
+
],
|
|
13703
|
+
"youDo": [
|
|
13704
|
+
"離線產生 pool 金鑰。",
|
|
13705
|
+
"按官方 Cardano 文件登記 stake pool。"
|
|
13706
|
+
],
|
|
13707
|
+
"steps": [
|
|
13708
|
+
"閱讀官方 operate-a-stake-pool 指南。",
|
|
13709
|
+
"在離線機器產生 cold、KES、VRF 金鑰。",
|
|
13710
|
+
"用該等金鑰在鏈上登記 stake pool。",
|
|
13711
|
+
"把運行中的 cardano-node 指向你的營運憑證。"
|
|
13712
|
+
],
|
|
13713
|
+
"never": [
|
|
13714
|
+
"不要當成 MetaMask 一鍵質押。",
|
|
13715
|
+
"不要把 cold 金鑰放在驗證者主機上。"
|
|
13716
|
+
]
|
|
13717
|
+
},
|
|
13718
|
+
"near": {
|
|
13719
|
+
"model": "用你的 NEAR 帳戶,將幣 stake 到 staking pool 合約。",
|
|
13720
|
+
"min": "見官方驗證者文件",
|
|
13721
|
+
"wallets": "官方 NEAR 錢包/lockup",
|
|
13722
|
+
"panel": "運行 neard",
|
|
13723
|
+
"yskDoes": [
|
|
13724
|
+
"運行 neard,並顯示磁碟/同步。"
|
|
13725
|
+
],
|
|
13726
|
+
"youDo": [
|
|
13727
|
+
"按官方文件,從你的 NEAR 帳戶 stake 到你的 pool。"
|
|
13728
|
+
],
|
|
13729
|
+
"steps": [
|
|
13730
|
+
"先讓節點完成同步。",
|
|
13731
|
+
"依官方 NEAR 驗證者文件操作。",
|
|
13732
|
+
"用你自己的錢包或 lockup 將幣 stake 到 pool。"
|
|
13733
|
+
],
|
|
13734
|
+
"never": [
|
|
13735
|
+
"不要在本面板貼上助記詞。"
|
|
13736
|
+
]
|
|
13737
|
+
},
|
|
13738
|
+
"cosmos": {
|
|
13739
|
+
"model": "用操作者錢包送出 create-validator。共識匙留在節點。",
|
|
13740
|
+
"min": "見官方 Cosmos Hub 文件",
|
|
13741
|
+
"wallets": "Keplr 或其他由你控制的 Cosmos 錢包",
|
|
13742
|
+
"panel": "運行 gaiad",
|
|
13743
|
+
"yskDoes": [
|
|
13744
|
+
"運行 gaiad。"
|
|
13745
|
+
],
|
|
13746
|
+
"youDo": [
|
|
13747
|
+
"自行保管操作者錢包。",
|
|
13748
|
+
"由該錢包廣播 create-validator。"
|
|
13749
|
+
],
|
|
13750
|
+
"steps": [
|
|
13751
|
+
"同步 gaiad。",
|
|
13752
|
+
"共識匙只留在此主機。",
|
|
13753
|
+
"用 Keplr(或同等錢包)送出 create-validator。",
|
|
13754
|
+
"監察節點,避免長期缺席出塊。"
|
|
13755
|
+
],
|
|
13756
|
+
"never": [
|
|
13757
|
+
"不要把操作者錢包助記詞與共識匙混在一起。",
|
|
13758
|
+
"不要在此輸入錢包助記詞。"
|
|
13759
|
+
]
|
|
13760
|
+
},
|
|
13761
|
+
"sol": {
|
|
13762
|
+
"model": "vote account、identity 與 authorized withdrawer,用官方 Solana 工具建立。",
|
|
13763
|
+
"min": "見官方維運文件(硬件與磁碟需求很高)",
|
|
13764
|
+
"wallets": "你控制的官方 Solana CLI/錢包",
|
|
13765
|
+
"panel": "運行 Agave;主網通常需要數 TiB 磁碟",
|
|
13766
|
+
"yskDoes": [
|
|
13767
|
+
"運行 Agave 客戶端,並警告磁碟需求。"
|
|
13768
|
+
],
|
|
13769
|
+
"youDo": [
|
|
13770
|
+
"用官方 Solana 工具建立 vote 與 withdrawer 金鑰。"
|
|
13771
|
+
],
|
|
13772
|
+
"steps": [
|
|
13773
|
+
"確認本機磁碟與 IOPS 足夠(主網通常 2 TiB 或以上)。",
|
|
13774
|
+
"依官方 Solana 維運文件操作。",
|
|
13775
|
+
"自行建立 vote account 與 authorized withdrawer。",
|
|
13776
|
+
"把運行中的驗證者指向磁碟上的金鑰。"
|
|
13777
|
+
],
|
|
13778
|
+
"never": [
|
|
13779
|
+
"不要期望本面板提供瀏覽器錢包按鈕。"
|
|
13780
|
+
]
|
|
13781
|
+
},
|
|
13782
|
+
"dot": {
|
|
13783
|
+
"model": "節點產生 session keys;用 Polkadot.js 綁到你的 stash。",
|
|
13784
|
+
"min": "見官方 wiki",
|
|
13785
|
+
"wallets": "Polkadot.js",
|
|
13786
|
+
"panel": "運行 Polkadot 客戶端",
|
|
13787
|
+
"yskDoes": [
|
|
13788
|
+
"運行 polkadot,RPC 只聽本機。"
|
|
13789
|
+
],
|
|
13790
|
+
"youDo": [
|
|
13791
|
+
"在節點輪替 session keys,再用 Polkadot.js 設定。"
|
|
13792
|
+
],
|
|
13793
|
+
"steps": [
|
|
13794
|
+
"同步節點。",
|
|
13795
|
+
"在此主機產生 session keys。",
|
|
13796
|
+
"在 Polkadot.js 把該等金鑰設到 stash/controller。",
|
|
13797
|
+
"按官方 validate 指南完成綁定。"
|
|
13798
|
+
],
|
|
13799
|
+
"never": [
|
|
13800
|
+
"不要在本面板貼上 stash 助記詞。"
|
|
13801
|
+
]
|
|
13802
|
+
},
|
|
13803
|
+
"sui": {
|
|
13804
|
+
"model": "依官方 Sui 驗證者文件,用你的操作者錢包登記。",
|
|
13805
|
+
"min": "見官方 Sui 文件",
|
|
13806
|
+
"wallets": "官方 Sui 操作者錢包",
|
|
13807
|
+
"panel": "運行 sui-node",
|
|
13808
|
+
"yskDoes": [
|
|
13809
|
+
"運行產品附帶的 sui-node 映像。"
|
|
13810
|
+
],
|
|
13811
|
+
"youDo": [
|
|
13812
|
+
"按官方 Sui 驗證者文件完成登記。"
|
|
13813
|
+
],
|
|
13814
|
+
"steps": [
|
|
13815
|
+
"同步 sui-node。",
|
|
13816
|
+
"開啟官方驗證者操作指南。",
|
|
13817
|
+
"用你自己的操作者錢包登記,不要用本面板。"
|
|
13818
|
+
],
|
|
13819
|
+
"never": [
|
|
13820
|
+
"不要把 SUI 轉入本面板。"
|
|
13821
|
+
]
|
|
13822
|
+
},
|
|
13823
|
+
"aptos": {
|
|
13824
|
+
"model": "依官方 Aptos 質押/驗證者文件,用你的操作者錢包。",
|
|
13825
|
+
"min": "見官方 Aptos 文件",
|
|
13826
|
+
"wallets": "官方 Aptos 操作者錢包",
|
|
13827
|
+
"panel": "運行 Aptos validator 映像",
|
|
13828
|
+
"yskDoes": [
|
|
13829
|
+
"運行產品附帶的 Aptos 映像。"
|
|
13830
|
+
],
|
|
13831
|
+
"youDo": [
|
|
13832
|
+
"按官方 Aptos 文件完成質押與操作。"
|
|
13833
|
+
],
|
|
13834
|
+
"steps": [
|
|
13835
|
+
"同步節點。",
|
|
13836
|
+
"閱讀官方 Aptos 質押文件。",
|
|
13837
|
+
"用你自己的操作者錢包登記。"
|
|
13838
|
+
],
|
|
13839
|
+
"never": [
|
|
13840
|
+
"不要在本面板輸入操作者金鑰。"
|
|
13841
|
+
]
|
|
13842
|
+
},
|
|
13843
|
+
"btc": {
|
|
13844
|
+
"model": "不是權益證明。此處是 Bitcoin 完整或 Pruned 節點。",
|
|
13845
|
+
"min": "—",
|
|
13846
|
+
"wallets": "不適用",
|
|
13847
|
+
"panel": "運行 bitcoind",
|
|
13848
|
+
"yskDoes": [
|
|
13849
|
+
"運行 Bitcoin 完整或 Pruned 節點。"
|
|
13850
|
+
],
|
|
13851
|
+
"youDo": [
|
|
13852
|
+
"錢包另外使用。挖礦與 Lightning 不在本功能範圍。"
|
|
13853
|
+
],
|
|
13854
|
+
"steps": [
|
|
13855
|
+
"把此實例視為 Bitcoin 節點即可。",
|
|
13856
|
+
"沒有質押存款,也沒有驗證者 keystore。"
|
|
13857
|
+
],
|
|
13858
|
+
"never": [
|
|
13859
|
+
"不要在本頁尋找質押錢包。"
|
|
13860
|
+
]
|
|
13861
|
+
}
|
|
13862
|
+
},
|
|
13609
13863
|
"alerts": {
|
|
13610
13864
|
"diskTitle": "驗證者節點磁碟危急",
|
|
13611
13865
|
"diskBody": "驗證者資料卷可用空間極低。",
|