This document describes how to setup a Tezos node and delegate baking rights to it. It involves configuring two instances:
- Node: Public vps instance that interacts with the tezos network and runs
tezos-node
,tezos-baker
,tezos-endorser
andtezos-accuser
. - Signer: Private instance on your home network that contains the baker keys and authorizes baking requests via
tezos-signer
.
This guide assumes you have already created two instances running Ubuntu 18.04.