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
|
@@ -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 কী বা অপারেশনাল সার্টিফিকেট নয়",
|
|
193
193
|
"producerEmpty": "kes, vrf, বা opcert এর মধ্যে অন্তত একটি প্রদান করুন",
|
|
194
|
-
"switchNeedDetachProducer": "নেটওয়ার্ক স্যুইচ করার আগে প্রযোজক কীগুলি আলাদা করুন৷"
|
|
194
|
+
"switchNeedDetachProducer": "নেটওয়ার্ক স্যুইচ করার আগে প্রযোজক কীগুলি আলাদা করুন৷",
|
|
195
|
+
"nearAccountInvalid": "পুলের নাম অবশ্যই একটি ছোট স্লাগ (বা সম্পূর্ণ {pool}{factory} অ্যাকাউন্ট) হতে হবে।",
|
|
196
|
+
"nearKeyMissing": "validator_key.json অনুপস্থিত বা কোনো পাবলিক_কী নেই। নোড শুরু করুন এবং neard init এর জন্য অপেক্ষা করুন।"
|
|
195
197
|
},
|
|
196
198
|
"notes": {
|
|
197
199
|
"beta": "এই বৈশিষ্ট্য Beta। হোস্ট পরিবর্তনে root ও YSK_EXECUTE=1 লাগে।",
|
|
@@ -229,7 +231,9 @@
|
|
|
229
231
|
"producerDetached": "হট কী অপসারণ; রিলে হিসাবে পুনর্লিখিত রচনা",
|
|
230
232
|
"dryDelete": "মুছে ফেলা হয় ড্রাই-রান। পাস --এক্সিকিউট এবং YSK_EXECUTE=1।",
|
|
231
233
|
"deleted": "নোড মুছে ফেলা হয়েছে",
|
|
232
|
-
"leftoverRemoved": "অবশিষ্টাংশ সরানো হয়েছে {{path}}"
|
|
234
|
+
"leftoverRemoved": "অবশিষ্টাংশ সরানো হয়েছে {{path}}",
|
|
235
|
+
"dryNearAccount": "account_id-এ {{account}} সেট করা হবে (পাস --এক্সিকিউট)। গোপন কখনও পরিবর্তন হয় না.",
|
|
236
|
+
"nearAccountWrote": "account_id {{account}} এ সেট করুন। গোপন পরিবর্তন হয়নি। নোড চালু হলে পুনরায় চালু করুন।"
|
|
233
237
|
},
|
|
234
238
|
"create": "নোড তৈরি",
|
|
235
239
|
"wizard": {
|
|
@@ -397,13 +401,13 @@
|
|
|
397
401
|
"nearStakeKey": "স্টেক পাবলিক কী",
|
|
398
402
|
"nearStakeKeyPending": "প্রথম শুরুর পরে উপস্থিত হয় (init এর কাছাকাছি)। RPC প্রস্তুত নয় এর অর্থ এই নয় যে কীটি নেই৷",
|
|
399
403
|
"nearAccountId": "মূল ফাইল account_id",
|
|
400
|
-
"nearAccountIdPending": "আপনি
|
|
404
|
+
"nearAccountIdPending": "পুলটি বিদ্যমান থাকার পরে আপনি এটি {{pool}}{{suffix}} সেট না করা পর্যন্ত প্রায়শই খালি। প্যানেল শুধুমাত্র এই ক্ষেত্রটি লেখে — কখনই secret_key নয়।",
|
|
401
405
|
"nearFactory": "স্টেকিং-পুল কারখানা",
|
|
402
406
|
"nearPublicAddr": "পাবলিক P2P (সহকর্মীরা)",
|
|
403
407
|
"nearPublicAddrPending": "config.json-এ WAN:{{port}} লেখার প্রথম শুরুর পরে উপস্থিত হয়।",
|
|
404
408
|
"nearCreateCommand": "create_staking_pool কমান্ড",
|
|
405
409
|
"nearPointing": "পুল চুক্তি এই সার্ভারের আইপি নেয় না। এটি এই নোডের স্টেক পাবলিক কী সংরক্ষণ করে। সহকর্মীরা উপরে সর্বজনীন P2P সারি ব্যবহার করে (হোস্ট পোর্ট {{port}})। আরপিসি লোকালহোস্টে থাকে।",
|
|
406
|
-
"nearAccountIdHint": "পুলটি উপস্থিত হওয়ার পরে,
|
|
410
|
+
"nearAccountIdHint": "পুলটি উপস্থিত হওয়ার পরে, এখানে account_id সেট করুন (ফাইলটি হাতে সম্পাদনা করবেন না)। প্যানেল কখনো secret_key লেখে না।",
|
|
407
411
|
"cosmosPubkey": "ঐক্যমত পাবলিক কী",
|
|
408
412
|
"cosmosPubkeyPending": "gaiad init priv_validator_key.json লেখার পরে উপস্থিত হয়। RPC প্রস্তুত নয় এর অর্থ এই নয় যে কীটি নেই৷",
|
|
409
413
|
"cosmosChainId": "চেইন-আইডি",
|
|
@@ -412,10 +416,12 @@
|
|
|
412
416
|
"ethBeacon": "বীকন API (স্থানীয় হোস্ট)",
|
|
413
417
|
"ethBeaconPending": "এই হোস্টে বীকন HTTP। এই ইউআরএল-এ আপনি নিজেই চালান এমন একটি যাচাইকারী ক্লায়েন্টকে নির্দেশ করুন — এই রচনাটির কোনো ভিসি নেই।",
|
|
414
418
|
"cosmosCreateCommand": "create-validator কমান্ড",
|
|
419
|
+
"cosmosCreateJson": "validator.json (gaiad v28)",
|
|
420
|
+
"copyFailed": "অনুলিপি ব্যর্থ হয়েছে",
|
|
415
421
|
"solIdentity": "আইডেন্টিটি পাবকি",
|
|
416
422
|
"solIdentityPending": "RPC উত্তর পেয়ে আইডেন্টিটি পরে উপস্থিত হয়। আপনি নিজে একটি ভোট অ্যাকাউন্ট যোগ না করা পর্যন্ত এই প্রক্রিয়াটি --নো-ভোটিং।",
|
|
417
423
|
"adaP2pPort": "রিলে P2P পোর্ট",
|
|
418
|
-
"adaP2pPending": "এই হোস্টের
|
|
424
|
+
"adaP2pPending": "এই হোস্টের সর্বজনীন IPv4 (বা DNS) এবং পুল নিবন্ধন শংসাপত্রে এই পোর্টের বিজ্ঞাপন দিন। topology.json localRoots আপনার নিজের ব্লক প্রযোজকের জন্য। এই প্যানেলটি WAN অনুসন্ধান করে না।",
|
|
419
425
|
"notPosTitle": "প্রুফ অফ স্টেক নয়",
|
|
420
426
|
"notPosBody": "বিটকয়েন এখানে একটি পূর্ণ বা ছাঁটাই করা নোড। এই পৃষ্ঠায় কোন মানিব্যাগ নেই.",
|
|
421
427
|
"eth": {
|
|
@@ -437,9 +443,9 @@
|
|
|
437
443
|
"steps": [
|
|
438
444
|
"এক্সিকিউশন এবং বীকন সিঙ্ক না হওয়া পর্যন্ত অপেক্ষা করুন।",
|
|
439
445
|
"এই নেটওয়ার্কের জন্য অফিসিয়াল লঞ্চপ্যাড খুলুন (এই পৃষ্ঠায় হুডি বা মেইননেট)। সেপোলিয়া এখানে কোন লঞ্চপ্যাড বোতাম নেই।",
|
|
440
|
-
"
|
|
441
|
-
"32 ETH জমা করুন (গ্যাসের জন্য অতিরিক্ত রাখুন)।",
|
|
442
|
-
"
|
|
446
|
+
"অফলাইনে, keystore (staking-deposit-cli) তৈরি করুন। আপনার নিজের ETH ওয়ালেটে তোলার ঠিকানা সেট করুন৷",
|
|
447
|
+
"launchpad এ 32 ETH জমা করুন (গ্যাসের জন্য অতিরিক্ত রাখুন)।",
|
|
448
|
+
"এই কার্ডে বীকন URL এর বিপরীতে একটি validator client চালান (উদাহরণ: lighthouse vc --beacon-nodes)। এই রচনাটির কোনো ভিসি নেই — বীকন ডেটাডিরে একটি keystore রাখলে তা প্রমাণিত হয় না।"
|
|
443
449
|
],
|
|
444
450
|
"never": [
|
|
445
451
|
"এই প্যানেল সহ কাউকে আপনার বীজ বাক্যাংশ বা প্রত্যাহারের কী দেবেন না।",
|
|
@@ -461,10 +467,10 @@
|
|
|
461
467
|
"এই নোডের NodeID এবং BLS প্রমাণ ব্যবহার করে Core থেকে ভ্যালিডেটর যোগ করুন।"
|
|
462
468
|
],
|
|
463
469
|
"steps": [
|
|
464
|
-
"এই
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"মেইননেটের জন্য কমপক্ষে 2,000 AVAX
|
|
470
|
+
"এই নোডটি সিঙ্ক না হওয়া পর্যন্ত অপেক্ষা করুন এবং NodeID / BLS সারিগুলি উপস্থিত হয় (RPC)।",
|
|
471
|
+
"NodeID, BLS পাবলিক কী, এবং BLS দখলের প্রমাণ কপি করুন৷",
|
|
472
|
+
"Core ওয়েবে (স্টেকিং → ভ্যালিডেট), অথবা Core এর মাধ্যমে Ledger দিয়ে, P-চেইনে নিবন্ধন করুন। লেনদেন একটি সার্ভার আইপি নিতে না.",
|
|
473
|
+
"মেইননেটের জন্য কমপক্ষে 2,000 AVAX, একটি 14-দিনের সর্বনিম্ন সময়কাল এবং একটি ফি রিজার্ভ প্রয়োজন৷ Fuji হল 1 AVAX।"
|
|
468
474
|
],
|
|
469
475
|
"never": [
|
|
470
476
|
"এই প্যানেলে AVAX পাঠাবেন না।",
|
|
@@ -483,43 +489,44 @@
|
|
|
483
489
|
],
|
|
484
490
|
"youDo": [
|
|
485
491
|
"অফলাইনে পুল কী জেনারেট করুন।",
|
|
486
|
-
"অফিসিয়াল
|
|
487
|
-
"এই
|
|
492
|
+
"অফিসিয়াল Cardano CLI এর সাথে পুলটি নিবন্ধন করুন৷ এই হোস্টের সর্বজনীন IPv4 বা DNS এবং রিলে P2P পোর্ট পুল নিবন্ধন শংসাপত্রে রাখুন।",
|
|
493
|
+
"এই পৃষ্ঠায় KES, VRF, এবং opcert সংযুক্ত করুন। কোল্ড কী আপলোড করবেন না।"
|
|
488
494
|
],
|
|
489
495
|
"steps": [
|
|
490
496
|
"অফিসিয়াল অপারেট-এ-স্টেক-পুল গাইড পড়ুন।",
|
|
491
497
|
"একটি অফলাইন মেশিনে ঠান্ডা, KES, এবং VRF কী তৈরি করুন।",
|
|
492
|
-
"সেই
|
|
493
|
-
"এই উদাহরণ পৃষ্ঠায়, KES, VRF এবং অপারেশনাল
|
|
494
|
-
"
|
|
498
|
+
"পুল অন-চেইন নিবন্ধন করুন. সেই শংসাপত্রে রিলে বিজ্ঞাপন দিন (--pool-relay-ipv4 বা DNS + এই কার্ডে P2P পোর্ট)। সর্বজনীন আবিষ্কার হল সার্টিফিকেট, topology.json নয়।",
|
|
499
|
+
"এই উদাহরণ পৃষ্ঠায়, KES, VRF, এবং অপারেশনাল শংসাপত্র সংযুক্ত করুন৷ ঠান্ডা চাবি প্রত্যাখ্যান করা হয়.",
|
|
500
|
+
"topology.json localRoots আপনার নিজের ব্লক প্রযোজকের জন্য (বিজ্ঞাপন: মিথ্যা)। এই প্যানেলটি WAN ঠিকানা খোঁজে না।"
|
|
495
501
|
],
|
|
496
502
|
"never": [
|
|
497
503
|
"এটিকে মেটামাস্ক ওয়ান-ক্লিক স্টেক হিসাবে বিবেচনা করবেন না।",
|
|
498
|
-
"ভ্যালিডেটর হোস্টে কোল্ড কী সংরক্ষণ করবেন না।"
|
|
504
|
+
"ভ্যালিডেটর হোস্টে কোল্ড কী সংরক্ষণ করবেন না।",
|
|
505
|
+
"রিলে অন-চেইন নিবন্ধন করার জন্য একা topology.json সম্পাদনা আশা করবেন না।"
|
|
499
506
|
]
|
|
500
507
|
},
|
|
501
508
|
"near": {
|
|
502
509
|
"model": "অফিসিয়াল কারখানায় একটি স্টেকিং-পুল চুক্তি তৈরি করুন। চুক্তি এই নোডের সর্বজনীন কী সংরক্ষণ করে — সার্ভার আইপি নয়।",
|
|
503
510
|
"min": "অফিসিয়াল ভ্যালিডেটর ডক্স দেখুন (পুল তৈরি করতে 30 কাছাকাছি, প্লাস স্টেক)",
|
|
504
511
|
"wallets": "অফিসিয়াল কাছাকাছি ওয়ালেট/লকআপ",
|
|
505
|
-
"panel": "
|
|
512
|
+
"panel": "রান neard; ফর্ম পূরণ create_staking_pool; পুল বিদ্যমান থাকার পরে, শুধুমাত্র account_id লিখে।",
|
|
506
513
|
"yskDoes": [
|
|
507
514
|
"লোকালহোস্টে RPC এবং 24567-এ P2P-এর সাথে neard চালান।",
|
|
508
|
-
"init এর পরে, স্টেক পাবলিক কী, পাবলিক P2P
|
|
509
|
-
"
|
|
515
|
+
"init এর পরে, স্টেক পাবলিক কী, পাবলিক P2P ঠিকানা এবং কারখানা দেখান।",
|
|
516
|
+
"পুলের নাম + মালিক + সর্বজনীন কী থেকে create_staking_pool পূরণ করুন। পুল বিদ্যমান থাকার পরে, শুধুমাত্র account_id লিখুন — কখনই secret_key না, লেনদেন কখনই নয়।"
|
|
510
517
|
],
|
|
511
518
|
"youDo": [
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
"আপনার মানিব্যাগ থেকে সেই পুলে অংশ নিন।"
|
|
519
|
+
"নোড শুরু করুন এবং এই পৃষ্ঠায় সর্বজনীন কী-এর জন্য অপেক্ষা করুন।",
|
|
520
|
+
"পুলের নাম এবং মালিক লিখুন, তারপর কমান্ড অনুলিপি করুন।",
|
|
521
|
+
"আপনার নিজের NEAR ওয়ালেট বা কাছাকাছি-ক্লাই থেকে create_staking_pool সাইন করুন৷",
|
|
522
|
+
"এখানে ফিরে আসুন এবং account_id সেট করুন। আপনার মানিব্যাগ থেকে সেই পুলে অংশ নিন।"
|
|
516
523
|
],
|
|
517
524
|
"steps": [
|
|
518
525
|
"নোড শুরু করুন এবং কাছাকাছি init-এর জন্য অপেক্ষা করুন যাতে সর্বজনীন কী উপস্থিত হয় (RPC প্রস্তুত নয় অনুপস্থিত কীগুলির মতো নয়)।",
|
|
519
|
-
"
|
|
520
|
-
"আপনার ওয়ালেট থেকে, স্টোরেজের জন্য 30 NEAR সহ কারখানায় (
|
|
521
|
-
"
|
|
522
|
-
"RPC উত্তর না
|
|
526
|
+
"পুলের সংক্ষিপ্ত নাম এবং মালিকের অ্যাকাউন্ট লিখুন। ভরাট create_staking_pool কমান্ডটি অনুলিপি করুন।",
|
|
527
|
+
"আপনার ওয়ালেট থেকে, স্টোরেজের জন্য 30 NEAR সহ কারখানায় (টেস্টনেট pool.f863973.m0 / মেইননেট poolv1.near) কল করুন। কমান্ডটি --accountId ব্যবহার করে; যদি আপনার কাছাকাছি CLI --account_id আশা করে, তাহলে সেই CLI-এর --help অনুসরণ করুন।",
|
|
528
|
+
"পুল বিদ্যমান থাকার পরে, এই পৃষ্ঠায় Set account_id ব্যবহার করুন (নিশ্চিত = ইনস্ট্যান্স আইডি)। হাত দিয়ে validator_key.json সম্পাদনা করবেন না।",
|
|
529
|
+
"নোড ইতিমধ্যে চলমান থাকলে পুনরায় চালু করুন। RPC উত্তর না আসা পর্যন্ত অপেক্ষা করুন এবং নোডটি বেশি পরিমাণে স্টক করার আগে সিঙ্ক করা হয়। সহকর্মীরা পাবলিক P2P ব্যবহার করে — চুক্তিটি আইপি নেয় না।"
|
|
523
530
|
],
|
|
524
531
|
"never": [
|
|
525
532
|
"এই প্যানেলে একটি বীজ বাক্যাংশ পেস্ট করবেন না।",
|
|
@@ -531,28 +538,31 @@
|
|
|
531
538
|
"model": "এই নোডের কনসেনসাস পাবলিক কী ব্যবহার করে আপনার অপারেটর ওয়ালেট থেকে ক্রিয়েট-ভ্যালিডেটর - সার্ভার আইপি নয়।",
|
|
532
539
|
"min": "অফিসিয়াল কসমস হাব ডক্স দেখুন (ইউএটমে স্ব-প্রতিনিধি)",
|
|
533
540
|
"wallets": "Keplr বা অন্য কসমস ওয়ালেট আপনি নিয়ন্ত্রণ করেন",
|
|
534
|
-
"panel": "রান
|
|
535
|
-
"honesty": "
|
|
541
|
+
"panel": "রান gaiad v28; একমত pubkey দেখায়; ফর্ম পূরণ করে validator.json + create-validator. কখনও priv_validator_key.json বা সম্প্রচার লেখে না।",
|
|
542
|
+
"honesty": "এই gaiad হল v28 (JSON ফাইল)। হাব ডক্স এখনও পতাকা দেখায় — সেগুলি এখানে ব্যর্থ হয়। লেনদেন এই নোডের সর্বজনীন কী সংরক্ষণ করে, সার্ভার আইপি নয়। সহকর্মীরা পাবলিক P2P ব্যবহার করে। আরপিসি লোকালহোস্টে থাকে। এই প্যানেলটি priv_key সম্প্রচার করে না বা পড়ে না।",
|
|
536
543
|
"yskDoes": [
|
|
537
|
-
"লোকালহোস্টে RPC এবং 26656-এ P2P
|
|
538
|
-
"init এর পরে,
|
|
539
|
-
"কখনই priv_validator_key.json লিখবেন না বা লেনদেন সম্প্রচার করবেন না।"
|
|
544
|
+
"লোকালহোস্টে RPC সহ gaiad চালান এবং 26656-এ P2P চালান। সর্বনিম্ন-গ্যাসের-মূল্য হল 0.005uatom।",
|
|
545
|
+
"init এর পরে, সর্বজনীন কী, চেইন-আইডি এবং সর্বজনীন P2P দেখান।",
|
|
546
|
+
"validator.json এবং gaiad v28 কমান্ডটি পরিমান, moniker, এবং --from প্লাস কনসেনসাস পাবকি থেকে পূরণ করুন। কখনই priv_validator_key.json লিখবেন না বা লেনদেন সম্প্রচার করবেন না।"
|
|
540
547
|
],
|
|
541
548
|
"youDo": [
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
-
"এই হোস্টের ঐকমত্য কী-এর সাথে সেই
|
|
549
|
+
"নোড শুরু করুন এবং এই পৃষ্ঠায় সর্বজনীন কী-এর জন্য অপেক্ষা করুন।",
|
|
550
|
+
"পরিমাণ, মনিকার, এবং -- থেকে লিখুন। validator.json কপি করুন, তারপর gaiad কমান্ড।",
|
|
551
|
+
"আপনি নিয়ন্ত্রণ করেন Keplr বা gaiad কী থেকে সাইন ইন করুন। এই হোস্টের ঐকমত্য কী-এর সাথে সেই স্মৃতিকে মিশ্রিত করবেন না।"
|
|
545
552
|
],
|
|
546
553
|
"steps": [
|
|
547
554
|
"নোড শুরু করুন এবং gaiad init-এর জন্য অপেক্ষা করুন যাতে সর্বসম্মত পাবলিক কী উপস্থিত হয় (RPC প্রস্তুত নয় অনুপস্থিত কীগুলির মতো নয়)।",
|
|
548
|
-
"
|
|
549
|
-
"
|
|
550
|
-
"
|
|
555
|
+
"স্ব-প্রতিনিধি (1atom = 1 ATOM, বা uatom), moniker, এবং --from লিখুন। কপি validator.json তারপর gaiad কমান্ড. এই নোডটি হল gaiad v28: JSON ফাইল, হাব ডক্সের ফ্ল্যাগ ফর্ম নয়। চেইন-আইডি হল মেইননেটে কসমোশব-4, টেস্টনেটে প্রদানকারী।",
|
|
556
|
+
"কপি করা --গ্যাস-মূল্য এই নোডের সাথে মেলে 0.005uatom। হাব ডক্সের 0.0025uatom উদাহরণ বা পতাকা-ভিত্তিক তৈরি-বৈধকরণকারী পেস্ট করবেন না।",
|
|
557
|
+
"validator.json সংরক্ষণ করুন এবং আপনার অপারেটর ওয়ালেট থেকে সম্প্রচার করুন। লেনদেন একটি সার্ভার আইপি নিতে না. সহকর্মীরা tcp://WAN:{{port}} ব্যবহার করে।",
|
|
558
|
+
"RPC উত্তর না আসা পর্যন্ত অপেক্ষা করুন এবং বড় পরিমাণে বন্ধন করার আগে নোডটি সিঙ্ক করা হয়।"
|
|
551
559
|
],
|
|
552
560
|
"never": [
|
|
553
561
|
"অপারেটর ওয়ালেট মেমোনিককে কনসেনসাস কী দিয়ে মিশ্রিত করবেন না।",
|
|
554
562
|
"এখানে ওয়ালেট স্মৃতিবিদ্যা প্রবেশ করবেন না।",
|
|
555
|
-
"এই সার্ভারের আইপি ক্রিয়েট-ভ্যালিডেটরে রাখবেন না।"
|
|
563
|
+
"এই সার্ভারের আইপি ক্রিয়েট-ভ্যালিডেটরে রাখবেন না।",
|
|
564
|
+
"Hub ডক্সের --amount/--pubkey ফ্ল্যাগগুলি পেস্ট করবেন না — এই gaiad হল v28 (validator.json)।",
|
|
565
|
+
"এই নোডে 0.0025uatom গ্যাস ব্যবহার করবেন না — কম্পোজ ন্যূনতম হল 0.005uatom।"
|
|
556
566
|
]
|
|
557
567
|
},
|
|
558
568
|
"sol": {
|
|
@@ -574,12 +584,13 @@
|
|
|
574
584
|
"steps": [
|
|
575
585
|
"নিশ্চিত করুন এই হোস্টের যথেষ্ট ডিস্ক এবং IOPS আছে (মেইননেট সাধারণত 2 টিআইবি+)।",
|
|
576
586
|
"RPC উত্তর না দেওয়া পর্যন্ত অপেক্ষা করুন, তারপর এখানে দেখানো আইডেন্টিটি পাবকি কপি করুন।",
|
|
577
|
-
"অফিসিয়াল
|
|
578
|
-
"এই রচনাটি
|
|
587
|
+
"আপনার নিয়ন্ত্রণ করা মেশিনে অফিসিয়াল সোলানা টুলের সাহায্যে ভোট এবং অনুমোদিত-প্রত্যাহারকারী কী তৈরি করুন, তারপরে সোলানা ক্রিয়েট-ভোট-অ্যাকাউন্ট।",
|
|
588
|
+
"এই রচনাটি --no-voting রাখে। একটি vote account তৈরি করা এই প্রক্রিয়াটিকে ভোট দেয় না।"
|
|
579
589
|
],
|
|
580
590
|
"never": [
|
|
581
591
|
"এই প্যানেলে একটি ব্রাউজার ওয়ালেট বোতাম আশা করবেন না।",
|
|
582
|
-
"এই প্যানেলে পরিচয় বা ভোটের কী-পেয়ার পেস্ট করবেন না।"
|
|
592
|
+
"এই প্যানেলে পরিচয় বা ভোটের কী-পেয়ার পেস্ট করবেন না।",
|
|
593
|
+
"আপনি একটি vote account তৈরি করার পরে এই পৃষ্ঠাটি ভোট দেওয়া শুরু করবে বলে আশা করবেন না৷"
|
|
583
594
|
]
|
|
584
595
|
},
|
|
585
596
|
"dot": {
|
|
@@ -671,7 +682,33 @@
|
|
|
671
682
|
"never": [
|
|
672
683
|
"এই পৃষ্ঠায় একটি staking ওয়ালেট সন্ধান করবেন না."
|
|
673
684
|
]
|
|
674
|
-
}
|
|
685
|
+
},
|
|
686
|
+
"nearPoolSlug": "পুলের নাম",
|
|
687
|
+
"nearPoolSlugHint": "শুধুমাত্র সংক্ষিপ্ত নাম। কারখানা যোগ করে {{suffix}}।",
|
|
688
|
+
"nearOwner": "মালিক অ্যাকাউন্ট",
|
|
689
|
+
"nearOwnerHint": "NEAR অ্যাকাউন্ট যা আপনার ওয়ালেটে create_staking_pool সাইন করে। নোড কী নয়।",
|
|
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": "কমান্ডটি পূরণ করতে মালিকের অ্যাকাউন্টটি লিখুন। অ্যাকাউন্ট_আইডি সেট করার জন্য শুধুমাত্র পুলের নাম প্রয়োজন।",
|
|
700
|
+
"cosmosPointing": "এই gaiad হল v28: কপি validator.json, তারপর create-validator validator.json. হাব ডক্স এখনও পতাকা দেখায় — সেগুলি এখানে ব্যর্থ হয়। লেনদেন এই নোডের সর্বজনীন কী ব্যবহার করে, সার্ভার আইপি নয়। সহকর্মীরা পাবলিক P2P (হোস্ট পোর্ট {{port}}) ব্যবহার করে। গ্যাস হল 0.005uatom — Hub ডক্সের 0.0025uatom উদাহরণ নয়।",
|
|
701
|
+
"avaxPointing": "P-চেইন রেজিস্ট্রেশন এই NodeID এবং BLS প্রমাণ ব্যবহার করে, সার্ভার আইপি নয়। RPC লোকালহোস্টে থাকে। Core-এ নিবন্ধন করুন (স্টেকিং → ভ্যালিডেট)।",
|
|
702
|
+
"ethVcCommand": "Validator client উদাহরণ (এই compose-এ নেই)",
|
|
703
|
+
"ethVcHint": "এই বীকন URL এর বিপরীতে একটি validator client চালান৷ বীকন ডেটা ডিরেক্টরিতে একটি keystore আমদানি করা প্রমাণিত হয় না।",
|
|
704
|
+
"cosmosAmount": "স্ব-প্রতিনিধিত্ব",
|
|
705
|
+
"cosmosAmountHint": "uatom, বা 1 ATOM এর জন্য 1atom। একটি বেয়ার 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": "কমান্ডটি পূরণ করতে পরিমাণ, মনিকার এবং --from লিখুন।"
|
|
675
712
|
},
|
|
676
713
|
"alerts": {
|
|
677
714
|
"diskTitle": "ভ্যালিডেটর ডিস্ক সংকটজনক",
|
|
@@ -13810,7 +13810,7 @@
|
|
|
13810
13810
|
"disk": "Disk"
|
|
13811
13811
|
},
|
|
13812
13812
|
"cli": {
|
|
13813
|
-
"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]"
|
|
13813
|
+
"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]"
|
|
13814
13814
|
},
|
|
13815
13815
|
"clients": {
|
|
13816
13816
|
"el": "Execution client",
|
|
@@ -13871,7 +13871,9 @@
|
|
|
13871
13871
|
"producerTooLarge": "That key file is larger than 64 KiB",
|
|
13872
13872
|
"producerBadType": "That file is not a KES key, VRF key, or operational certificate",
|
|
13873
13873
|
"producerEmpty": "Provide at least one of kes, vrf, or opcert",
|
|
13874
|
-
"switchNeedDetachProducer": "Detach producer keys before switching network"
|
|
13874
|
+
"switchNeedDetachProducer": "Detach producer keys before switching network",
|
|
13875
|
+
"nearAccountInvalid": "Pool name must be a short slug (or the full {pool}{factory} account).",
|
|
13876
|
+
"nearKeyMissing": "validator_key.json is missing or has no public_key. Start the node and wait for neard init."
|
|
13875
13877
|
},
|
|
13876
13878
|
"notes": {
|
|
13877
13879
|
"beta": "This feature is Beta. Host changes need root and YSK_EXECUTE=1.",
|
|
@@ -13909,7 +13911,9 @@
|
|
|
13909
13911
|
"producerDetached": "Hot keys removed; compose rewritten as relay",
|
|
13910
13912
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
13911
13913
|
"deleted": "Node deleted",
|
|
13912
|
-
"leftoverRemoved": "Removed leftover {{path}}"
|
|
13914
|
+
"leftoverRemoved": "Removed leftover {{path}}",
|
|
13915
|
+
"dryNearAccount": "Would set account_id to {{account}} (pass --execute). Secret is never changed.",
|
|
13916
|
+
"nearAccountWrote": "Set account_id to {{account}}. Secret was not changed. Restart the node if it is running."
|
|
13913
13917
|
},
|
|
13914
13918
|
"create": "Create node",
|
|
13915
13919
|
"wizard": {
|
|
@@ -14077,13 +14081,13 @@
|
|
|
14077
14081
|
"nearStakeKey": "Stake public key",
|
|
14078
14082
|
"nearStakeKeyPending": "Appears after first start (neard init). RPC not ready does not mean the key is missing.",
|
|
14079
14083
|
"nearAccountId": "Key file account_id",
|
|
14080
|
-
"nearAccountIdPending": "Often empty until you set it to {pool}{{suffix}}
|
|
14084
|
+
"nearAccountIdPending": "Often empty until you set it to {{pool}}{{suffix}} after the pool exists. The panel writes only this field — never secret_key.",
|
|
14081
14085
|
"nearFactory": "Staking-pool factory",
|
|
14082
14086
|
"nearPublicAddr": "Public P2P (peers)",
|
|
14083
14087
|
"nearPublicAddrPending": "Appears after first start writes WAN:{{port}} into config.json.",
|
|
14084
14088
|
"nearCreateCommand": "create_staking_pool command",
|
|
14085
14089
|
"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.",
|
|
14086
|
-
"nearAccountIdHint": "After the pool exists, set account_id
|
|
14090
|
+
"nearAccountIdHint": "After the pool exists, set account_id here (do not edit the file by hand). The panel never writes secret_key.",
|
|
14087
14091
|
"cosmosPubkey": "Consensus public key",
|
|
14088
14092
|
"cosmosPubkeyPending": "Appears after gaiad init writes priv_validator_key.json. RPC not ready does not mean the key is missing.",
|
|
14089
14093
|
"cosmosChainId": "chain-id",
|
|
@@ -14092,10 +14096,12 @@
|
|
|
14092
14096
|
"ethBeacon": "Beacon API (localhost)",
|
|
14093
14097
|
"ethBeaconPending": "Beacon HTTP on this host. Point a validator client you run yourself at this URL — this compose has no VC.",
|
|
14094
14098
|
"cosmosCreateCommand": "create-validator command",
|
|
14099
|
+
"cosmosCreateJson": "validator.json (gaiad v28)",
|
|
14100
|
+
"copyFailed": "Copy failed",
|
|
14095
14101
|
"solIdentity": "Identity pubkey",
|
|
14096
14102
|
"solIdentityPending": "Appears after RPC answers getIdentity. This process is --no-voting until you add a vote account yourself.",
|
|
14097
14103
|
"adaP2pPort": "Relay P2P port",
|
|
14098
|
-
"adaP2pPending": "
|
|
14104
|
+
"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.",
|
|
14099
14105
|
"notPosTitle": "Not proof-of-stake",
|
|
14100
14106
|
"notPosBody": "Bitcoin here is a full or pruned node. There is no staking wallet on this page.",
|
|
14101
14107
|
"eth": {
|
|
@@ -14117,9 +14123,9 @@
|
|
|
14117
14123
|
"steps": [
|
|
14118
14124
|
"Wait until execution and beacon are synced.",
|
|
14119
14125
|
"Open the official launchpad for this network (Hoodi or Mainnet on this page). Sepolia has no launchpad button here.",
|
|
14120
|
-
"Offline, generate the keystore. Set the withdrawal address to your own ETH wallet.",
|
|
14121
|
-
"Deposit 32 ETH (keep extra for gas).",
|
|
14122
|
-
"Run a validator client yourself. This compose has no VC — putting a keystore in the beacon datadir does not attest."
|
|
14126
|
+
"Offline, generate the keystore (staking-deposit-cli). Set the withdrawal address to your own ETH wallet.",
|
|
14127
|
+
"Deposit 32 ETH on the launchpad (keep extra for gas).",
|
|
14128
|
+
"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."
|
|
14123
14129
|
],
|
|
14124
14130
|
"never": [
|
|
14125
14131
|
"Never give your seed phrase or withdrawal key to anyone, including this panel.",
|
|
@@ -14141,10 +14147,10 @@
|
|
|
14141
14147
|
"Add the validator from Core using this node’s NodeID and BLS proof."
|
|
14142
14148
|
],
|
|
14143
14149
|
"steps": [
|
|
14144
|
-
"Wait until this node is synced.",
|
|
14145
|
-
"Copy
|
|
14146
|
-
"In Core web (Staking → Validate), or with Ledger via Core, register on the P-Chain.",
|
|
14147
|
-
"Mainnet needs at least 2,000 AVAX, a 14-day minimum period, and a fee reserve."
|
|
14150
|
+
"Wait until this node is synced and the NodeID / BLS rows appear (RPC).",
|
|
14151
|
+
"Copy NodeID, BLS public key, and BLS proof of possession.",
|
|
14152
|
+
"In Core web (Staking → Validate), or with Ledger via Core, register on the P-Chain. The transaction does not take a server IP.",
|
|
14153
|
+
"Mainnet needs at least 2,000 AVAX, a 14-day minimum period, and a fee reserve. Fuji is 1 AVAX."
|
|
14148
14154
|
],
|
|
14149
14155
|
"never": [
|
|
14150
14156
|
"Do not send AVAX to this panel.",
|
|
@@ -14163,43 +14169,44 @@
|
|
|
14163
14169
|
],
|
|
14164
14170
|
"youDo": [
|
|
14165
14171
|
"Generate pool keys offline.",
|
|
14166
|
-
"Register the pool
|
|
14167
|
-
"
|
|
14172
|
+
"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.",
|
|
14173
|
+
"Attach KES, VRF, and opcert on this page. Do not upload cold keys."
|
|
14168
14174
|
],
|
|
14169
14175
|
"steps": [
|
|
14170
14176
|
"Read the official operate-a-stake-pool guide.",
|
|
14171
14177
|
"Generate cold, KES, and VRF keys on an offline machine.",
|
|
14172
|
-
"Register the pool on-chain
|
|
14173
|
-
"On this instance page, attach KES, VRF, and the operational certificate.
|
|
14174
|
-
"
|
|
14178
|
+
"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.",
|
|
14179
|
+
"On this instance page, attach KES, VRF, and the operational certificate. Cold keys are refused.",
|
|
14180
|
+
"topology.json localRoots is for your own block producer (advertise: false). This panel does not look up the WAN address."
|
|
14175
14181
|
],
|
|
14176
14182
|
"never": [
|
|
14177
14183
|
"Do not treat this as a MetaMask one-click stake.",
|
|
14178
|
-
"Do not store cold keys on the validator host."
|
|
14184
|
+
"Do not store cold keys on the validator host.",
|
|
14185
|
+
"Do not expect editing topology.json alone to register the relay on-chain."
|
|
14179
14186
|
]
|
|
14180
14187
|
},
|
|
14181
14188
|
"near": {
|
|
14182
14189
|
"model": "Create a staking-pool contract at the official factory. The contract stores this node’s public key — not the server IP.",
|
|
14183
14190
|
"min": "See official validator docs (30 NEAR to create the pool, plus stake)",
|
|
14184
14191
|
"wallets": "Official NEAR wallet / lockup",
|
|
14185
|
-
"panel": "Runs neard;
|
|
14192
|
+
"panel": "Runs neard; form fills create_staking_pool; after the pool exists, writes account_id only.",
|
|
14186
14193
|
"yskDoes": [
|
|
14187
14194
|
"Run neard with RPC on localhost and P2P on 24567.",
|
|
14188
|
-
"After init, show the stake public key, public P2P address,
|
|
14189
|
-
"
|
|
14195
|
+
"After init, show the stake public key, public P2P address, and factory.",
|
|
14196
|
+
"Fill create_staking_pool from pool name + owner + public key. After the pool exists, write account_id only — never secret_key, never the transaction."
|
|
14190
14197
|
],
|
|
14191
14198
|
"youDo": [
|
|
14192
|
-
"
|
|
14193
|
-
"
|
|
14194
|
-
"
|
|
14195
|
-
"Stake from your wallet into that pool."
|
|
14199
|
+
"Start the node and wait for the public key on this page.",
|
|
14200
|
+
"Enter pool name and owner, then copy the command.",
|
|
14201
|
+
"Sign create_staking_pool from your own NEAR wallet or near-cli.",
|
|
14202
|
+
"Return here and set account_id. Stake from your wallet into that pool."
|
|
14196
14203
|
],
|
|
14197
14204
|
"steps": [
|
|
14198
14205
|
"Start the node and wait for neard init so the public key appears (RPC not ready is not the same as missing keys).",
|
|
14199
|
-
"
|
|
14200
|
-
"From your wallet, call the factory (testnet pool.f863973.m0 / mainnet poolv1.near) with 30 NEAR for storage. The
|
|
14201
|
-
"Set account_id
|
|
14202
|
-
"Wait until RPC answers and the node is synced before staking large amounts. Peers use Public P2P
|
|
14206
|
+
"Enter the pool short name and owner account. Copy the filled create_staking_pool command.",
|
|
14207
|
+
"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.",
|
|
14208
|
+
"After the pool exists, use Set account_id on this page (confirm = instance id). Do not edit validator_key.json by hand.",
|
|
14209
|
+
"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."
|
|
14203
14210
|
],
|
|
14204
14211
|
"never": [
|
|
14205
14212
|
"Do not paste a seed phrase into this panel.",
|
|
@@ -14211,28 +14218,31 @@
|
|
|
14211
14218
|
"model": "create-validator from your operator wallet using this node’s consensus public key — not the server IP.",
|
|
14212
14219
|
"min": "See official Cosmos Hub docs (self-delegation in uatom)",
|
|
14213
14220
|
"wallets": "Keplr or another Cosmos wallet you control",
|
|
14214
|
-
"panel": "Runs gaiad; shows consensus pubkey
|
|
14215
|
-
"honesty": "The
|
|
14221
|
+
"panel": "Runs gaiad v28; shows consensus pubkey; form fills validator.json + create-validator. Never writes priv_validator_key.json or broadcasts.",
|
|
14222
|
+
"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.",
|
|
14216
14223
|
"yskDoes": [
|
|
14217
|
-
"Run gaiad with RPC on localhost and P2P on 26656.",
|
|
14218
|
-
"After init, show the consensus public key, chain-id, public P2P
|
|
14219
|
-
"Never write priv_validator_key.json or broadcast the transaction."
|
|
14224
|
+
"Run gaiad with RPC on localhost and P2P on 26656. minimum-gas-prices is 0.005uatom.",
|
|
14225
|
+
"After init, show the consensus public key, chain-id, and public P2P.",
|
|
14226
|
+
"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."
|
|
14220
14227
|
],
|
|
14221
14228
|
"youDo": [
|
|
14222
|
-
"
|
|
14223
|
-
"
|
|
14224
|
-
"Do not mix that
|
|
14229
|
+
"Start the node and wait for the consensus public key on this page.",
|
|
14230
|
+
"Enter amount, moniker, and --from. Copy validator.json, then the gaiad command.",
|
|
14231
|
+
"Sign from Keplr or gaiad keys you control. Do not mix that mnemonic with the consensus key on this host."
|
|
14225
14232
|
],
|
|
14226
14233
|
"steps": [
|
|
14227
14234
|
"Start the node and wait for gaiad init so the consensus public key appears (RPC not ready is not the same as missing keys).",
|
|
14228
|
-
"
|
|
14229
|
-
"
|
|
14230
|
-
"
|
|
14235
|
+
"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.",
|
|
14236
|
+
"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.",
|
|
14237
|
+
"Save validator.json and broadcast from your operator wallet. The transaction does not take a server IP. Peers use tcp://WAN:{{port}}.",
|
|
14238
|
+
"Wait until RPC answers and the node is synced before bonding large amounts."
|
|
14231
14239
|
],
|
|
14232
14240
|
"never": [
|
|
14233
14241
|
"Do not mix the operator wallet mnemonic with the consensus key.",
|
|
14234
14242
|
"Do not enter wallet mnemonics here.",
|
|
14235
|
-
"Do not put this server’s IP into create-validator."
|
|
14243
|
+
"Do not put this server’s IP into create-validator.",
|
|
14244
|
+
"Do not paste the Hub docs’ --amount/--pubkey flags — this gaiad is v28 (validator.json).",
|
|
14245
|
+
"Do not use 0.0025uatom gas on this node — the compose minimum is 0.005uatom."
|
|
14236
14246
|
]
|
|
14237
14247
|
},
|
|
14238
14248
|
"sol": {
|
|
@@ -14254,12 +14264,13 @@
|
|
|
14254
14264
|
"steps": [
|
|
14255
14265
|
"Confirm this host has enough disk and IOPS (mainnet is typically 2 TiB+).",
|
|
14256
14266
|
"Wait until RPC answers, then copy the identity pubkey shown here.",
|
|
14257
|
-
"
|
|
14258
|
-
"This compose keeps --no-voting.
|
|
14267
|
+
"Create vote and authorized-withdrawer keys with official Solana tools on a machine you control, then solana create-vote-account.",
|
|
14268
|
+
"This compose keeps --no-voting. Creating a vote account does not make this process vote."
|
|
14259
14269
|
],
|
|
14260
14270
|
"never": [
|
|
14261
14271
|
"Do not expect a browser wallet button in this panel.",
|
|
14262
|
-
"Do not paste identity or vote keypairs into this panel."
|
|
14272
|
+
"Do not paste identity or vote keypairs into this panel.",
|
|
14273
|
+
"Do not expect this page to start voting after you create a vote account."
|
|
14263
14274
|
]
|
|
14264
14275
|
},
|
|
14265
14276
|
"dot": {
|
|
@@ -14351,7 +14362,33 @@
|
|
|
14351
14362
|
"never": [
|
|
14352
14363
|
"Do not look for a staking wallet on this page."
|
|
14353
14364
|
]
|
|
14354
|
-
}
|
|
14365
|
+
},
|
|
14366
|
+
"nearPoolSlug": "Pool name",
|
|
14367
|
+
"nearPoolSlugHint": "Short name only. The factory adds {{suffix}}.",
|
|
14368
|
+
"nearOwner": "Owner account",
|
|
14369
|
+
"nearOwnerHint": "NEAR account that signs create_staking_pool in your wallet. Not the node key.",
|
|
14370
|
+
"nearPreview": "Command preview",
|
|
14371
|
+
"nearWriteAccount": "Set account_id",
|
|
14372
|
+
"nearWriteTitle": "Set validator_key.json account_id for {{id}}?",
|
|
14373
|
+
"nearWriteDesc": "Writes only account_id on the existing key file. Does not send create_staking_pool. Does not touch secret_key.",
|
|
14374
|
+
"nearWriteC1": "account_id becomes {{pool}}{{suffix}}",
|
|
14375
|
+
"nearWriteC2": "The panel never signs the factory transaction",
|
|
14376
|
+
"nearRestart": "Restart the node after writing",
|
|
14377
|
+
"nearNeedKey": "Wait until the stake public key appears (neard init), then fill this form.",
|
|
14378
|
+
"nearNeedSlug": "Enter a pool name to set account_id.",
|
|
14379
|
+
"nearNeedOwner": "Enter the owner account to fill the command. Set account_id only needs the pool name.",
|
|
14380
|
+
"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.",
|
|
14381
|
+
"avaxPointing": "P-Chain registration uses this NodeID and BLS proof, not the server IP. RPC stays on localhost. Register in Core (Staking → Validate).",
|
|
14382
|
+
"ethVcCommand": "Validator client example (not in this compose)",
|
|
14383
|
+
"ethVcHint": "Run a validator client yourself against this beacon URL. Importing a keystore into the beacon data directory does not attest.",
|
|
14384
|
+
"cosmosAmount": "Self-delegation",
|
|
14385
|
+
"cosmosAmountHint": "uatom, or 1atom for 1 ATOM. A bare 1 is 1 uatom — not 1 ATOM.",
|
|
14386
|
+
"cosmosAmountParsed": "{{amount}} = {{atom}}",
|
|
14387
|
+
"cosmosMoniker": "Moniker",
|
|
14388
|
+
"cosmosFromKey": "--from key name",
|
|
14389
|
+
"cosmosFromHint": "Local gaiad key name, or sign with Keplr. Not the consensus key on this host.",
|
|
14390
|
+
"cosmosNeedPubkey": "Wait until the consensus public key appears (gaiad init), then fill this form.",
|
|
14391
|
+
"cosmosNeedFields": "Enter amount, moniker, and --from to fill the command."
|
|
14355
14392
|
},
|
|
14356
14393
|
"alerts": {
|
|
14357
14394
|
"diskTitle": "Validator disk critical",
|