LinuxCommandLibrary

octez-baker

TLDR

Start baker

$ octez-baker-[protocol] run with local node [~/.tezos-node] [baker_alias]
copy
Run with RPC endpoint
$ octez-baker-[protocol] --endpoint [http://localhost:8732] run with local node [data_dir] [baker]
copy
Run with votes
$ octez-baker-[protocol] run with local node [data_dir] [baker] --liquidity-baking-toggle-vote [pass]
copy
List known bakers
$ octez-baker-[protocol] list known addresses
copy

SYNOPSIS

octez-baker-_protocol_ [options] command

DESCRIPTION

octez-baker is the Tezos baking daemon. Bakers create new blocks and participate in consensus. The baker monitors the blockchain and produces blocks when selected.
The command name includes the protocol version (e.g., octez-baker-PtParisA).

PARAMETERS

run

Run the baker daemon.
--endpoint uri
Node RPC endpoint.
--liquidity-baking-toggle-vote vote
on, off, or pass.
with local node dir
Node data directory.

REQUIREMENTS

$ - Running octez-node
- Registered baker key
- Sufficient stake
- Key imported to client
copy

CAVEATS

Requires registered delegate. Protocol-specific binary. Needs synchronized node. Stake requirements apply.

HISTORY

The Tezos baker is part of the Tezos blockchain developed by Arthur and Kathleen Breitman, using liquid proof-of-stake consensus.

SEE ALSO

Copied to clipboard