You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/mainnet/docs/network/guides/become-baker.rst
+7-16Lines changed: 7 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -45,24 +45,16 @@ This section provides a brief description of how to import an account using the
45
45
46
46
.. Note::
47
47
48
-
You can only import accounts created in the |mw-gen2|, |bw|, or |mw-gen1| into the Concordium Client. That is, you cannot import accounts created in the Desktop Wallet because they are created using a LEDGER device. You get the account information by exporting a JSON file with the account information.
48
+
You can only import accounts created in the |cryptox| or |bw| into the Concordium Client. That is, you cannot import accounts created in the Desktop Wallet because they are created using a LEDGER device. You get the account information by exporting a JSON file with the account information.
49
49
50
-
* To export the JSON file in |mw-gen1|, see :ref:`Make a backup of identities and accounts<export-import>`.
51
-
52
-
* To export the private key in |mw-gen2| and |bw|, see :ref:`Export a private key<export-key>`.
50
+
* To export the private key in |cryptox| and |bw|, see :ref:`Export a private key<export-key>`.
``concordium-client`` asks for a password to decrypt the exported file and import all accounts. The same password will be used for encrypting the transaction signing keys and the encrypted transfers key.
67
59
68
60
.. _create-register-baker-keys:
@@ -78,11 +70,11 @@ To create a fresh set of keys run:
You can choose an arbitrary name for the ``<keys file>``. To register the keys in the network you need to be :ref:`running a node <running-a-node>` and send a ``validator add`` transaction to the network:
73
+
You can choose an arbitrary name for the ``<keys file>``. To register the keys in the network you need to be :ref:`running a node <node-requirements>` and send a ``validator add`` transaction to the network:
- ``<amount-to-stake>`` with the CCD amount for the validator's initial stake
92
84
- ``MyValidatorURL`` with the URL containing information for your staking pool; can be left as an empty string if you do not want to provide a URL.
93
85
- ``<concordium-data-dir>`` with any path of your choice.
86
+
- ``validatorAccount`` with the name you've chosen for the account
94
87
95
88
.. Note::
96
89
@@ -106,8 +99,6 @@ where you replace
106
99
* on Windows: See :ref:`configure Windows node<configure-baker-windows>`.
107
100
* on Ubuntu: See :ref:`configure Ubuntu node<baker-ubuntu>`.
108
101
109
-
Keep the output file name as ``validator-credentials.json``.
110
-
111
102
The following arguments are also required for the ``validator add`` transaction:
112
103
113
104
- ``--open-delegation-for`` sets whether the validator's staking pool is open for delegators. Options are: ``none`` (no delegators will be allowed), ``all`` (any account can delegate), ``existing`` (only existing delegators can delegate).
@@ -134,7 +125,7 @@ The following arguments are optional. If no selection is made, earnings are rest
134
125
.. Warning::
135
126
Do not stake all of your funds or you will not have enough funds to cover transaction fees.
136
127
137
-
To start the node with these validator keys and produce blocks, configure the node to use the validator keys, and **restart** it. The node will automatically start producing blocks when the validator is included in the validators list for the current epoch.
128
+
To start the node with these validator keys and produce blocks, :ref:`configure the node to use the validator keys<baker-macos>`, and **restart** it. The node will automatically start producing blocks when the validator is included in the validators list for the current epoch.
138
129
139
130
This change is executed immediately, and it will take effect at the next :term:`pay day` after the one in which the transaction for adding the validator was included in a block. If the change is made in the last epoch before pay day, then the change will not occur until the following pay day.
140
131
@@ -294,7 +285,7 @@ When the validator is registered, it will automatically restake the earnings, bu
0 commit comments