Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Machine Account string. machine account address is not valid for any chain. #1049

Open
minzak opened this issue Jul 13, 2022 · 0 comments
Assignees
Labels
Document A document or group of documents for publication on the Docs Site or elsewhere (eg totorial, blog) Feedback

Comments

@minzak
Copy link

minzak commented Jul 13, 2022

here https://github.com/onflow/flow/blob/master/docs/content/node-operation/machine-existing-operator.mdx

in step 1 we got as result string

<nil> DBG encoded public machine account key machineAccountPubKey=2743786d1ff1bf7d7026d693a774210eaa54728343859baab62e2df7f71a370651f4c7fd239d07af170e484eedd4f3c2df47103f6c39baf2eb2a50f67bbcba6a

where 2743786d1ff1bf7d7026d693a774210eaa54728343859baab62e2df7f71a370651f4c7fd239d07af170e484eedd4f3c2df47103f6c39baf2eb2a50f67bbcba6a needed key for step 2.

In step 2 we run:
$./boot-tools/bootstrap machine-account --address 0x1de23de44985c7e7 -o ./bootstrap
But from where you get this 0x1de23de44985c7e7 ?

Because we must use 2743786d1ff1bf7d7026d693a774210eaa54728343859baab62e2df7f71a370651f4c7fd239d07af170e484eedd4f3c2df47103f6c39baf2eb2a50f67bbcba6a !

And when i use similar string i got error:

bootstrap machine-account --address f847b8402b711d84b67d0ecb886e6eee8727c490f9dfa7fc7b7805f0bc98d797a9334ff927fc5d95ca5e3dfeeefdfd44c39aefcd14794dffeb0dd252158ffa101f001e9f02038203e8 -o /var/flow/bootstrap
<nil> ERR invalid machine account address input error="machine account address (001e9f02038203e8) is not valid for any chain"
@minzak minzak added Document A document or group of documents for publication on the Docs Site or elsewhere (eg totorial, blog) Feedback labels Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Document A document or group of documents for publication on the Docs Site or elsewhere (eg totorial, blog) Feedback
Projects
None yet
Development

No branches or pull requests

2 participants