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.
@@ -130,7 +130,7 @@
130
130
  "disk": "Disk"
131
131
  },
132
132
  "cli": {
133
- "usage": "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": "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": "Execution client",
@@ -191,7 +191,9 @@
191
191
  "producerTooLarge": "That key file is larger than 64 KiB",
192
192
  "producerBadType": "That file is not a KES key, VRF key, or operational certificate",
193
193
  "producerEmpty": "Provide at least one of kes, vrf, or opcert",
194
- "switchNeedDetachProducer": "Detach producer keys before switching network"
194
+ "switchNeedDetachProducer": "Detach producer keys before switching network",
195
+ "nearAccountInvalid": "Pool name must be a short slug (or the full {pool}{factory} account).",
196
+ "nearKeyMissing": "validator_key.json is missing or has no public_key. Start the node and wait for neard init."
195
197
  },
196
198
  "notes": {
197
199
  "beta": "This feature is Beta. Host changes need root and YSK_EXECUTE=1.",
@@ -229,7 +231,9 @@
229
231
  "producerDetached": "Hot keys removed; compose rewritten as relay",
230
232
  "dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
231
233
  "deleted": "Node deleted",
232
- "leftoverRemoved": "Removed leftover {{path}}"
234
+ "leftoverRemoved": "Removed leftover {{path}}",
235
+ "dryNearAccount": "Would set account_id to {{account}} (pass --execute). Secret is never changed.",
236
+ "nearAccountWrote": "Set account_id to {{account}}. Secret was not changed. Restart the node if it is running."
233
237
  },
234
238
  "create": "Create node",
