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
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/tutorials/bake-with-ledger/run-baker.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,12 @@ Complete the [Step 1: Run an Octez node](/tutorials/join-dal-baker/run-node) of
21
21
22
22
You can thencontinue to set up your baker account.
23
23
24
+
```bash
25
+
octez-client gen keys my_baker
26
+
octez-client stake 6000 for my_baker
27
+
octez-client register key my_baker as delegate with consensus key consensus_key
28
+
```
29
+
24
30
By registering your baker as a delegate with the ledger key as the consensus key, the baker daemon will sign using the Ledger.
25
31
26
32
- If you **don't want to use a consensus key**, use your Ledger key directly as a baker. Import it from the `octez-signer` remote with the following command:
@@ -32,7 +38,15 @@ Complete the [Step 1: Run an Octez node](/tutorials/join-dal-baker/run-node) of
32
38
> Replace the `tz...` with the public key hash of your Ledger baking key.
33
39
34
40
In that case, to be able to sign the operations required to set up your baker, you need to use the `Tezos Wallet (XTZ)` application.
35
-
Quit the `Tezos Baking` application and open the `Tezos Wallet (XTZ)` application.
41
+
Quit the `Tezos Baking` application and open the `Tezos Wallet (XTZ)` application. Then setup your baker.
0 commit comments