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
|
@@ -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",
|
|
@@ -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
|
}
|
|
@@ -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.",
|
|
@@ -13647,6 +13663,244 @@
|
|
|
13647
13663
|
"empty": "No pinned client images",
|
|
13648
13664
|
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
13649
13665
|
"daemonDown": "Docker Engine is not running"
|
|
13666
|
+
},
|
|
13667
|
+
"playbook": {
|
|
13668
|
+
"overviewTitle": "How staking works on each chain",
|
|
13669
|
+
"overviewDesc": "This panel runs the node. Your wallet and keys stay with you. Official links only — never share a seed phrase here.",
|
|
13670
|
+
"colChain": "Chain",
|
|
13671
|
+
"colModel": "How you register",
|
|
13672
|
+
"colMin": "Typical minimum",
|
|
13673
|
+
"colWallet": "Your wallet",
|
|
13674
|
+
"colPanel": "What this panel does",
|
|
13675
|
+
"yskDoes": "This panel does",
|
|
13676
|
+
"youDo": "You do",
|
|
13677
|
+
"steps": "Steps",
|
|
13678
|
+
"never": "Do not",
|
|
13679
|
+
"official": "Official links",
|
|
13680
|
+
"seeAbout": "Full steps are on the About tab.",
|
|
13681
|
+
"nodeIdReady": "NodeID (from this node)",
|
|
13682
|
+
"nodeIdPending": "NodeID appears after the node is synced and answering RPC.",
|
|
13683
|
+
"blsReady": "BLS public key",
|
|
13684
|
+
"blsProof": "BLS proof of possession",
|
|
13685
|
+
"blsPending": "BLS credentials appear after the node answers RPC.",
|
|
13686
|
+
"notPosTitle": "Not proof-of-stake",
|
|
13687
|
+
"notPosBody": "Bitcoin here is a full or pruned node. There is no staking wallet on this page.",
|
|
13688
|
+
"eth": {
|
|
13689
|
+
"model": "Deposit 32 ETH on the official launchpad. Signing keystore is not a withdrawal key.",
|
|
13690
|
+
"min": "32 ETH + gas",
|
|
13691
|
+
"wallets": "MetaMask, Ledger, Trezor — only on the official launchpad",
|
|
13692
|
+
"panel": "Runs the execution and consensus clients",
|
|
13693
|
+
"yskDoes": [
|
|
13694
|
+
"Install and start the execution and consensus clients.",
|
|
13695
|
+
"Show disk, peers, and upgrade status."
|
|
13696
|
+
],
|
|
13697
|
+
"youDo": [
|
|
13698
|
+
"Create the keystore and withdrawal address yourself.",
|
|
13699
|
+
"Deposit 32 ETH on the official launchpad.",
|
|
13700
|
+
"Copy the keystore into this node’s data directory."
|
|
13701
|
+
],
|
|
13702
|
+
"steps": [
|
|
13703
|
+
"Offline, use the official launchpad or staking-deposit-cli. Set the withdrawal address to your own ETH wallet.",
|
|
13704
|
+
"On the official launchpad, deposit 32 ETH (keep extra for gas).",
|
|
13705
|
+
"Copy the keystore file into this node’s data directory yourself. The panel never uploads or stores it.",
|
|
13706
|
+
"Watch sync, disk, and upgrade badges on this page."
|
|
13707
|
+
],
|
|
13708
|
+
"never": [
|
|
13709
|
+
"Never give your seed phrase or withdrawal key to anyone, including this panel.",
|
|
13710
|
+
"Never upload a signing keystore to a hosted cloud."
|
|
13711
|
+
]
|
|
13712
|
+
},
|
|
13713
|
+
"avax": {
|
|
13714
|
+
"model": "Register the running NodeID and BLS proof on the P-Chain from Core or Ledger.",
|
|
13715
|
+
"min": "2,000 AVAX + fee (1 AVAX on Fuji); at least 14 days",
|
|
13716
|
+
"wallets": "Core, Ledger",
|
|
13717
|
+
"panel": "Runs avalanchego and can show NodeID and BLS after RPC answers",
|
|
13718
|
+
"yskDoes": [
|
|
13719
|
+
"Run avalanchego and keep RPC on localhost.",
|
|
13720
|
+
"Show NodeID and BLS credentials once the node answers RPC."
|
|
13721
|
+
],
|
|
13722
|
+
"youDo": [
|
|
13723
|
+
"Hold AVAX in Core or Ledger.",
|
|
13724
|
+
"Add the validator from Core using this node’s NodeID and BLS proof."
|
|
13725
|
+
],
|
|
13726
|
+
"steps": [
|
|
13727
|
+
"Wait until this node is synced.",
|
|
13728
|
+
"Copy the NodeID, BLS public key, and BLS proof of possession shown on the instance page.",
|
|
13729
|
+
"In Core web (Staking → Validate), or with Ledger via Core, register on the P-Chain.",
|
|
13730
|
+
"Mainnet needs at least 2,000 AVAX, a 14-day minimum period, and a fee reserve."
|
|
13731
|
+
],
|
|
13732
|
+
"never": [
|
|
13733
|
+
"Do not send AVAX to this panel.",
|
|
13734
|
+
"Do not share your Core or Ledger recovery phrase."
|
|
13735
|
+
]
|
|
13736
|
+
},
|
|
13737
|
+
"ada": {
|
|
13738
|
+
"model": "Operate a stake pool with offline cold / KES / VRF keys — not a browser wallet tap.",
|
|
13739
|
+
"min": "Pledge is your choice (see official docs)",
|
|
13740
|
+
"wallets": "Official stake-pool tooling (cold keys stay offline)",
|
|
13741
|
+
"panel": "Runs cardano-node",
|
|
13742
|
+
"yskDoes": [
|
|
13743
|
+
"Run cardano-node and Mithril snapshot restore where offered."
|
|
13744
|
+
],
|
|
13745
|
+
"youDo": [
|
|
13746
|
+
"Generate pool keys offline.",
|
|
13747
|
+
"Register the pool using official Cardano documentation."
|
|
13748
|
+
],
|
|
13749
|
+
"steps": [
|
|
13750
|
+
"Read the official operate-a-stake-pool guide.",
|
|
13751
|
+
"Generate cold, KES, and VRF keys on an offline machine.",
|
|
13752
|
+
"Register the pool on-chain from those keys.",
|
|
13753
|
+
"Point the running cardano-node at your operational certificates."
|
|
13754
|
+
],
|
|
13755
|
+
"never": [
|
|
13756
|
+
"Do not treat this as a MetaMask one-click stake.",
|
|
13757
|
+
"Do not store cold keys on the validator host."
|
|
13758
|
+
]
|
|
13759
|
+
},
|
|
13760
|
+
"near": {
|
|
13761
|
+
"model": "Stake from your NEAR account into a staking pool contract.",
|
|
13762
|
+
"min": "See official validator docs",
|
|
13763
|
+
"wallets": "Official NEAR wallet / lockup",
|
|
13764
|
+
"panel": "Runs neard",
|
|
13765
|
+
"yskDoes": [
|
|
13766
|
+
"Run neard and show disk / sync."
|
|
13767
|
+
],
|
|
13768
|
+
"youDo": [
|
|
13769
|
+
"Stake from your NEAR account to your pool using official docs."
|
|
13770
|
+
],
|
|
13771
|
+
"steps": [
|
|
13772
|
+
"Bring the node to sync.",
|
|
13773
|
+
"Follow official NEAR validator documentation.",
|
|
13774
|
+
"Stake from your own wallet or lockup into the pool."
|
|
13775
|
+
],
|
|
13776
|
+
"never": [
|
|
13777
|
+
"Do not paste a seed phrase into this panel."
|
|
13778
|
+
]
|
|
13779
|
+
},
|
|
13780
|
+
"cosmos": {
|
|
13781
|
+
"model": "create-validator from your operator wallet. Consensus key stays on the node.",
|
|
13782
|
+
"min": "See official Cosmos Hub docs",
|
|
13783
|
+
"wallets": "Keplr or another Cosmos wallet you control",
|
|
13784
|
+
"panel": "Runs gaiad",
|
|
13785
|
+
"yskDoes": [
|
|
13786
|
+
"Run gaiad."
|
|
13787
|
+
],
|
|
13788
|
+
"youDo": [
|
|
13789
|
+
"Keep the operator wallet yourself.",
|
|
13790
|
+
"Broadcast create-validator from that wallet."
|
|
13791
|
+
],
|
|
13792
|
+
"steps": [
|
|
13793
|
+
"Sync gaiad.",
|
|
13794
|
+
"Keep the consensus key on this host only.",
|
|
13795
|
+
"From Keplr (or equivalent), submit create-validator.",
|
|
13796
|
+
"Monitor the node so it does not miss too many blocks."
|
|
13797
|
+
],
|
|
13798
|
+
"never": [
|
|
13799
|
+
"Do not mix the operator wallet mnemonic with the consensus key.",
|
|
13800
|
+
"Do not enter wallet mnemonics here."
|
|
13801
|
+
]
|
|
13802
|
+
},
|
|
13803
|
+
"sol": {
|
|
13804
|
+
"model": "Vote account, identity, and authorized withdrawer — created with official Solana tools.",
|
|
13805
|
+
"min": "See official operations docs (hardware and disk are heavy)",
|
|
13806
|
+
"wallets": "Official Solana CLI / wallet you control",
|
|
13807
|
+
"panel": "Runs Agave; mainnet needs multiple tebibytes",
|
|
13808
|
+
"yskDoes": [
|
|
13809
|
+
"Run the Agave client and warn about disk."
|
|
13810
|
+
],
|
|
13811
|
+
"youDo": [
|
|
13812
|
+
"Create vote and withdrawer keys with official Solana tools."
|
|
13813
|
+
],
|
|
13814
|
+
"steps": [
|
|
13815
|
+
"Confirm this host has enough disk and IOPS (mainnet is typically 2 TiB+).",
|
|
13816
|
+
"Follow official Solana operations documentation.",
|
|
13817
|
+
"Create the vote account and authorized withdrawer yourself.",
|
|
13818
|
+
"Point the running validator at those keys on disk."
|
|
13819
|
+
],
|
|
13820
|
+
"never": [
|
|
13821
|
+
"Do not expect a browser wallet button in this panel."
|
|
13822
|
+
]
|
|
13823
|
+
},
|
|
13824
|
+
"dot": {
|
|
13825
|
+
"model": "Session keys from the node; bind them in Polkadot.js from your stash.",
|
|
13826
|
+
"min": "See the official wiki",
|
|
13827
|
+
"wallets": "Polkadot.js",
|
|
13828
|
+
"panel": "Runs the Polkadot client",
|
|
13829
|
+
"yskDoes": [
|
|
13830
|
+
"Run polkadot and expose RPC on localhost."
|
|
13831
|
+
],
|
|
13832
|
+
"youDo": [
|
|
13833
|
+
"Rotate session keys on the node and set them from Polkadot.js."
|
|
13834
|
+
],
|
|
13835
|
+
"steps": [
|
|
13836
|
+
"Sync the node.",
|
|
13837
|
+
"Generate session keys on this host.",
|
|
13838
|
+
"In Polkadot.js, set those keys on your stash / controller.",
|
|
13839
|
+
"Follow the official validate guide for bonding."
|
|
13840
|
+
],
|
|
13841
|
+
"never": [
|
|
13842
|
+
"Do not paste the stash mnemonic into this panel."
|
|
13843
|
+
]
|
|
13844
|
+
},
|
|
13845
|
+
"sui": {
|
|
13846
|
+
"model": "Follow official Sui validator operator docs with your operator wallet.",
|
|
13847
|
+
"min": "See official Sui docs",
|
|
13848
|
+
"wallets": "Official Sui operator wallet",
|
|
13849
|
+
"panel": "Runs sui-node",
|
|
13850
|
+
"yskDoes": [
|
|
13851
|
+
"Run the shipped sui-node image."
|
|
13852
|
+
],
|
|
13853
|
+
"youDo": [
|
|
13854
|
+
"Complete registration using official Sui validator docs."
|
|
13855
|
+
],
|
|
13856
|
+
"steps": [
|
|
13857
|
+
"Sync sui-node.",
|
|
13858
|
+
"Open the official validator operator guide.",
|
|
13859
|
+
"Use your own operator wallet — not this panel — to register."
|
|
13860
|
+
],
|
|
13861
|
+
"never": [
|
|
13862
|
+
"Do not send SUI to this panel."
|
|
13863
|
+
]
|
|
13864
|
+
},
|
|
13865
|
+
"aptos": {
|
|
13866
|
+
"model": "Follow official Aptos staking / validator docs with your operator wallet.",
|
|
13867
|
+
"min": "See official Aptos docs",
|
|
13868
|
+
"wallets": "Official Aptos operator wallet",
|
|
13869
|
+
"panel": "Runs the Aptos validator image",
|
|
13870
|
+
"yskDoes": [
|
|
13871
|
+
"Run the shipped Aptos image."
|
|
13872
|
+
],
|
|
13873
|
+
"youDo": [
|
|
13874
|
+
"Stake and operate from official Aptos documentation."
|
|
13875
|
+
],
|
|
13876
|
+
"steps": [
|
|
13877
|
+
"Sync the node.",
|
|
13878
|
+
"Read official Aptos staking documentation.",
|
|
13879
|
+
"Use your own operator wallet to register."
|
|
13880
|
+
],
|
|
13881
|
+
"never": [
|
|
13882
|
+
"Do not enter operator keys in this panel."
|
|
13883
|
+
]
|
|
13884
|
+
},
|
|
13885
|
+
"btc": {
|
|
13886
|
+
"model": "Not proof-of-stake. This is a Bitcoin full or pruned node.",
|
|
13887
|
+
"min": "—",
|
|
13888
|
+
"wallets": "Not applicable",
|
|
13889
|
+
"panel": "Runs bitcoind",
|
|
13890
|
+
"yskDoes": [
|
|
13891
|
+
"Run a Bitcoin full or pruned node."
|
|
13892
|
+
],
|
|
13893
|
+
"youDo": [
|
|
13894
|
+
"Use any Bitcoin wallet separately. Mining and Lightning are out of scope."
|
|
13895
|
+
],
|
|
13896
|
+
"steps": [
|
|
13897
|
+
"Treat this instance as a Bitcoin node only.",
|
|
13898
|
+
"There is no staking deposit and no validator keystore."
|
|
13899
|
+
],
|
|
13900
|
+
"never": [
|
|
13901
|
+
"Do not look for a staking wallet on this page."
|
|
13902
|
+
]
|
|
13903
|
+
}
|
|
13650
13904
|
}
|
|
13651
13905
|
},
|
|
13652
13906
|
"vnc": {
|