235
239
  "wizard": {
@@ -397,13 +401,13 @@
397
401
  "nearStakeKey": "Stake public key",
398
402
  "nearStakeKeyPending": "Appears after first start (neard init). RPC not ready does not mean the key is missing.",
399
403
  "nearAccountId": "Key file account_id",
400
- "nearAccountIdPending": "Often empty until you set it to {pool}{{suffix}} yourself. This panel never writes validator_key.json.",
404
+ "nearAccountIdPending": "Often empty until you set it to {{pool}}{{suffix}} after the pool exists. The panel writes only this field — never secret_key.",
401
405
  "nearFactory": "Staking-pool factory",
402
406
  "nearPublicAddr": "Public P2P (peers)",
403
407
  "nearPublicAddrPending": "Appears after first start writes WAN:{{port}} into config.json.",
404
408
  "nearCreateCommand": "create_staking_pool command",
405
409
  "nearPointing": "The pool contract does not take this server’s IP. It stores this node’s stake public key. Peers use the Public P2P row above (host port {{port}}). RPC stays on localhost.",
406
- "nearAccountIdHint": "After the pool exists, set account_id in validator_key.json to {pool}{{suffix}} yourself. This panel never writes that file.",
410
+ "nearAccountIdHint": "After the pool exists, set account_id here (do not edit the file by hand). The panel never writes secret_key.",
407
411
  "cosmosPubkey": "Consensus public key",
408
412
  "cosmosPubkeyPending": "Appears after gaiad init writes priv_validator_key.json. RPC not ready does not mean the key is missing.",
409
413
  "cosmosChainId": "chain-id",
@@ -412,10 +416,12 @@
412
416
  "ethBeacon": "Beacon API (localhost)",
413
417
  "ethBeaconPending": "Beacon HTTP on this host. Point a validator client you run yourself at this URL — this compose has no VC.",
414
418
  "cosmosCreateCommand": "create-validator command",
419
+ "cosmosCreateJson": "validator.json (gaiad v28)",
420
+ "copyFailed": "Copy failed",
415
421
  "solIdentity": "Identity pubkey",
416
422
  "solIdentityPending": "Appears after RPC answers getIdentity. This process is --no-voting until you add a vote account yourself.",
417
423
  "adaP2pPort": "Relay P2P port",
418
- "adaP2pPending": "Put this host’s public IPv4 and this port in topology.json. This panel does not probe WAN.",
424
+ "adaP2pPending": "Advertise this host’s public IPv4 (or DNS) and this port in the pool registration certificate. topology.json localRoots is for your own block producer. This panel does not probe WAN.",
419
425
  "notPosTitle": "Not proof-of-stake",
420
426
  "notPosBody": "Bitcoin here is a full or pruned node. There is no staking wallet on this page.",
421
427
  "eth": {
@@ -437,9 +443,9 @@
437
443
  "steps": [
438
444
  "Wait until execution and beacon are synced.",
439
445
  "Open the official launchpad for this network (Hoodi or Mainnet on this page). Sepolia has no launchpad button here.",
440
- "Offline, generate the keystore. Set the withdrawal address to your own ETH wallet.",
441
- "Deposit 32 ETH (keep extra for gas).",
442
- "Run a validator client yourself. This compose has no VC — putting a keystore in the beacon datadir does not attest."
446
+ "Offline, generate the keystore (staking-deposit-cli). Set the withdrawal address to your own ETH wallet.",
447
+ "Deposit 32 ETH on the launchpad (keep extra for gas).",
448
+ "Run a validator client yourself against the beacon URL on this card (example: lighthouse vc --beacon-nodes). This compose has no VC — putting a keystore in the beacon datadir does not attest."
443
449
  ],
444
450
  "never": [
445
451
  "Never give your seed phrase or withdrawal key to anyone, including this panel.",
@@ -461,10 +467,10 @@
461
467
  "Add the validator from Core using this node’s NodeID and BLS proof."
462
468
  ],
463
469
  "steps": [
464
- "Wait until this node is synced.",
465
- "Copy the NodeID, BLS public key, and BLS proof of possession shown on the instance page.",
466
- "In Core web (Staking → Validate), or with Ledger via Core, register on the P-Chain.",
467
- "Mainnet needs at least 2,000 AVAX, a 14-day minimum period, and a fee reserve."
470
+ "Wait until this node is synced and the NodeID / BLS rows appear (RPC).",
471
+ "Copy NodeID, BLS public key, and BLS proof of possession.",
472
+ "In Core web (Staking → Validate), or with Ledger via Core, register on the P-Chain. The transaction does not take a server IP.",
473
+ "Mainnet needs at least 2,000 AVAX, a 14-day minimum period, and a fee reserve. Fuji is 1 AVAX."
468
474
  ],
469
475
  "never": [
470
476
  "Do not send AVAX to this panel.",
@@ -483,43 +489,44 @@
483
489
  ],
484
490
  "youDo": [
485
491
  "Generate pool keys offline.",
486
- "Register the pool using official Cardano documentation.",
487
- "Put this host’s public IPv4 and the relay P2P port into topology.json."
492
+ "Register the pool with the official Cardano CLI. Put this host’s public IPv4 or DNS and the relay P2P port into the pool registration certificate.",
493
+ "Attach KES, VRF, and opcert on this page. Do not upload cold keys."
488
494
  ],
489
495
  "steps": [
490
496
  "Read the official operate-a-stake-pool guide.",
491
497
  "Generate cold, KES, and VRF keys on an offline machine.",
492
- "Register the pool on-chain from those keys.",
493
- "On this instance page, attach KES, VRF, and the operational certificate. Do not upload cold keys.",
494
- "Advertise the relay as public-ip:P2P-port (port shown on this card). This panel does not look up the WAN address."
498
+ "Register the pool on-chain. Advertise the relay in that certificate (--pool-relay-ipv4 or DNS + the P2P port on this card). Public discovery is the certificate, not topology.json.",
499
+ "On this instance page, attach KES, VRF, and the operational certificate. Cold keys are refused.",
500
+ "topology.json localRoots is for your own block producer (advertise: false). This panel does not look up the WAN address."
495
501
  ],
496
502
  "never": [
497
503
  "Do not treat this as a MetaMask one-click stake.",
498
- "Do not store cold keys on the validator host."
504
+ "Do not store cold keys on the validator host.",
505
+ "Do not expect editing topology.json alone to register the relay on-chain."
499
506
  ]
500
507
  },
501
508
  "near": {
502
509
  "model": "Create a staking-pool contract at the official factory. The contract stores this node’s public key — not the server IP.",
503
510
  "min": "See official validator docs (30 NEAR to create the pool, plus stake)",
504
511
  "wallets": "Official NEAR wallet / lockup",
505
- "panel": "Runs neard; shows the public key, factory, and create_staking_pool command after init",
512
+ "panel": "Runs neard; form fills create_staking_pool; after the pool exists, writes account_id only.",
506
513
  "yskDoes": [
507
514
  "Run neard with RPC on localhost and P2P on 24567.",
508
- "After init, show the stake public key, public P2P address, factory, and a copyable create_staking_pool command.",
509
- "Never write validator_key.json or broadcast the transaction."
515
+ "After init, show the stake public key, public P2P address, and factory.",
516
+ "Fill create_staking_pool from pool name + owner + public key. After the pool exists, write account_id only — never secret_key, never the transaction."
510
517
  ],
511
518
  "youDo": [
512
- "Copy the public key and command from this instance page.",
513
- "From your own NEAR account, call the official factory.",
514
- "After the pool exists, set account_id in validator_key.json to {pool}.{factory} yourself.",
515
- "Stake from your wallet into that pool."
519
+ "Start the node and wait for the public key on this page.",
520
+ "Enter pool name and owner, then copy the command.",
521
+ "Sign create_staking_pool from your own NEAR wallet or near-cli.",
522
+ "Return here and set account_id. Stake from your wallet into that pool."
516
523
  ],
517
524
  "steps": [
518
525
  "Start the node and wait for neard init so the public key appears (RPC not ready is not the same as missing keys).",
519
- "Copy the stake public key and the create_staking_pool command.",
520
- "From your wallet, call the factory (testnet pool.f863973.m0 / mainnet poolv1.near) with 30 NEAR for storage. The copied command uses --accountId; if your near CLI expects --account_id, follow that CLI’s --help.",
521
- "Set account_id in validator_key.json to your new pool account. This panel does not write that file.",
522
- "Wait until RPC answers and the node is synced before staking large amounts. Peers use Public P2P :24567 — the contract does not take an IP."
526
+ "Enter the pool short name and owner account. Copy the filled create_staking_pool command.",
527
+ "From your wallet, call the factory (testnet pool.f863973.m0 / mainnet poolv1.near) with 30 NEAR for storage. The command uses --accountId; if your near CLI expects --account_id, follow that CLI’s --help.",
528
+ "After the pool exists, use Set account_id on this page (confirm = instance id). Do not edit validator_key.json by hand.",
529
+ "Restart if the node is already running. Wait until RPC answers and the node is synced before staking large amounts. Peers use Public P2P — the contract does not take an IP."
523
530
  ],
524
531
  "never": [
525
532
  "Do not paste a seed phrase into this panel.",
@@ -531,28 +538,31 @@
531
538
  "model": "create-validator from your operator wallet using this node’s consensus public key — not the server IP.",
532
539
  "min": "See official Cosmos Hub docs (self-delegation in uatom)",
533
540
  "wallets": "Keplr or another Cosmos wallet you control",
534
- "panel": "Runs gaiad; shows consensus pubkey and a copyable create-validator command after init",
535
- "honesty": "The create-validator transaction stores this node’s consensus public key. Peers use Public P2P on 26656. RPC stays on localhost. This panel does not broadcast the transaction or read priv_key.",
541
+ "panel": "Runs gaiad v28; shows consensus pubkey; form fills validator.json + create-validator. Never writes priv_validator_key.json or broadcasts.",
542
+ "honesty": "This gaiad is v28 (JSON file). Hub docs still show flags — those fail here. The transaction stores this node’s consensus public key, not the server IP. Peers use Public P2P. RPC stays on localhost. This panel does not broadcast or read priv_key.",
536
543
  "yskDoes": [
537
- "Run gaiad with RPC on localhost and P2P on 26656.",
538
- "After init, show the consensus public key, chain-id, public P2P, and a copyable create-validator command.",
539
- "Never write priv_validator_key.json or broadcast the transaction."
544
+ "Run gaiad with RPC on localhost and P2P on 26656. minimum-gas-prices is 0.005uatom.",
545
+ "After init, show the consensus public key, chain-id, and public P2P.",
546
+ "Fill validator.json and the gaiad v28 command from amount, moniker, and --from plus the consensus pubkey. Never write priv_validator_key.json or broadcast the transaction."
540
547
  ],
541
548
  "youDo": [
542
- "Copy the consensus public key and command from this instance page.",
543
- "From your operator wallet (Keplr or gaiad keys you control), submit create-validator.",
544
- "Do not mix that wallet mnemonic with the consensus key on this host."
549
+ "Start the node and wait for the consensus public key on this page.",
550
+ "Enter amount, moniker, and --from. Copy validator.json, then the gaiad command.",
551
+ "Sign from Keplr or gaiad keys you control. Do not mix that mnemonic with the consensus key on this host."
545
552
  ],
546
553
  "steps": [
547
554
  "Start the node and wait for gaiad init so the consensus public key appears (RPC not ready is not the same as missing keys).",
548
- "Copy the consensus public key and the create-validator command (chain-id is cosmoshub-4 on mainnet, provider on testnet).",
549
- "From your operator wallet, broadcast create-validator. Amount and moniker are yours.",
550
- "Wait until RPC answers and the node is synced before bonding large amounts. Peers use tcp://WAN:26656 — the transaction does not take an IP."
555
+ "Enter self-delegation (1atom = 1 ATOM, or uatom), moniker, and --from. Copy validator.json then the gaiad command. This node is gaiad v28: JSON file, not the Hub docs’ flag form. chain-id is cosmoshub-4 on mainnet, provider on testnet.",
556
+ "The copied --gas-prices is 0.005uatom to match this node. Do not paste the Hub docs’ 0.0025uatom example or the flag-based create-validator.",
557
+ "Save validator.json and broadcast from your operator wallet. The transaction does not take a server IP. Peers use tcp://WAN:{{port}}.",
558
+ "Wait until RPC answers and the node is synced before bonding large amounts."
551
559
  ],
552
560
  "never": [
553
561
  "Do not mix the operator wallet mnemonic with the consensus key.",
554
562
  "Do not enter wallet mnemonics here.",
555
- "Do not put this server’s IP into create-validator."
563
+ "Do not put this server’s IP into create-validator.",
564
+ "Do not paste the Hub docs’ --amount/--pubkey flags — this gaiad is v28 (validator.json).",
565
+ "Do not use 0.0025uatom gas on this node — the compose minimum is 0.005uatom."
556
566
  ]
557
567
  },
558
568
  "sol": {
@@ -574,12 +584,13 @@
574
584
  "steps": [
575
585
  "Confirm this host has enough disk and IOPS (mainnet is typically 2 TiB+).",
576
586
  "Wait until RPC answers, then copy the identity pubkey shown here.",
577
- "Follow official vote-account and stake guides (links below).",
578
- "This compose keeps --no-voting. Do not expect this page to start voting after you create a vote account."
587
+ "Create vote and authorized-withdrawer keys with official Solana tools on a machine you control, then solana create-vote-account.",
588
+ "This compose keeps --no-voting. Creating a vote account does not make this process vote."
579
589
  ],
580
590
  "never": [
581
591
  "Do not expect a browser wallet button in this panel.",
582
- "Do not paste identity or vote keypairs into this panel."
592
+ "Do not paste identity or vote keypairs into this panel.",
593
+ "Do not expect this page to start voting after you create a vote account."
583
594
  ]
584
595
  },
585
596
  "dot": {
@@ -671,7 +682,33 @@
671
682
  "never": [
672
683
  "Do not look for a staking wallet on this page."
673
684
  ]
674
- }
685
+ },
686
+ "nearPoolSlug": "Pool name",
687
+ "nearPoolSlugHint": "Short name only. The factory adds {{suffix}}.",
688
+ "nearOwner": "Owner account",
689
+ "nearOwnerHint": "NEAR account that signs create_staking_pool in your wallet. Not the node key.",
690
+ "nearPreview": "Command preview",
691
+ "nearWriteAccount": "Set account_id",
692
+ "nearWriteTitle": "Set validator_key.json account_id for {{id}}?",
693
+ "nearWriteDesc": "Writes only account_id on the existing key file. Does not send create_staking_pool. Does not touch secret_key.",
694
+ "nearWriteC1": "account_id becomes {{pool}}{{suffix}}",
695
+ "nearWriteC2": "The panel never signs the factory transaction",
696
+ "nearRestart": "Restart the node after writing",
697
+ "nearNeedKey": "Wait until the stake public key appears (neard init), then fill this form.",
698
+ "nearNeedSlug": "Enter a pool name to set account_id.",
699
+ "nearNeedOwner": "Enter the owner account to fill the command. Set account_id only needs the pool name.",
700
+ "cosmosPointing": "This gaiad is v28: copy validator.json, then create-validator validator.json. Hub docs still show flags — those fail here. The transaction uses this node’s consensus public key, not the server IP. Peers use Public P2P (host port {{port}}). Gas is 0.005uatom — not the Hub docs’ 0.0025uatom example.",
701
+ "avaxPointing": "P-Chain registration uses this NodeID and BLS proof, not the server IP. RPC stays on localhost. Register in Core (Staking → Validate).",
702
+ "ethVcCommand": "Validator client example (not in this compose)",
703
+ "ethVcHint": "Run a validator client yourself against this beacon URL. Importing a keystore into the beacon data directory does not attest.",
704
+ "cosmosAmount": "Self-delegation",
705
+ "cosmosAmountHint": "uatom, or 1atom for 1 ATOM. A bare 1 is 1 uatom — not 1 ATOM.",
706
+ "cosmosAmountParsed": "{{amount}} = {{atom}}",
707
+ "cosmosMoniker": "Moniker",
708
+ "cosmosFromKey": "--from key name",
709
+ "cosmosFromHint": "Local gaiad key name, or sign with Keplr. Not the consensus key on this host.",
710
+ "cosmosNeedPubkey": "Wait until the consensus public key appears (gaiad init), then fill this form.",
711
+ "cosmosNeedFields": "Enter amount, moniker, and --from to fill the command."
675
712
  },
