Skip to content

Commit

Permalink
The DAL tutorial uses port 10732 (#282)
Browse files Browse the repository at this point in the history
* Using port 10732

* Update docs/tutorials/join-dal-baker/run-baker.md

Co-authored-by: Raphaël Cauderlier <[email protected]>

---------

Co-authored-by: Raphaël Cauderlier <[email protected]>
  • Loading branch information
timothymcmackin and rafoo authored Jan 26, 2024
1 parent dc18ff7 commit ee1450c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/join-dal-baker/run-baker.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Step 5: Run an Octez baking daemon on Weeklynet

The baking daemon is launched almost as usual, the only difference is that we use the `--dal-node http://127.0.0.1` option to tell it to connect to the DAL node that we just launched in the previous step.
The baking daemon is launched almost as usual, the only difference is that we use the `--dal-node http://127.0.0.1:10732` option to tell it to connect to the DAL node that we just launched in the previous step.

```
octez-baker-alpha run with local node "$HOME/.tezos-node" my_baker --liquidity-baking-toggle-vote on --adaptive-issuance-vote on --dal-node http://127.0.0.1 >> "$HOME/octez-baker.log" 2>&1
octez-baker-alpha run with local node "$HOME/.tezos-node" my_baker --liquidity-baking-toggle-vote on --adaptive-issuance-vote on --dal-node http://127.0.0.1:10732 >> "$HOME/octez-baker.log" 2>&1
```

We can check that the DAL is now subscribed to the relevant topics by retrying the following RPC, which should now return all the topics of the form `{"slot_index":<index>,"pkh":"<ADDRESS OF OUR BAKER>"}` where `index` varies between `0` included and the number of slot indexes (`32` on Weeklynet) excluded:
Expand Down

0 comments on commit ee1450c

Please sign in to comment.