Save current public keys and passwords

This commit is contained in:
Vitaliy Potyarkin 2024-09-23 13:46:48 +00:00
parent 451f8c2cff
commit c0032e252c
4 changed files with 24 additions and 15 deletions

View file

@ -38,13 +38,13 @@ morph:
client: # List of websocket RPC endpoints in sidechain client: # List of websocket RPC endpoints in sidechain
- address: ws://10.200.104.2:30333/ws - address: ws://10.200.104.2:30333/ws
validators: # List of hex-encoded 33-byte public keys of sidechain validators to vote for at application startup validators: # List of hex-encoded 33-byte public keys of sidechain validators to vote for at application startup
- 020e4a29733a860109af2f4e3b1a699cb69a0c5e0573948e76f810c7ff88265873 - 020978aaa717296f92c8b4c7821a4577e336c746bad10f12ff34d1a8555b582c99
- 021c7afed870ee71f7d9f1bf0068699db3f501511d74b8cf2c6f6c593eea0e5e31 - 020ea94e07f3ef6db2fe6ee3d49c1c48945222263c6e7eaa6c73a368bb6f1ac926
- 0222169db3f15abf8a68e9bb1e8619753bdd69ebbcec3e1a61c15ae0919f99653f - 028ab6992e9a38b974ef792ee040e08d1f81ab86b80811019ddda668d46cda41ab
- 033ed0ec64e92bac7e20881fd7bf0b2400b92d37167da02cd9b5424253728b4a41 - 028c37315cb0bb6884869d98cf7bcf0ca7de70a42c5cb796f561dd32ed8295fe65
- 0256fe4526e64cee5e01e0bd696b6b29a31410452420d13013dd7baf0576e80378 - 02b65e6cedcb3d02acb3443d3fa5ae21ff73c857e543d2b788aac675115e3fae0a
- 0389695aa57b0dd8bd8f6d62498c4c17099cea71634db6e2ec5c7ab4753acfff7c - 02cc27df449fc866665c6c0d067b52cd9a36fedd00adcbccd332ca9c53e0c0b5fd
- 02eab7284eb7091cd7e92fda97bda70991a80e98d5f63dec13fbafccc63cace204 - 02e41b8a1db521df5da73904f9110d07e28c673bee2ae1c68b103a04c2d0de30d7
# Network time settings # Network time settings
timers: timers:

View file

@ -47,7 +47,7 @@ $(NODE_CONFIG):
$@ $@
.PHONY: bootstrap .PHONY: bootstrap
ADM_ARGS=--rpc-endpoint $(NEOGO_RPC_ENDPOINT) --alphabet-wallets wallet ADM_ARGS=--rpc-endpoint $(NEOGO_RPC_ENDPOINT) --alphabet-wallets wallet --config frostfs-adm.yml
bootstrap: data/contracts/alphabet/alphabet_contract.nef wallet/az.json wallet/subject.json | $(ADM) bootstrap: data/contracts/alphabet/alphabet_contract.nef wallet/az.json wallet/subject.json | $(ADM)
bootstrap: wallet/storage01.json wallet/storage02.json wallet/storage03.json wallet/storage04.json bootstrap: wallet/storage01.json wallet/storage02.json wallet/storage03.json wallet/storage04.json
$(ADM) morph init --contracts data/contracts $(ADM_ARGS) $(ADM) morph init --contracts data/contracts $(ADM_ARGS)

9
morph/frostfs-adm.yml Normal file
View file

@ -0,0 +1,9 @@
credentials:
az: m
buky: m
vedi: m
glagoli: m
dobro: m
yest: m
zhivete: m
contract: c

View file

@ -5,13 +5,13 @@ ProtocolConfiguration:
MemPoolSize: 50000 MemPoolSize: 50000
StandbyCommittee: StandbyCommittee:
# 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2 # frostfs-dev-env node # 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2 # frostfs-dev-env node
- 020e4a29733a860109af2f4e3b1a699cb69a0c5e0573948e76f810c7ff88265873 - 020978aaa717296f92c8b4c7821a4577e336c746bad10f12ff34d1a8555b582c99
- 021c7afed870ee71f7d9f1bf0068699db3f501511d74b8cf2c6f6c593eea0e5e31 - 020ea94e07f3ef6db2fe6ee3d49c1c48945222263c6e7eaa6c73a368bb6f1ac926
- 0222169db3f15abf8a68e9bb1e8619753bdd69ebbcec3e1a61c15ae0919f99653f - 028ab6992e9a38b974ef792ee040e08d1f81ab86b80811019ddda668d46cda41ab
- 033ed0ec64e92bac7e20881fd7bf0b2400b92d37167da02cd9b5424253728b4a41 - 028c37315cb0bb6884869d98cf7bcf0ca7de70a42c5cb796f561dd32ed8295fe65
- 0256fe4526e64cee5e01e0bd696b6b29a31410452420d13013dd7baf0576e80378 - 02b65e6cedcb3d02acb3443d3fa5ae21ff73c857e543d2b788aac675115e3fae0a
- 0389695aa57b0dd8bd8f6d62498c4c17099cea71634db6e2ec5c7ab4753acfff7c - 02cc27df449fc866665c6c0d067b52cd9a36fedd00adcbccd332ca9c53e0c0b5fd
- 02eab7284eb7091cd7e92fda97bda70991a80e98d5f63dec13fbafccc63cace204 - 02e41b8a1db521df5da73904f9110d07e28c673bee2ae1c68b103a04c2d0de30d7
ValidatorsCount: NODE_COUNT ValidatorsCount: NODE_COUNT
VerifyTransactions: true VerifyTransactions: true