676
713
  "alerts": {
677
714
  "diskTitle": "Validator disk critical",
@@ -13810,7 +13810,7 @@
13810
13810
  "disk": "Disco"
13811
13811
  },
13812
13812
  "cli": {
13813
- "usage": "Uso: 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": "Uso: 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": "Cliente de ejecución",
@@ -13871,7 +13871,9 @@
13871
13871
  "producerTooLarge": "Ese archivo clave tiene más de 64 KiB.",
13872
13872
  "producerBadType": "Ese archivo no es una clave KES, una clave VRF ni un certificado operativo.",
13873
13873
  "producerEmpty": "Proporcione al menos uno de kes, vrf u opcert",
13874
- "switchNeedDetachProducer": "Separe las claves de productor antes de cambiar de red"
13874
+ "switchNeedDetachProducer": "Separe las claves de productor antes de cambiar de red",
13875
+ "nearAccountInvalid": "El nombre del grupo debe ser un slug corto (o la cuenta {pool}{factory} completa).",
13876
+ "nearKeyMissing": "validator_key.json falta o no tiene clave_pública. Inicie el nodo y espere neard init."
13875
13877
  },
13876
13878
  "notes": {
13877
13879
  "beta": "Esta función es Beta. Los cambios de host necesitan root y YSK_EXECUTE=1.",
@@ -13909,7 +13911,9 @@
13909
13911
  "producerDetached": "Se eliminaron las teclas de acceso rápido; componer reescrito como relevo",
13910
13912
  "dryDelete": "Eliminar es un ensayo en seco. Pase --execute y YSK_EXECUTE=1.",
13911
13913
  "deleted": "Nodo eliminado",
13912
- "leftoverRemoved": "Se eliminaron los restos {{path}}"
13914
+ "leftoverRemoved": "Se eliminaron los restos {{path}}",
13915
+ "dryNearAccount": "Establecería account_id en {{account}} (pasar --ejecutar). El secreto nunca cambia.",
13916
+ "nearAccountWrote": "Establezca account_id en {{account}}. El secreto no fue cambiado. Reinicie el nodo si se está ejecutando."
13913
13917
  },
