Skip to content

tzConnectBerlin/artisanal-baker

Repository files navigation

Baking support scripts and documents.

These files are for bakers who wish to have great control over their systems.

What you will need in order to set up a baking node

Outlines the steps necessary to set up a vanilla Ubuntu installation to run a Tezos node

Automates compiling a node. From the comments:

# Script to install Tezos. This script install dependencies and sets up a Tezos node for you.
# (c) 2020 Tz Connect GmbH.
# This code is licensed under the MIT License, https://opensource.org/licenses/MIT
#
# You may set some environment variables to change the behavior of the script. Options are
# - TEZOS_BRANCH - defaults to latest-release, which will build the latest mainnet.
# - SNAPSHOT     - will populate the new node from a snapshot file. The special value 'mainnet' causes
#                  the script to download the latest mainnet snapshot from https://github.com/Phlogi/tezos-snapshots
#                  and install that. The special value 'delphinet' download a recent-ish snapshot from
#                  https://snapshots.tulip.tools

Techniques for baking more securely, basic information on firewall rules, documentation and example steps for setting up remote baking, with or without a hardware ledger.

Uses the tezos-systemd-scripts project to automate startup of your newly compiled node. Uses the same arguments and the bootstrap script, for your convenience.

About

Documents and scripts to support bakers

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages