tezos
xtz
tezos
How to setup your own Tezos bakery - Part 2

How to setup your own Tezos bakery - Part 2

written by andre

15 Nov 2022100 EDITIONS
1 TEZ

My Tezos Bakery

My Tezos bakery is called ARTERY (based on ARTIST BAKERY + the heart blood vessel obviously)

How to setup your own Tezos bakery

Hardware Installation

Install SSD and RAM for Lenovo Thinkcentre M93 tiny

Ubuntu Installation

Create a bootable Ubuntu USB drive first.

Install Ubuntu 22.04 LTS Desktop on your bakery machine.

Setup Ledger Live and Ledger Nano S

Get your Ledger Nano S ready.

Setup BakeBuddy CLI (BB-CLI)

Setup the BakeBuddy bakery software.

cd /tmp && wget https://gitlab.com/groktech/bakebuddy-cli/-/raw/main/bb-cli-linux-amd64 && chmod +x bb-cli-linux-amd64
sudo mv bb-cli-linux-amd64 /usr/sbin/bb-cli
bb-cli setup -a
bb-cli bootstrap-node --tarball
bb-cli start
# you may be prompted for your sudo password. Just type it in (the characters won't show) and hit enter. 

Now connect the Ledger with BakeBuddy

bb-cli import-key --derivation-path="ed25519/0h/0h"
bb-cli setup-ledger --main-hwm 1
bb-cli register-key

Check out BakeBuddy on GitLab for a detailed walkthrough: https://gitlab.com/groktech/bakebuddy-cli/-/wikis/How-to-install-BakeBuddy-CLI-on-Mainnet

Send 600 tez to the wallet address of your bakery

The minimum required capital needed for private baking is 600 tez. Get the remaining 5400 tez from delegators.

🦊️ Need help? DM me at twitter.com/AndreFvchs

stay ahead with our newsletter

receive news on exclusive drops, releases, product updates, and more

feedback