13914
13918
  "create": "Crear nodo",
13915
13919
  "wizard": {
@@ -14077,13 +14081,13 @@
14077
14081
  "nearStakeKey": "Replantear clave pública",
14078
14082
  "nearStakeKeyPending": "Aparece después del primer inicio (cerca del inicio). RPC no listo no significa que falte la clave.",
14079
14083
  "nearAccountId": "Archivo clave account_id",
14080
- "nearAccountIdPending": "A menudo está vacío hasta que usted mismo lo configura en {pool}{{suffix}}. Este panel nunca escribe validator_key.json.",
14084
+ "nearAccountIdPending": "A menudo está vacío hasta que lo configura en {{pool}}{{suffix}} después de que existe el grupo. El panel escribe sólo este campo, nunca secret_key.",
14081
14085
  "nearFactory": "Fábrica de pools de apuestas",
14082
14086
  "nearPublicAddr": "P2P público (pares)",
14083
14087
  "nearPublicAddrPending": "Aparece después del primer inicio y escribe WAN:{{port}} en config.json.",
14084
- "nearCreateCommand": "comando create_stake_pool",
14088
+ "nearCreateCommand": "comando create_staking_pool",
14085
14089
  "nearPointing": "El contrato del grupo no toma la IP de este servidor. Almacena la clave pública de participación de este nodo. Los pares usan la fila P2P público de arriba (puerto de host {{port}}). RPC permanece en el host local.",
14086
- "nearAccountIdHint": "Una vez que exista el grupo, configure account_id en validator_key.json en {pool}{{suffix}} usted mismo. Este panel nunca escribe ese archivo.",
14090
+ "nearAccountIdHint": "Una vez que exista el grupo, configure account_id aquí (no edite el archivo a mano). El panel nunca escribe secret_key.",
14087
14091
  "cosmosPubkey": "Clave pública de consenso",
14088
14092
  "cosmosPubkeyPending": "Aparece después de que gaiad init escribe priv_validator_key.json. RPC no listo no significa que falte la clave.",
14089
14093
  "cosmosChainId": "ID de cadena",
@@ -14092,10 +14096,12 @@
14092
14096
  "ethBeacon": "API de baliza (localhost)",
14093
14097
  "ethBeaconPending": "Baliza HTTP en este host. Apunte un cliente de validación que usted mismo ejecute a esta URL; esta redacción no tiene VC.",
14094
14098
  "cosmosCreateCommand": "comando crear-validador",
14099
+ "cosmosCreateJson": "validator.json (gaiad v28)",
14100
+ "copyFailed": "Copia fallida",
14095
14101
  "solIdentity": "Clave pública de identidad",
14096
14102
  "solIdentityPending": "Aparece después de que RPC responde getIdentity. Este proceso no requiere votación hasta que usted mismo agregue una cuenta de votación.",
14097
14103
  "adaP2pPort": "Puerto P2P de relé",
14098
- "adaP2pPending": "Coloque la IPv4 pública de este host y este puerto en topology.json. Este panel no sondea WAN.",
14104
+ "adaP2pPending": "Anuncie el IPv4 (o DNS) público de este host y este puerto en el certificado de registro del grupo. topology.json localRoots es para su propio productor de bloques. Este panel no sondea WAN.",
14099
14105
  "notPosTitle": "No prueba de participación",
14100
14106
  "notPosBody": "Bitcoin aquí es un nodo completo o podado. No hay ninguna billetera de apuestas en esta página.",
14101
14107
  "eth": {
@@ -14117,9 +14123,9 @@
14117
14123
  "steps": [
14118
14124
  "Espere hasta que la ejecución y la baliza estén sincronizadas.",
14119
14125
  "Abra la plataforma de lanzamiento oficial de esta red (Hoodi o Mainnet en esta página). Sepolia no tiene ningún botón de plataforma de lanzamiento aquí.",
14120
- "Sin conexión, genere el almacén de claves. Configure la dirección de retiro en su propia billetera ETH.",
14121
- "Deposite 32 ETH (guarde el extra para gasolina).",
14122
- "Ejecute usted mismo un cliente validador. Esta redacción no tiene VC: colocar un almacén de claves en el directorio de datos de la baliza no da fe."
14126
+ "Sin conexión, genere el keystore (staking-deposit-cli). Configure la dirección de retiro en su propia billetera ETH.",
14127
+ "Deposite 32 ETH en el launchpad (guarde más para gasolina).",
14128
+ "Ejecute un validator client usted mismo contra la URL de baliza en esta tarjeta (ejemplo: lighthouse vc --beacon-nodes). Esta redacción no tiene VC; poner un keystore en el directorio de datos de la baliza no da fe."
14123
14129
  ],
14124
14130
  "never": [
14125
14131
  "Nunca le dé su frase inicial o clave de retiro a nadie, incluido este panel.",
@@ -14141,10 +14147,10 @@
14141
14147
  "Agregue el validador de Core utilizando el NodeID y la prueba BLS de este nodo."
14142
14148
  ],
14143
14149
  "steps": [
14144
- "Espere hasta que este nodo esté sincronizado.",
14145
- "Copie el NodeID, la clave pública BLS y la prueba de posesión BLS que se muestran en la página de la instancia.",
14146
- "En Core web (Stake → Validate), o con Ledger a través de Core, regístrese en P-Chain.",
14147
- "Mainnet necesita al menos 2000 AVAX, un período mínimo de 14 días y una reserva de tarifas."
14150
+ "Espere hasta que este nodo esté sincronizado y aparezcan las filas NodeID / BLS (RPC).",
14151
+ "Copie la clave pública NodeID, BLS y la prueba de posesión BLS.",
14152
+ "En Core web (Stake → Validar), o con Ledger vía Core, regístrese en P-Chain. La transacción no requiere una IP de servidor.",
14153
+ "Mainnet necesita al menos 2000 AVAX, un período mínimo de 14 días y una reserva de tarifas. Fuji es 1 AVAX."
14148
14154
  ],
14149
14155
  "never": [
14150
14156
  "No envíe AVAX a este panel.",
@@ -14163,76 +14169,80 @@
14163
14169
  ],
14164
14170
  "youDo": [
14165
14171
  "Genere claves de grupo sin conexión.",
14166
- "Registre el grupo utilizando la documentación oficial de Cardano.",
14167
- "Coloque el IPv4 público de este host y el puerto P2P de retransmisión en topology.json."
14172
+ "Registre el grupo con la CLI oficial de Cardano. Coloque el IPv4 o DNS público de este host y el puerto de retransmisión P2P en el certificado de registro del grupo.",
14173
+ "Adjunte KES, VRF y opcert en esta página. No cargue claves frías."
14168
14174
  ],
14169
14175
  "steps": [
14170
14176
  "Lea la guía oficial para operar un pool de participación.",
14171
14177
  "Genere claves frías, KES y VRF en una máquina fuera de línea.",
14172
- "Registre el grupo en cadena a partir de esas claves.",
14173
- "En esta página de instancia, adjunte KES, VRF y el certificado operativo. No cargue claves frías.",
14174
- "Anuncie el relé como IP pública: puerto P2P (el puerto se muestra en esta tarjeta). Este panel no busca la dirección WAN."
14178
+ "Registre el grupo en cadena. Anuncie el relé en ese certificado (--pool-relay-ipv4 o DNS + el puerto P2P en esta tarjeta). El descubrimiento público es el certificado, no topology.json.",
14179
+ "En esta página de instancia, adjunte KES, VRF y el certificado operativo. Se rechazan las claves frías.",
14180
+ "topology.json localRoots es para su propio productor de bloques (anuncio: falso). Este panel no busca la dirección WAN."
14175
14181
  ],
14176
14182
  "never": [
14177
14183
  "No trate esto como una apuesta de un solo clic de MetaMask.",
14178
- "No almacene claves frías en el host del validador."
14184
+ "No almacene claves frías en el host del validador.",
14185
+ "No espere que la edición topology.json por sí sola registre el relé en cadena."
14179
14186
  ]
14180
14187
  },
14181
14188
  "near": {
14182
14189
  "model": "Cree un contrato de participación en la fábrica oficial. El contrato almacena la clave pública de este nodo, no la IP del servidor.",
14183
14190
  "min": "Consulte los documentos oficiales del validador (30 NEAR para crear el grupo, más la apuesta)",
14184
14191
  "wallets": "Cartera/bloqueo oficial NEAR",
14185
- "panel": "Corre cerca; muestra la clave pública, la fábrica y el comando create_stake_pool después de iniciar",
14192
+ "panel": "Ejecuta neard; el formulario se llena create_staking_pool; una vez que existe el grupo, escribe solo account_id.",
14186
14193
  "yskDoes": [
14187
14194
  "Ejecute neard con RPC en localhost y P2P en 24567.",
14188
- "Después del inicio, muestre la clave pública de la participación, la dirección P2P pública, la fábrica y un comando create_stake_pool copiable.",
14189
- "Nunca escriba validator_key.json ni transmita la transacción."
14195
+ "Después de iniciar, muestre la clave pública de la participación, la dirección pública P2P y la fábrica.",
14196
+ "Complete create_staking_pool desde el nombre del grupo + propietario + clave pública. Una vez que exista el grupo, escriba solo account_id, nunca secret_key, nunca la transacción."
14190
14197
  ],
14191
14198
  "youDo": [
14192
- "Copie la clave pública y el comando de esta página de instancia.",
14193
- "Desde tu propia cuenta NEAR llama a la fábrica oficial.",
14194
- "Una vez que exista el grupo, configure account_id en validator_key.json en {pool}.{factory} usted mismo.",
14195
- "Apueste de su billetera a ese grupo."
14199
+ "Inicie el nodo y espere la clave pública en esta página.",
14200
+ "Ingrese el nombre y el propietario del grupo, luego copie el comando.",
14201
+ "Firme create_staking_pool desde su propia billetera NEAR o cerca de CLI.",
14202
+ "Regrese aquí y configure account_id. Apueste de su billetera a ese grupo."
14196
14203
  ],
14197
14204
  "steps": [
14198
14205
  "Inicie el nodo y espere a que se acerque el inicio para que aparezca la clave pública (RPC no listo no es lo mismo que claves faltantes).",
14199
- "Copie la clave pública de la participación y el comando create_stake_pool.",
14200
- "Desde su billetera, llame a la fábrica (testnet pool.f863973.m0 / mainnet poolv1.near) con 30 NEAR para almacenamiento. El comando copiado usa --accountId; Si su CLI cercana espera --account_id, siga la ayuda de esa CLI.",
14201
- "Establezca account_id en validator_key.json en su nueva cuenta de grupo. Este panel no escribe ese archivo.",
14202
- "Espere hasta que RPC responda y el nodo esté sincronizado antes de apostar grandes cantidades. Los pares usan P2P público: 24567: el contrato no requiere una IP."
14206
+ "Ingrese el nombre corto del grupo y la cuenta del propietario. Copie el comando create_staking_pool completo.",
14207
+ "Desde su billetera, llame a la fábrica (testnet pool.f863973.m0 / mainnet poolv1.near) con 30 NEAR para almacenamiento. El comando usa --accountId; Si su CLI cercana espera --account_id, siga la ayuda de esa CLI.",
14208
+ "Una vez que exista el grupo, use Establecer account_id en esta página (confirmar = ID de instancia). No edite validator_key.json a mano.",
14209
+ "Reinicie si el nodo ya se está ejecutando. Espere hasta que RPC responda y el nodo esté sincronizado antes de apostar grandes cantidades. Los pares usan Público P2P: el contrato no requiere una IP."
14203
14210
  ],
14204
14211
  "never": [
14205
14212
  "No pegue una frase inicial en este panel.",
14206
14213
  "No incluya la IP de este servidor en el contrato.",
14207
- "No espere que el panel envíe la transacción create_stake_pool."
14214
+ "No espere que el panel envíe la transacción create_staking_pool."
14208
14215
  ]
14209
14216
  },
14210
14217
  "cosmos": {
14211
14218
  "model": "cree-validador desde la billetera de su operador utilizando la clave pública de consenso de este nodo, no la IP del servidor.",
14212
14219
  "min": "Ver documentos oficiales de Cosmos Hub (autodelegación en uatom)",
14213
14220
  "wallets": "Keplr u otra billetera Cosmos que controles",
14214
- "panel": "Corre alegremente; muestra la clave pública de consenso y un comando de creación de validador copiable después de init",
14215
- "honesty": "La transacción create-validator almacena la clave pública de consenso de este nodo. Los pares usan P2P público en 26656. RPC permanece en el host local. Este panel no transmite la transacción ni lee priv_key.",
14221
+ "panel": "Ejecuta gaiad v28; muestra clave pública de consenso; El formulario llena validator.json + create-validator. Nunca escribe priv_validator_key.json ni transmite.",
14222
+ "honesty": "Esta gaiad es v28 (archivo JSON). Los documentos de Hub todavía muestran banderas; esas fallan aquí. La transacción almacena la clave pública de consenso de este nodo, no la IP del servidor. Los pares utilizan P2P público. RPC permanece en el host local. Este panel no transmite ni lee priv_key.",
14216
14223
  "yskDoes": [
14217
- "Ejecute gaiad con RPC en localhost y P2P en 26656.",
14218
- "Después de iniciar, muestre la clave pública de consenso, el identificador de cadena, el P2P público y un comando de creación de validación copiable.",
14219
- "Nunca escriba priv_validator_key.json ni transmita la transacción."
14224
+ "Ejecute gaiad con RPC en localhost y P2P en 26656. Los precios mínimos del gas son 0.005uatom.",
14225
+ "Después de iniciar, muestre la clave pública de consenso, el identificador de cadena y el P2P público.",
14226
+ "Complete validator.json y el comando gaiad v28 desde cantidad, moniker y --from más la clave pública de consenso. Nunca escriba priv_validator_key.json ni transmita la transacción."
14220
14227
  ],
14221
14228
  "youDo": [
14222
- "Copie la clave pública de consenso y el comando de esta página de instancia.",
14223
- "Desde la billetera de su operador (las claves Keplr o gaiad que usted controla), envíe create-validator.",
14224
- "No mezcle ese mnemónico de billetera con la clave de consenso en este host."
14229
+ "Inicie el nodo y espere la clave pública de consenso en esta página.",
14230
+ "Ingrese el monto, el apodo y --desde. Copie validator.json, luego el comando gaiad.",
14231
+ "Firma desde Keplr o las claves gaiad que controlas. No mezcle ese mnemónico con la clave de consenso en este host."
14225
14232
  ],
14226
14233
  "steps": [
14227
14234
  "Inicie el nodo y espere gaiad init para que aparezca la clave pública de consenso (RPC no listo no es lo mismo que claves faltantes).",
14228
- "Copie la clave pública de consenso y el comando create-validator (el ID de cadena es cosmoshub-4 en mainnet, proveedor en testnet).",
14229
- "Desde la billetera de su operador, transmita create-validator. La cantidad y el apodo son tuyos.",
14230
- "Espere hasta que RPC responda y el nodo se sincronice antes de vincular grandes cantidades. Los pares usan tcp://WAN:26656: la transacción no requiere una IP."
14235
+ "Ingrese autodelegación (1 átomo = 1 ÁTOMO o uatom), apodo y --from. Copie validator.json y luego el comando gaiad. Este nodo es gaiad v28: archivo JSON, no el formulario de bandera de los documentos del Hub. chain-id es cosmoshub-4 en mainnet, proveedor en testnet.",
14236
+ "El --gas-prices copiado es 0.005uatom para que coincida con este nodo. No pegue el ejemplo 0.0025uatom de los documentos de Hub ni el validador de creación basado en banderas.",
14237
+ "Guarde validator.json y transmita desde la billetera de su operador. La transacción no requiere una IP de servidor. Los pares usan tcp://WAN:{{port}}.",
14238
+ "Espere hasta que RPC responda y el nodo esté sincronizado antes de vincular grandes cantidades."
14231
14239
  ],
14232
14240
  "never": [
14233
14241
  "No mezcle el mnemotécnico de billetera del operador con la clave de consenso.",
14234
14242
  "No introduzca aquí mnemónicos de billetera.",
14235
- "No coloque la IP de este servidor en create-validator."
14243
+ "No coloque la IP de este servidor en create-validator.",
14244
+ "No pegue los indicadores --amount/--pubkey de los documentos de Hub; esta gaiad es v28 (validator.json).",
14245
+ "No utilice gas 0.0025uatom en este nodo; el mínimo de composición es 0.005uatom."
14236
14246
  ]
14237
14247
  },
14238
14248
  "sol": {
@@ -14254,12 +14264,13 @@
14254
14264
  "steps": [
14255
14265
  "Confirme que este host tenga suficiente disco e IOPS (la red principal suele ser de 2 TiB+).",
14256
14266
  "Espere hasta que RPC responda, luego copie la clave pública de identidad que se muestra aquí.",
14257
- "Siga las guías oficiales de cuentas de votos y apuestas (enlaces a continuación).",
14258
- "Esta redacción mantiene --sin votación. No espere que esta página comience a votar después de que usted cree una cuenta de votación."
14267
+ "Cree claves de voto y retiro autorizado con las herramientas oficiales de Solana en una máquina que usted controle, luego solana cree una cuenta de voto.",
14268
+ "Esta redacción mantiene --no-voting. Crear un vote account no hace que este proceso vote."
14259
14269
  ],
14260
14270
  "never": [
14261
14271
  "No espere un botón de billetera del navegador en este panel.",
14262
- "No pegue pares de claves de identidad ni de voto en este panel."
14272
+ "No pegue pares de claves de identidad ni de voto en este panel.",
14273
+ "No espere que esta página comience a votar después de crear un vote account."
14263
14274
  ]
14264
14275
  },
14265
14276
  "dot": {
@@ -14351,7 +14362,33 @@
14351
14362
  "never": [
14352
14363
  "No busque una billetera de apuestas en esta página."
14353
14364
  ]
14354
- }
14365
+ },
14366
+ "nearPoolSlug": "Nombre del pool",
14367
+ "nearPoolSlugHint": "Sólo nombre corto. La fábrica agrega {{suffix}}.",
14368
+ "nearOwner": "Cuenta del propietario",
14369
+ "nearOwnerHint": "Cuenta NEAR que firma create_staking_pool en tu billetera. No la clave del nodo.",
14370
+ "nearPreview": "Vista previa del comando",
14371
+ "nearWriteAccount": "Establecer account_id",
14372
+ "nearWriteTitle": "¿Establecer validator_key.json account_id para {{id}}?",
14373
+ "nearWriteDesc": "Escribe solo account_id en el archivo de clave existente. No envía create_staking_pool. No toca secret_key.",
14374
+ "nearWriteC1": "account_id se convierte en {{pool}}{{suffix}}",
14375
+ "nearWriteC2": "El panel nunca firma la transacción factory",
14376
+ "nearRestart": "Reinicie el nodo después de escribir",
14377
+ "nearNeedKey": "Espere hasta que aparezca la clave pública de participación (neard init), luego complete este formulario.",
14378
+ "nearNeedSlug": "Ingrese un nombre de grupo para configurar account_id.",
14379
+ "nearNeedOwner": "Ingrese la cuenta del propietario para completar el comando. Establecer account_id solo necesita el nombre del grupo.",
14380
+ "cosmosPointing": "Esta gaiad es v28: copie validator.json, luego cree-validator validator.json. Los documentos de Hub todavía muestran banderas; esas fallan aquí. La transacción utiliza la clave pública de consenso de este nodo, no la IP del servidor. Los pares utilizan P2P público (puerto de host {{port}}). El gas es 0,005 uatom, no el ejemplo de 0,0025 uatom de los documentos de Hub.",
14381
+ "avaxPointing": "El registro de P-Chain utiliza esta prueba NodeID y BLS, no la IP del servidor. RPC permanece en localhost. Regístrese en Core (Replanteo → Validar).",
14382
+ "ethVcCommand": "Ejemplo de validator client (no está en este compose)",
14383
+ "ethVcHint": "Ejecute un validator client usted mismo en esta URL de baliza. Importar un keystore al directorio de datos de la baliza no da fe.",
14384
+ "cosmosAmount": "Autodelegación",
14385
+ "cosmosAmountHint": "uatom, o 1 átomo por 1 ÁTOMO. Un simple 1 es 1 uatom, no 1 ÁTOMO.",
14386
+ "cosmosAmountParsed": "{{amount}} = {{atom}}",
14387
+ "cosmosMoniker": "Moniker",
14388
+ "cosmosFromKey": "nombre de clave --from",
14389
+ "cosmosFromHint": "Nombre de clave local gaiad o firmar con Keplr. No es la clave del consenso sobre este anfitrión.",
14390
+ "cosmosNeedPubkey": "Espere hasta que aparezca la clave pública de consenso (gaiad init), luego complete este formulario.",
14391
+ "cosmosNeedFields": "Ingrese la cantidad, el apodo y --from para completar el comando."
14355
14392
  },
14356
14393
  "alerts": {
14357
14394
  "diskTitle": "Disco de validador crítico",