ysk-server-shared 1.1.25 → 1.1.26
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/staking-playbook.d.ts +46 -1
- package/dist/staking-playbook.d.ts.map +1 -1
- package/dist/staking-playbook.js +155 -13
- package/dist/staking-playbook.js.map +1 -1
- package/locales/ar/translation.json +85 -48
- package/locales/ar/validators.json +85 -48
- package/locales/bn/translation.json +83 -46
- package/locales/bn/validators.json +83 -46
- package/locales/en/translation.json +83 -46
- package/locales/en/validators.json +83 -46
- package/locales/es/translation.json +85 -48
- package/locales/es/validators.json +85 -48
- package/locales/fr/translation.json +83 -46
- package/locales/fr/validators.json +83 -46
- package/locales/hi/translation.json +85 -48
- package/locales/hi/validators.json +85 -48
- package/locales/id/translation.json +83 -46
- package/locales/id/validators.json +83 -46
- package/locales/ja/translation.json +84 -47
- package/locales/ja/validators.json +84 -47
- package/locales/ko/translation.json +85 -48
- package/locales/ko/validators.json +85 -48
- package/locales/pt/translation.json +85 -48
- package/locales/pt/validators.json +85 -48
- package/locales/ur/translation.json +83 -46
- package/locales/ur/validators.json +83 -46
- package/locales/zh-CN/translation.json +121 -84
- package/locales/zh-CN/validators.json +121 -84
- package/locales/zh-HK/translation.json +95 -58
- package/locales/zh-HK/validators.json +95 -58
- package/package.json +1 -1
|
@@ -13810,7 +13810,7 @@
|
|
|
13810
13810
|
"disk": "磁碟"
|
|
13811
13811
|
},
|
|
13812
13812
|
"cli": {
|
|
13813
|
-
"usage": "用法: ysk-server validators list|chains|disk|get|status|checklist|logs|create|start|stop|restart|clear|upgrade|set-version|versions|policy|mithril|prune|switch-network|snapshot|compose|compose-write|rewrite-compose|software|pull|leftover-remove|stats|settings|producer-keys|producer-detach [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--el-tag T] [--cl-tag T] [--node-tag T] [--client ID] [--tag T] [--data-path P] [--rpc-port N] [--id ID] [--path PATH] [--file PATH] [--image REF] [--upgrade POLICY] [--confirm TOKEN] [--kes-file P] [--vrf-file P] [--opcert-file P] [--accept-low-disk] [--accept-low-mem] [--accept-mainnet] [--refresh] [--execute] [--json]"
|
|
13813
|
+
"usage": "用法: ysk-server validators list|chains|disk|get|status|checklist|logs|create|start|stop|restart|clear|upgrade|set-version|versions|policy|mithril|prune|switch-network|snapshot|compose|compose-write|rewrite-compose|software|pull|leftover-remove|stats|settings|producer-keys|producer-detach|near-account [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--el-tag T] [--cl-tag T] [--node-tag T] [--client ID] [--tag T] [--data-path P] [--rpc-port N] [--id ID] [--path PATH] [--file PATH] [--image REF] [--upgrade POLICY] [--confirm TOKEN] [--kes-file P] [--vrf-file P] [--opcert-file P] [--accept-low-disk] [--accept-low-mem] [--accept-mainnet] [--refresh] [--execute] [--json]"
|
|
13814
13814
|
},
|
|
13815
13815
|
"clients": {
|
|
13816
13816
|
"el": "執行層客戶端",
|
|
@@ -13871,7 +13871,9 @@
|
|
|
13871
13871
|
"producerTooLarge": "金鑰檔大於 64 KiB",
|
|
13872
13872
|
"producerBadType": "此檔不是 KES 金鑰、VRF 金鑰或 operational certificate",
|
|
13873
13873
|
"producerEmpty": "請至少提供 kes、vrf 或 opcert 其中一份",
|
|
13874
|
-
"switchNeedDetachProducer": "轉網絡前請先卸下營運憑證"
|
|
13874
|
+
"switchNeedDetachProducer": "轉網絡前請先卸下營運憑證",
|
|
13875
|
+
"nearAccountInvalid": "池名稱須為短名(或完整 {pool}{factory} 帳號)。",
|
|
13876
|
+
"nearKeyMissing": "缺少 validator_key.json 或沒有 public_key。請先啟動節點,等待 neard init。"
|
|
13875
13877
|
},
|
|
13876
13878
|
"notes": {
|
|
13877
13879
|
"beta": "此功能屬 Beta。變更主機須 root 及 YSK_EXECUTE=1。",
|
|
@@ -13909,7 +13911,9 @@
|
|
|
13909
13911
|
"producerDetached": "已卸下熱金鑰,compose 改回 relay",
|
|
13910
13912
|
"dryDelete": "刪除屬預演。要真正套用須 --execute 與 YSK_EXECUTE=1。",
|
|
13911
13913
|
"deleted": "已刪除節點",
|
|
13912
|
-
"leftoverRemoved": "已刪除殘留 {{path}}"
|
|
13914
|
+
"leftoverRemoved": "已刪除殘留 {{path}}",
|
|
13915
|
+
"dryNearAccount": "將會把 account_id 設為 {{account}}(須 --execute)。不會改 secret。",
|
|
13916
|
+
"nearAccountWrote": "已把 account_id 設為 {{account}}。未改 secret。若節點在運行請重啟。"
|
|
13913
13917
|
},
|
|
13914
13918
|
"create": "建立節點",
|
|
13915
13919
|
"wizard": {
|
|
@@ -14077,13 +14081,13 @@
|
|
|
14077
14081
|
"nearStakeKey": "質押公鑰",
|
|
14078
14082
|
"nearStakeKeyPending": "首次啟動完成 neard init 後出現。RPC 未就緒不代表尚未產生金鑰。",
|
|
14079
14083
|
"nearAccountId": "金鑰檔 account_id",
|
|
14080
|
-
"nearAccountIdPending": "
|
|
14084
|
+
"nearAccountIdPending": "池建立後須改成 {{pool}}{{suffix}}。本面板只寫此欄,永不寫入 secret_key。",
|
|
14081
14085
|
"nearFactory": "質押池 factory",
|
|
14082
14086
|
"nearPublicAddr": "Public P2P(同儕)",
|
|
14083
14087
|
"nearPublicAddrPending": "首次啟動把 WAN:{{port}} 寫入 config.json 後出現。",
|
|
14084
14088
|
"nearCreateCommand": "create_staking_pool 命令",
|
|
14085
14089
|
"nearPointing": "質押池合約不以本伺服器 IP 指向節點,而是存放此節點的 stake public key。同儕使用上方 Public P2P(主機埠 {{port}})。RPC 僅本機。",
|
|
14086
|
-
"nearAccountIdHint": "
|
|
14090
|
+
"nearAccountIdHint": "池建立後,在此寫入 account_id(無須人手改檔)。面板永不寫入 secret_key。",
|
|
14087
14091
|
"cosmosPubkey": "共識公鑰",
|
|
14088
14092
|
"cosmosPubkeyPending": "gaiad init 寫入 priv_validator_key.json 後出現。RPC 未就緒不代表尚未產生金鑰。",
|
|
14089
14093
|
"cosmosChainId": "chain-id",
|
|
@@ -14092,10 +14096,12 @@
|
|
|
14092
14096
|
"ethBeacon": "Beacon API(本機)",
|
|
14093
14097
|
"ethBeaconPending": "此主機的 beacon HTTP。請自行把 validator client 對準此 URL — 此 compose 沒有 VC。",
|
|
14094
14098
|
"cosmosCreateCommand": "create-validator 命令",
|
|
14099
|
+
"cosmosCreateJson": "validator.json(gaiad v28)",
|
|
14100
|
+
"copyFailed": "複製失敗",
|
|
14095
14101
|
"solIdentity": "Identity 公鑰",
|
|
14096
14102
|
"solIdentityPending": "RPC 回應 getIdentity 後出現。本進程為 --no-voting,除非你自行建立 vote account。",
|
|
14097
14103
|
"adaP2pPort": "Relay P2P 埠",
|
|
14098
|
-
"adaP2pPending": "請把本主機公開 IPv4
|
|
14104
|
+
"adaP2pPending": "請把本主機公開 IPv4(或 DNS)與此埠寫入池註冊證書。topology.json 的 localRoots 只連你自己的 block producer。本面板不探測 WAN。",
|
|
14099
14105
|
"notPosTitle": "不是權益證明",
|
|
14100
14106
|
"notPosBody": "此處的 Bitcoin 是完整或 Pruned 節點。本頁沒有質押錢包。",
|
|
14101
14107
|
"eth": {
|
|
@@ -14115,16 +14121,16 @@
|
|
|
14115
14121
|
"自行運行 validator client(不是此 compose),對準此實例本機 beacon API。"
|
|
14116
14122
|
],
|
|
14117
14123
|
"steps": [
|
|
14118
|
-
"
|
|
14119
|
-
"
|
|
14120
|
-
"
|
|
14121
|
-
"存入 32 ETH
|
|
14122
|
-
"自行運行 validator client
|
|
14124
|
+
"等待執行層與 beacon 同步完成。",
|
|
14125
|
+
"開啟此網絡的官方 launchpad(本頁有 Hoodi 或 Mainnet)。Sepolia 不提供 launchpad 按鈕。",
|
|
14126
|
+
"離線用 staking-deposit-cli 產生 keystore。提款地址設為你自己的 ETH 錢包。",
|
|
14127
|
+
"在 launchpad 存入 32 ETH(另留 gas)。",
|
|
14128
|
+
"自行運行 validator client,指向本卡的 beacon URL(示例:lighthouse vc --beacon-nodes)。此 compose 沒有 VC — 把 keystore 放入 beacon 資料目錄不會開始 attest。"
|
|
14123
14129
|
],
|
|
14124
14130
|
"never": [
|
|
14125
|
-
"
|
|
14126
|
-
"不要把簽署 keystore
|
|
14127
|
-
"
|
|
14131
|
+
"不要把助記詞或提款金鑰交給任何人,包括本面板。",
|
|
14132
|
+
"不要把簽署 keystore 上傳到託管雲。",
|
|
14133
|
+
"不要指望把 keystore 複製進 beacon 資料目錄後本頁會開始 attest。"
|
|
14128
14134
|
]
|
|
14129
14135
|
},
|
|
14130
14136
|
"avax": {
|
|
@@ -14141,10 +14147,10 @@
|
|
|
14141
14147
|
"在 Core 用此節點的 NodeID 與 BLS 證明新增驗證者。"
|
|
14142
14148
|
],
|
|
14143
14149
|
"steps": [
|
|
14144
|
-
"
|
|
14145
|
-
"
|
|
14146
|
-
"在 Core
|
|
14147
|
-
"
|
|
14150
|
+
"等待此節點同步,並出現 NodeID/BLS 列(須 RPC)。",
|
|
14151
|
+
"複製 NodeID、BLS 公鑰與 BLS proof of possession。",
|
|
14152
|
+
"在 Core 網頁(Staking → Validate),或經 Core 用 Ledger,在 P-Chain 登記。交易不收伺服器 IP。",
|
|
14153
|
+
"主網至少 2,000 AVAX、最短 14 日,並預留手續費。Fuji 為 1 AVAX。"
|
|
14148
14154
|
],
|
|
14149
14155
|
"never": [
|
|
14150
14156
|
"不要把 AVAX 轉入本面板。",
|
|
@@ -14162,44 +14168,45 @@
|
|
|
14162
14168
|
"你提供時掛上 KES、VRF 與 opcert。拒絕 cold 金鑰。"
|
|
14163
14169
|
],
|
|
14164
14170
|
"youDo": [
|
|
14165
|
-
"
|
|
14166
|
-
"
|
|
14167
|
-
"
|
|
14171
|
+
"離線產生池金鑰。",
|
|
14172
|
+
"用官方 Cardano CLI 註冊池。把本機公網 IPv4 或 DNS 與 relay P2P 埠寫入池註冊證書。",
|
|
14173
|
+
"在本頁掛上 KES、VRF 與 opcert。不要上傳冷鑰。"
|
|
14168
14174
|
],
|
|
14169
14175
|
"steps": [
|
|
14170
14176
|
"閱讀官方 operate-a-stake-pool 指南。",
|
|
14171
14177
|
"在離線機器產生 cold、KES、VRF 金鑰。",
|
|
14172
|
-
"
|
|
14173
|
-
"
|
|
14174
|
-
"
|
|
14178
|
+
"鏈上註冊池。在該證書廣告 relay(--pool-relay-ipv4 或 DNS + 本卡 P2P 埠)。公眾發現靠證書,不是 topology.json。",
|
|
14179
|
+
"在本實例頁掛上 KES、VRF 與 operational certificate。冷鑰會被拒絕。",
|
|
14180
|
+
"topology.json 的 localRoots 只連你自己的 block producer(advertise: false)。本面板不查 WAN 位址。"
|
|
14175
14181
|
],
|
|
14176
14182
|
"never": [
|
|
14177
14183
|
"不要當成 MetaMask 一鍵質押。",
|
|
14178
|
-
"
|
|
14184
|
+
"不要把冷鑰放在驗證者主機。",
|
|
14185
|
+
"不要以為只改 topology.json 就能在鏈上登記 relay。"
|
|
14179
14186
|
]
|
|
14180
14187
|
},
|
|
14181
14188
|
"near": {
|
|
14182
14189
|
"model": "在官方 factory 建立 staking-pool 合約。合約存放此節點的 public key,不是伺服器 IP。",
|
|
14183
14190
|
"min": "見官方驗證者文件(建立池須 30 NEAR,另加質押)",
|
|
14184
14191
|
"wallets": "官方 NEAR 錢包/lockup",
|
|
14185
|
-
"panel": "運行 neard
|
|
14192
|
+
"panel": "運行 neard;表單填好 create_staking_pool;池建立後只寫入 account_id。",
|
|
14186
14193
|
"yskDoes": [
|
|
14187
|
-
"運行 neard,RPC
|
|
14188
|
-
"init
|
|
14189
|
-
"
|
|
14194
|
+
"運行 neard,RPC 只在本機,P2P 在 24567。",
|
|
14195
|
+
"init 後顯示質押公鑰、公開 P2P 位址與 factory。",
|
|
14196
|
+
"用池名稱、擁有人與公鑰填好 create_staking_pool。池建立後只寫 account_id — 永不改 secret_key,永不送出交易。"
|
|
14190
14197
|
],
|
|
14191
14198
|
"youDo": [
|
|
14192
|
-
"
|
|
14193
|
-
"
|
|
14194
|
-
"
|
|
14195
|
-
"
|
|
14199
|
+
"啟動節點,等待本頁出現公鑰。",
|
|
14200
|
+
"填池名稱與擁有人,然後複製命令。",
|
|
14201
|
+
"用你自己的 NEAR 錢包或 near-cli 簽署 create_staking_pool。",
|
|
14202
|
+
"返回本頁寫入 account_id。再從錢包向該池質押。"
|
|
14196
14203
|
],
|
|
14197
14204
|
"steps": [
|
|
14198
|
-
"
|
|
14199
|
-
"
|
|
14200
|
-
"用你的錢包呼叫 factory(測試網 pool.f863973.m0/主網 poolv1.near
|
|
14201
|
-
"
|
|
14202
|
-
"
|
|
14205
|
+
"啟動節點,等待 neard init 後公鑰出現(RPC 未就緒不代表尚未產生金鑰)。",
|
|
14206
|
+
"填入池短名與擁有人帳號。複製已填好的 create_staking_pool 命令。",
|
|
14207
|
+
"用你的錢包呼叫 factory(測試網 pool.f863973.m0/主網 poolv1.near),並付 30 NEAR 作儲存。命令使用 --accountId;若你的 near CLI 要用 --account_id,請依該 CLI 的 --help。",
|
|
14208
|
+
"池建立後,在本頁按「寫入 account_id」(確認字為實例識別碼)。不要人手改 validator_key.json。",
|
|
14209
|
+
"若節點已在運行請重啟。等待 RPC 回應且同步完成後再質押大量金額。對等端使用 Public P2P — 合約不收 IP。"
|
|
14203
14210
|
],
|
|
14204
14211
|
"never": [
|
|
14205
14212
|
"不要在本面板貼上助記詞。",
|
|
@@ -14211,28 +14218,31 @@
|
|
|
14211
14218
|
"model": "用操作者錢包送出 create-validator。交易存放此節點的共識公鑰,不是伺服器 IP。",
|
|
14212
14219
|
"min": "見官方 Cosmos Hub 文件(自行質押以 uatom 計)",
|
|
14213
14220
|
"wallets": "Keplr 或其他由你控制的 Cosmos 錢包",
|
|
14214
|
-
"panel": "運行 gaiad
|
|
14215
|
-
"honesty": "
|
|
14221
|
+
"panel": "運行 gaiad v28;顯示共識公鑰;表單填好 validator.json 與 create-validator。永不寫入 priv_validator_key.json,亦不代發交易。",
|
|
14222
|
+
"honesty": "此 gaiad 為 v28(JSON 檔)。Hub 文件仍用 flags — 在此節點會失敗。交易存放此節點的共識公鑰,不是伺服器 IP。同儕使用 Public P2P。RPC 僅本機。本面板不代發交易,亦不讀取 priv_key。",
|
|
14216
14223
|
"yskDoes": [
|
|
14217
|
-
"運行 gaiad,RPC
|
|
14218
|
-
"init 後顯示共識公鑰、chain-id
|
|
14219
|
-
"
|
|
14224
|
+
"運行 gaiad,RPC 只在本機,P2P 在 26656。minimum-gas-prices 為 0.005uatom。",
|
|
14225
|
+
"init 後顯示共識公鑰、chain-id 與公開 P2P。",
|
|
14226
|
+
"用數量、moniker、--from 與共識公鑰填好 validator.json 與 gaiad v28 命令。永不寫入 priv_validator_key.json,永不代發交易。"
|
|
14220
14227
|
],
|
|
14221
14228
|
"youDo": [
|
|
14222
|
-
"
|
|
14223
|
-
"
|
|
14224
|
-
"
|
|
14229
|
+
"啟動節點,等待本頁出現共識公鑰。",
|
|
14230
|
+
"填數量、moniker 與 --from。先複製 validator.json,再複製 gaiad 命令。",
|
|
14231
|
+
"用 Keplr 或你控制的 gaiad 金鑰簽署。不要把該助記詞與本機共識金鑰混用。"
|
|
14225
14232
|
],
|
|
14226
14233
|
"steps": [
|
|
14227
|
-
"
|
|
14228
|
-
"
|
|
14229
|
-
"
|
|
14230
|
-
"
|
|
14234
|
+
"啟動節點,等待 gaiad init 後共識公鑰出現(RPC 未就緒不代表尚未產生金鑰)。",
|
|
14235
|
+
"填自我委託(1atom = 1 ATOM,或 uatom)、moniker 與 --from。複製 validator.json,再複製 gaiad 命令。此節點為 gaiad v28:用 JSON 檔,不是 Hub 文件的 flags。主網 chain-id 為 cosmoshub-4,測試網為 provider。",
|
|
14236
|
+
"複製命令的 --gas-prices 為 0.005uatom,對齊此節點。不要貼上 Hub 文件的 0.0025uatom 示例,亦不要貼 flags 版 create-validator。",
|
|
14237
|
+
"儲存 validator.json,用 operator 錢包廣播。交易不收伺服器 IP。同儕使用 tcp://WAN:{{port}}。",
|
|
14238
|
+
"等待 RPC 回應且同步完成後再大量綁定。"
|
|
14231
14239
|
],
|
|
14232
14240
|
"never": [
|
|
14233
|
-
"
|
|
14241
|
+
"不要把 operator 錢包助記詞與共識金鑰混用。",
|
|
14234
14242
|
"不要在此輸入錢包助記詞。",
|
|
14235
|
-
"
|
|
14243
|
+
"不要把此伺服器 IP 寫進 create-validator。",
|
|
14244
|
+
"不要貼上 Hub 文件的 --amount/--pubkey flags — 此 gaiad 為 v28(validator.json)。",
|
|
14245
|
+
"不要在此節點使用 0.0025uatom gas — compose 最低為 0.005uatom。"
|
|
14236
14246
|
]
|
|
14237
14247
|
},
|
|
14238
14248
|
"sol": {
|
|
@@ -14253,13 +14263,14 @@
|
|
|
14253
14263
|
],
|
|
14254
14264
|
"steps": [
|
|
14255
14265
|
"確認本機磁碟與 IOPS 足夠(主網通常 2 TiB 或以上)。",
|
|
14256
|
-
"
|
|
14257
|
-
"
|
|
14258
|
-
"此 compose 維持 --no-voting
|
|
14266
|
+
"等待 RPC 回應,然後複製本頁的 identity pubkey。",
|
|
14267
|
+
"用官方 Solana 工具在你控制的機器產生 vote 與 authorized-withdrawer 金鑰,然後 solana create-vote-account。",
|
|
14268
|
+
"此 compose 維持 --no-voting。建立 vote account 不會令此進程開始投票。"
|
|
14259
14269
|
],
|
|
14260
14270
|
"never": [
|
|
14261
|
-
"
|
|
14262
|
-
"不要把 identity 或 vote
|
|
14271
|
+
"不要指望本面板有瀏覽器錢包按鈕。",
|
|
14272
|
+
"不要把 identity 或 vote 密鑰對貼進本面板。",
|
|
14273
|
+
"不要指望建立 vote account 後本頁會開始投票。"
|
|
14263
14274
|
]
|
|
14264
14275
|
},
|
|
14265
14276
|
"dot": {
|
|
@@ -14351,7 +14362,33 @@
|
|
|
14351
14362
|
"never": [
|
|
14352
14363
|
"不要在本頁尋找質押錢包。"
|
|
14353
14364
|
]
|
|
14354
|
-
}
|
|
14365
|
+
},
|
|
14366
|
+
"nearPoolSlug": "池名稱",
|
|
14367
|
+
"nearPoolSlugHint": "只填短名。factory 會加上 {{suffix}}。",
|
|
14368
|
+
"nearOwner": "擁有人帳號",
|
|
14369
|
+
"nearOwnerHint": "簽署 create_staking_pool 的 NEAR 帳號(你的錢包)。不是節點金鑰。",
|
|
14370
|
+
"nearPreview": "命令預覽",
|
|
14371
|
+
"nearWriteAccount": "寫入 account_id",
|
|
14372
|
+
"nearWriteTitle": "為 {{id}} 寫入 validator_key.json 的 account_id?",
|
|
14373
|
+
"nearWriteDesc": "只改現有金鑰檔的 account_id。不會送出 create_staking_pool。不會改 secret_key。",
|
|
14374
|
+
"nearWriteC1": "account_id 會變成 {{pool}}{{suffix}}",
|
|
14375
|
+
"nearWriteC2": "面板不會簽署 factory 交易",
|
|
14376
|
+
"nearRestart": "寫入後重啟節點",
|
|
14377
|
+
"nearNeedKey": "請先等質押公鑰出現(neard init),再填此表。",
|
|
14378
|
+
"nearNeedSlug": "請填池名稱以寫入 account_id。",
|
|
14379
|
+
"nearNeedOwner": "請填擁有人帳號以產生命令。寫入 account_id 只須池名稱。",
|
|
14380
|
+
"cosmosPointing": "此 gaiad 為 v28:先複製 validator.json,再複製 create-validator validator.json。Hub 文件仍用 flags — 在此節點會失敗。交易用此節點的共識公鑰,不是伺服器 IP。同儕使用 Public P2P(主機埠 {{port}})。gas 為 0.005uatom — 不要用 Hub 文件的 0.0025uatom。",
|
|
14381
|
+
"avaxPointing": "P-Chain 登記用此 NodeID 與 BLS 證明,不是伺服器 IP。RPC 僅本機。請在 Core(Staking → Validate)登記。",
|
|
14382
|
+
"ethVcCommand": "Validator client 示例(不在此 compose)",
|
|
14383
|
+
"ethVcHint": "請自行運行 validator client,指向此 beacon URL。把 keystore 放入 beacon 資料目錄不會開始 attest。",
|
|
14384
|
+
"cosmosAmount": "自我委託",
|
|
14385
|
+
"cosmosAmountHint": "單位 uatom,或填 1atom 代表 1 ATOM。只填 1 是 1 uatom,不是 1 ATOM。",
|
|
14386
|
+
"cosmosAmountParsed": "{{amount}} = {{atom}}",
|
|
14387
|
+
"cosmosMoniker": "Moniker",
|
|
14388
|
+
"cosmosFromKey": "--from 金鑰名稱",
|
|
14389
|
+
"cosmosFromHint": "本機 gaiad 金鑰名,或用 Keplr 簽署。不是此主機上的共識金鑰。",
|
|
14390
|
+
"cosmosNeedPubkey": "請先等共識公鑰出現(gaiad init),再填此表。",
|
|
14391
|
+
"cosmosNeedFields": "請填數量、moniker 與 --from 以產生命令。"
|
|
14355
14392
|
},
|
|
14356
14393
|
"alerts": {
|
|
14357
14394
|
"diskTitle": "驗證者節點磁碟危急",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"disk": "磁碟"
|
|
131
131
|
},
|
|
132
132
|
"cli": {
|
|
133
|
-
"usage": "用法: ysk-server validators list|chains|disk|get|status|checklist|logs|create|start|stop|restart|clear|upgrade|set-version|versions|policy|mithril|prune|switch-network|snapshot|compose|compose-write|rewrite-compose|software|pull|leftover-remove|stats|settings|producer-keys|producer-detach [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--el-tag T] [--cl-tag T] [--node-tag T] [--client ID] [--tag T] [--data-path P] [--rpc-port N] [--id ID] [--path PATH] [--file PATH] [--image REF] [--upgrade POLICY] [--confirm TOKEN] [--kes-file P] [--vrf-file P] [--opcert-file P] [--accept-low-disk] [--accept-low-mem] [--accept-mainnet] [--refresh] [--execute] [--json]"
|
|
133
|
+
"usage": "用法: ysk-server validators list|chains|disk|get|status|checklist|logs|create|start|stop|restart|clear|upgrade|set-version|versions|policy|mithril|prune|switch-network|snapshot|compose|compose-write|rewrite-compose|software|pull|leftover-remove|stats|settings|producer-keys|producer-detach|near-account [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--el-tag T] [--cl-tag T] [--node-tag T] [--client ID] [--tag T] [--data-path P] [--rpc-port N] [--id ID] [--path PATH] [--file PATH] [--image REF] [--upgrade POLICY] [--confirm TOKEN] [--kes-file P] [--vrf-file P] [--opcert-file P] [--accept-low-disk] [--accept-low-mem] [--accept-mainnet] [--refresh] [--execute] [--json]"
|
|
134
134
|
},
|
|
135
135
|
"clients": {
|
|
136
136
|
"el": "執行層客戶端",
|
|
@@ -191,7 +191,9 @@
|
|
|
191
191
|
"producerTooLarge": "金鑰檔大於 64 KiB",
|
|
192
192
|
"producerBadType": "此檔不是 KES 金鑰、VRF 金鑰或 operational certificate",
|
|
193
193
|
"producerEmpty": "請至少提供 kes、vrf 或 opcert 其中一份",
|
|
194
|
-
"switchNeedDetachProducer": "轉網絡前請先卸下營運憑證"
|
|
194
|
+
"switchNeedDetachProducer": "轉網絡前請先卸下營運憑證",
|
|
195
|
+
"nearAccountInvalid": "池名稱須為短名(或完整 {pool}{factory} 帳號)。",
|
|
196
|
+
"nearKeyMissing": "缺少 validator_key.json 或沒有 public_key。請先啟動節點,等待 neard init。"
|
|
195
197
|
},
|
|
196
198
|
"notes": {
|
|
197
199
|
"beta": "此功能屬 Beta。變更主機須 root 及 YSK_EXECUTE=1。",
|
|
@@ -229,7 +231,9 @@
|
|
|
229
231
|
"producerDetached": "已卸下熱金鑰,compose 改回 relay",
|
|
230
232
|
"dryDelete": "刪除屬預演。要真正套用須 --execute 與 YSK_EXECUTE=1。",
|
|
231
233
|
"deleted": "已刪除節點",
|
|
232
|
-
"leftoverRemoved": "已刪除殘留 {{path}}"
|
|
234
|
+
"leftoverRemoved": "已刪除殘留 {{path}}",
|
|
235
|
+
"dryNearAccount": "將會把 account_id 設為 {{account}}(須 --execute)。不會改 secret。",
|
|
236
|
+
"nearAccountWrote": "已把 account_id 設為 {{account}}。未改 secret。若節點在運行請重啟。"
|
|
233
237
|
},
|
|
234
238
|
"create": "建立節點",
|
|
235
239
|
"wizard": {
|
|
@@ -397,13 +401,13 @@
|
|
|
397
401
|
"nearStakeKey": "質押公鑰",
|
|
398
402
|
"nearStakeKeyPending": "首次啟動完成 neard init 後出現。RPC 未就緒不代表尚未產生金鑰。",
|
|
399
403
|
"nearAccountId": "金鑰檔 account_id",
|
|
400
|
-
"nearAccountIdPending": "
|
|
404
|
+
"nearAccountIdPending": "池建立後須改成 {{pool}}{{suffix}}。本面板只寫此欄,永不寫入 secret_key。",
|
|
401
405
|
"nearFactory": "質押池 factory",
|
|
402
406
|
"nearPublicAddr": "Public P2P(同儕)",
|
|
403
407
|
"nearPublicAddrPending": "首次啟動把 WAN:{{port}} 寫入 config.json 後出現。",
|
|
404
408
|
"nearCreateCommand": "create_staking_pool 命令",
|
|
405
409
|
"nearPointing": "質押池合約不以本伺服器 IP 指向節點,而是存放此節點的 stake public key。同儕使用上方 Public P2P(主機埠 {{port}})。RPC 僅本機。",
|
|
406
|
-
"nearAccountIdHint": "
|
|
410
|
+
"nearAccountIdHint": "池建立後,在此寫入 account_id(無須人手改檔)。面板永不寫入 secret_key。",
|
|
407
411
|
"cosmosPubkey": "共識公鑰",
|
|
408
412
|
"cosmosPubkeyPending": "gaiad init 寫入 priv_validator_key.json 後出現。RPC 未就緒不代表尚未產生金鑰。",
|
|
409
413
|
"cosmosChainId": "chain-id",
|
|
@@ -412,10 +416,12 @@
|
|
|
412
416
|
"ethBeacon": "Beacon API(本機)",
|
|
413
417
|
"ethBeaconPending": "此主機的 beacon HTTP。請自行把 validator client 對準此 URL — 此 compose 沒有 VC。",
|
|
414
418
|
"cosmosCreateCommand": "create-validator 命令",
|
|
419
|
+
"cosmosCreateJson": "validator.json(gaiad v28)",
|
|
420
|
+
"copyFailed": "複製失敗",
|
|
415
421
|
"solIdentity": "Identity 公鑰",
|
|
416
422
|
"solIdentityPending": "RPC 回應 getIdentity 後出現。本進程為 --no-voting,除非你自行建立 vote account。",
|
|
417
423
|
"adaP2pPort": "Relay P2P 埠",
|
|
418
|
-
"adaP2pPending": "請把本主機公開 IPv4
|
|
424
|
+
"adaP2pPending": "請把本主機公開 IPv4(或 DNS)與此埠寫入池註冊證書。topology.json 的 localRoots 只連你自己的 block producer。本面板不探測 WAN。",
|
|
419
425
|
"notPosTitle": "不是權益證明",
|
|
420
426
|
"notPosBody": "此處的 Bitcoin 是完整或 Pruned 節點。本頁沒有質押錢包。",
|
|
421
427
|
"eth": {
|
|
@@ -435,16 +441,16 @@
|
|
|
435
441
|
"自行運行 validator client(不是此 compose),對準此實例本機 beacon API。"
|
|
436
442
|
],
|
|
437
443
|
"steps": [
|
|
438
|
-
"
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"存入 32 ETH
|
|
442
|
-
"自行運行 validator client
|
|
444
|
+
"等待執行層與 beacon 同步完成。",
|
|
445
|
+
"開啟此網絡的官方 launchpad(本頁有 Hoodi 或 Mainnet)。Sepolia 不提供 launchpad 按鈕。",
|
|
446
|
+
"離線用 staking-deposit-cli 產生 keystore。提款地址設為你自己的 ETH 錢包。",
|
|
447
|
+
"在 launchpad 存入 32 ETH(另留 gas)。",
|
|
448
|
+
"自行運行 validator client,指向本卡的 beacon URL(示例:lighthouse vc --beacon-nodes)。此 compose 沒有 VC — 把 keystore 放入 beacon 資料目錄不會開始 attest。"
|
|
443
449
|
],
|
|
444
450
|
"never": [
|
|
445
|
-
"
|
|
446
|
-
"不要把簽署 keystore
|
|
447
|
-
"
|
|
451
|
+
"不要把助記詞或提款金鑰交給任何人,包括本面板。",
|
|
452
|
+
"不要把簽署 keystore 上傳到託管雲。",
|
|
453
|
+
"不要指望把 keystore 複製進 beacon 資料目錄後本頁會開始 attest。"
|
|
448
454
|
]
|
|
449
455
|
},
|
|
450
456
|
"avax": {
|
|
@@ -461,10 +467,10 @@
|
|
|
461
467
|
"在 Core 用此節點的 NodeID 與 BLS 證明新增驗證者。"
|
|
462
468
|
],
|
|
463
469
|
"steps": [
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
-
"在 Core
|
|
467
|
-
"
|
|
470
|
+
"等待此節點同步,並出現 NodeID/BLS 列(須 RPC)。",
|
|
471
|
+
"複製 NodeID、BLS 公鑰與 BLS proof of possession。",
|
|
472
|
+
"在 Core 網頁(Staking → Validate),或經 Core 用 Ledger,在 P-Chain 登記。交易不收伺服器 IP。",
|
|
473
|
+
"主網至少 2,000 AVAX、最短 14 日,並預留手續費。Fuji 為 1 AVAX。"
|
|
468
474
|
],
|
|
469
475
|
"never": [
|
|
470
476
|
"不要把 AVAX 轉入本面板。",
|
|
@@ -482,44 +488,45 @@
|
|
|
482
488
|
"你提供時掛上 KES、VRF 與 opcert。拒絕 cold 金鑰。"
|
|
483
489
|
],
|
|
484
490
|
"youDo": [
|
|
485
|
-
"
|
|
486
|
-
"
|
|
487
|
-
"
|
|
491
|
+
"離線產生池金鑰。",
|
|
492
|
+
"用官方 Cardano CLI 註冊池。把本機公網 IPv4 或 DNS 與 relay P2P 埠寫入池註冊證書。",
|
|
493
|
+
"在本頁掛上 KES、VRF 與 opcert。不要上傳冷鑰。"
|
|
488
494
|
],
|
|
489
495
|
"steps": [
|
|
490
496
|
"閱讀官方 operate-a-stake-pool 指南。",
|
|
491
497
|
"在離線機器產生 cold、KES、VRF 金鑰。",
|
|
492
|
-
"
|
|
493
|
-
"
|
|
494
|
-
"
|
|
498
|
+
"鏈上註冊池。在該證書廣告 relay(--pool-relay-ipv4 或 DNS + 本卡 P2P 埠)。公眾發現靠證書,不是 topology.json。",
|
|
499
|
+
"在本實例頁掛上 KES、VRF 與 operational certificate。冷鑰會被拒絕。",
|
|
500
|
+
"topology.json 的 localRoots 只連你自己的 block producer(advertise: false)。本面板不查 WAN 位址。"
|
|
495
501
|
],
|
|
496
502
|
"never": [
|
|
497
503
|
"不要當成 MetaMask 一鍵質押。",
|
|
498
|
-
"
|
|
504
|
+
"不要把冷鑰放在驗證者主機。",
|
|
505
|
+
"不要以為只改 topology.json 就能在鏈上登記 relay。"
|
|
499
506
|
]
|
|
500
507
|
},
|
|
501
508
|
"near": {
|
|
502
509
|
"model": "在官方 factory 建立 staking-pool 合約。合約存放此節點的 public key,不是伺服器 IP。",
|
|
503
510
|
"min": "見官方驗證者文件(建立池須 30 NEAR,另加質押)",
|
|
504
511
|
"wallets": "官方 NEAR 錢包/lockup",
|
|
505
|
-
"panel": "運行 neard
|
|
512
|
+
"panel": "運行 neard;表單填好 create_staking_pool;池建立後只寫入 account_id。",
|
|
506
513
|
"yskDoes": [
|
|
507
|
-
"運行 neard,RPC
|
|
508
|
-
"init
|
|
509
|
-
"
|
|
514
|
+
"運行 neard,RPC 只在本機,P2P 在 24567。",
|
|
515
|
+
"init 後顯示質押公鑰、公開 P2P 位址與 factory。",
|
|
516
|
+
"用池名稱、擁有人與公鑰填好 create_staking_pool。池建立後只寫 account_id — 永不改 secret_key,永不送出交易。"
|
|
510
517
|
],
|
|
511
518
|
"youDo": [
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
"
|
|
519
|
+
"啟動節點,等待本頁出現公鑰。",
|
|
520
|
+
"填池名稱與擁有人,然後複製命令。",
|
|
521
|
+
"用你自己的 NEAR 錢包或 near-cli 簽署 create_staking_pool。",
|
|
522
|
+
"返回本頁寫入 account_id。再從錢包向該池質押。"
|
|
516
523
|
],
|
|
517
524
|
"steps": [
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
-
"用你的錢包呼叫 factory(測試網 pool.f863973.m0/主網 poolv1.near
|
|
521
|
-
"
|
|
522
|
-
"
|
|
525
|
+
"啟動節點,等待 neard init 後公鑰出現(RPC 未就緒不代表尚未產生金鑰)。",
|
|
526
|
+
"填入池短名與擁有人帳號。複製已填好的 create_staking_pool 命令。",
|
|
527
|
+
"用你的錢包呼叫 factory(測試網 pool.f863973.m0/主網 poolv1.near),並付 30 NEAR 作儲存。命令使用 --accountId;若你的 near CLI 要用 --account_id,請依該 CLI 的 --help。",
|
|
528
|
+
"池建立後,在本頁按「寫入 account_id」(確認字為實例識別碼)。不要人手改 validator_key.json。",
|
|
529
|
+
"若節點已在運行請重啟。等待 RPC 回應且同步完成後再質押大量金額。對等端使用 Public P2P — 合約不收 IP。"
|
|
523
530
|
],
|
|
524
531
|
"never": [
|
|
525
532
|
"不要在本面板貼上助記詞。",
|
|
@@ -531,28 +538,31 @@
|
|
|
531
538
|
"model": "用操作者錢包送出 create-validator。交易存放此節點的共識公鑰,不是伺服器 IP。",
|
|
532
539
|
"min": "見官方 Cosmos Hub 文件(自行質押以 uatom 計)",
|
|
533
540
|
"wallets": "Keplr 或其他由你控制的 Cosmos 錢包",
|
|
534
|
-
"panel": "運行 gaiad
|
|
535
|
-
"honesty": "
|
|
541
|
+
"panel": "運行 gaiad v28;顯示共識公鑰;表單填好 validator.json 與 create-validator。永不寫入 priv_validator_key.json,亦不代發交易。",
|
|
542
|
+
"honesty": "此 gaiad 為 v28(JSON 檔)。Hub 文件仍用 flags — 在此節點會失敗。交易存放此節點的共識公鑰,不是伺服器 IP。同儕使用 Public P2P。RPC 僅本機。本面板不代發交易,亦不讀取 priv_key。",
|
|
536
543
|
"yskDoes": [
|
|
537
|
-
"運行 gaiad,RPC
|
|
538
|
-
"init 後顯示共識公鑰、chain-id
|
|
539
|
-
"
|
|
544
|
+
"運行 gaiad,RPC 只在本機,P2P 在 26656。minimum-gas-prices 為 0.005uatom。",
|
|
545
|
+
"init 後顯示共識公鑰、chain-id 與公開 P2P。",
|
|
546
|
+
"用數量、moniker、--from 與共識公鑰填好 validator.json 與 gaiad v28 命令。永不寫入 priv_validator_key.json,永不代發交易。"
|
|
540
547
|
],
|
|
541
548
|
"youDo": [
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
-
"
|
|
549
|
+
"啟動節點,等待本頁出現共識公鑰。",
|
|
550
|
+
"填數量、moniker 與 --from。先複製 validator.json,再複製 gaiad 命令。",
|
|
551
|
+
"用 Keplr 或你控制的 gaiad 金鑰簽署。不要把該助記詞與本機共識金鑰混用。"
|
|
545
552
|
],
|
|
546
553
|
"steps": [
|
|
547
|
-
"
|
|
548
|
-
"
|
|
549
|
-
"
|
|
550
|
-
"
|
|
554
|
+
"啟動節點,等待 gaiad init 後共識公鑰出現(RPC 未就緒不代表尚未產生金鑰)。",
|
|
555
|
+
"填自我委託(1atom = 1 ATOM,或 uatom)、moniker 與 --from。複製 validator.json,再複製 gaiad 命令。此節點為 gaiad v28:用 JSON 檔,不是 Hub 文件的 flags。主網 chain-id 為 cosmoshub-4,測試網為 provider。",
|
|
556
|
+
"複製命令的 --gas-prices 為 0.005uatom,對齊此節點。不要貼上 Hub 文件的 0.0025uatom 示例,亦不要貼 flags 版 create-validator。",
|
|
557
|
+
"儲存 validator.json,用 operator 錢包廣播。交易不收伺服器 IP。同儕使用 tcp://WAN:{{port}}。",
|
|
558
|
+
"等待 RPC 回應且同步完成後再大量綁定。"
|
|
551
559
|
],
|
|
552
560
|
"never": [
|
|
553
|
-
"
|
|
561
|
+
"不要把 operator 錢包助記詞與共識金鑰混用。",
|
|
554
562
|
"不要在此輸入錢包助記詞。",
|
|
555
|
-
"
|
|
563
|
+
"不要把此伺服器 IP 寫進 create-validator。",
|
|
564
|
+
"不要貼上 Hub 文件的 --amount/--pubkey flags — 此 gaiad 為 v28(validator.json)。",
|
|
565
|
+
"不要在此節點使用 0.0025uatom gas — compose 最低為 0.005uatom。"
|
|
556
566
|
]
|
|
557
567
|
},
|
|
558
568
|
"sol": {
|
|
@@ -573,13 +583,14 @@
|
|
|
573
583
|
],
|
|
574
584
|
"steps": [
|
|
575
585
|
"確認本機磁碟與 IOPS 足夠(主網通常 2 TiB 或以上)。",
|
|
576
|
-
"
|
|
577
|
-
"
|
|
578
|
-
"此 compose 維持 --no-voting
|
|
586
|
+
"等待 RPC 回應,然後複製本頁的 identity pubkey。",
|
|
587
|
+
"用官方 Solana 工具在你控制的機器產生 vote 與 authorized-withdrawer 金鑰,然後 solana create-vote-account。",
|
|
588
|
+
"此 compose 維持 --no-voting。建立 vote account 不會令此進程開始投票。"
|
|
579
589
|
],
|
|
580
590
|
"never": [
|
|
581
|
-
"
|
|
582
|
-
"不要把 identity 或 vote
|
|
591
|
+
"不要指望本面板有瀏覽器錢包按鈕。",
|
|
592
|
+
"不要把 identity 或 vote 密鑰對貼進本面板。",
|
|
593
|
+
"不要指望建立 vote account 後本頁會開始投票。"
|
|
583
594
|
]
|
|
584
595
|
},
|
|
585
596
|
"dot": {
|
|
@@ -671,7 +682,33 @@
|
|
|
671
682
|
"never": [
|
|
672
683
|
"不要在本頁尋找質押錢包。"
|
|
673
684
|
]
|
|
674
|
-
}
|
|
685
|
+
},
|
|
686
|
+
"nearPoolSlug": "池名稱",
|
|
687
|
+
"nearPoolSlugHint": "只填短名。factory 會加上 {{suffix}}。",
|
|
688
|
+
"nearOwner": "擁有人帳號",
|
|
689
|
+
"nearOwnerHint": "簽署 create_staking_pool 的 NEAR 帳號(你的錢包)。不是節點金鑰。",
|
|
690
|
+
"nearPreview": "命令預覽",
|
|
691
|
+
"nearWriteAccount": "寫入 account_id",
|
|
692
|
+
"nearWriteTitle": "為 {{id}} 寫入 validator_key.json 的 account_id?",
|
|
693
|
+
"nearWriteDesc": "只改現有金鑰檔的 account_id。不會送出 create_staking_pool。不會改 secret_key。",
|
|
694
|
+
"nearWriteC1": "account_id 會變成 {{pool}}{{suffix}}",
|
|
695
|
+
"nearWriteC2": "面板不會簽署 factory 交易",
|
|
696
|
+
"nearRestart": "寫入後重啟節點",
|
|
697
|
+
"nearNeedKey": "請先等質押公鑰出現(neard init),再填此表。",
|
|
698
|
+
"nearNeedSlug": "請填池名稱以寫入 account_id。",
|
|
699
|
+
"nearNeedOwner": "請填擁有人帳號以產生命令。寫入 account_id 只須池名稱。",
|
|
700
|
+
"cosmosPointing": "此 gaiad 為 v28:先複製 validator.json,再複製 create-validator validator.json。Hub 文件仍用 flags — 在此節點會失敗。交易用此節點的共識公鑰,不是伺服器 IP。同儕使用 Public P2P(主機埠 {{port}})。gas 為 0.005uatom — 不要用 Hub 文件的 0.0025uatom。",
|
|
701
|
+
"avaxPointing": "P-Chain 登記用此 NodeID 與 BLS 證明,不是伺服器 IP。RPC 僅本機。請在 Core(Staking → Validate)登記。",
|
|
702
|
+
"ethVcCommand": "Validator client 示例(不在此 compose)",
|
|
703
|
+
"ethVcHint": "請自行運行 validator client,指向此 beacon URL。把 keystore 放入 beacon 資料目錄不會開始 attest。",
|
|
704
|
+
"cosmosAmount": "自我委託",
|
|
705
|
+
"cosmosAmountHint": "單位 uatom,或填 1atom 代表 1 ATOM。只填 1 是 1 uatom,不是 1 ATOM。",
|
|
706
|
+
"cosmosAmountParsed": "{{amount}} = {{atom}}",
|
|
707
|
+
"cosmosMoniker": "Moniker",
|
|
708
|
+
"cosmosFromKey": "--from 金鑰名稱",
|
|
709
|
+
"cosmosFromHint": "本機 gaiad 金鑰名,或用 Keplr 簽署。不是此主機上的共識金鑰。",
|
|
710
|
+
"cosmosNeedPubkey": "請先等共識公鑰出現(gaiad init),再填此表。",
|
|
711
|
+
"cosmosNeedFields": "請填數量、moniker 與 --from 以產生命令。"
|
|
675
712
|
},
|
|
676
713
|
"alerts": {
|
|
677
714
|
"diskTitle": "驗證者節點磁碟危急",
|