Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 08078a1

Browse files
committed
[test] include command from Step 2: Set up a baker account
Because readers were confused, the `Set up a baker account` step was no longer clear enough.
1 parent 1bff308 commit 08078a1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/tutorials/bake-with-ledger/run-baker.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Complete the [Step 1: Run an Octez node](/tutorials/join-dal-baker/run-node) of
2121

2222
You can then continue to set up your baker account.
2323

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+
2430
By registering your baker as a delegate with the ledger key as the consensus key, the baker daemon will sign using the Ledger.
2531

2632
- 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
3238
> Replace the `tz...` with the public key hash of your Ledger baking key.
3339
3440
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.
42+
43+
```bash
44+
octez-client import secret key my_baker remote:tz...
45+
octez-client stake 6000 for my_baker
46+
octez-client register key my_baker as delegate
47+
```
48+
49+
Your baker account is now set up and ready to bake using the Ledger.
3650
3751
## Before running the Octez baking daemon
3852

0 commit comments

Comments
 (0)