From 3fdf2b7f3b8d3f70df09edee8ba5bc60ddf9520a Mon Sep 17 00:00:00 2001 From: drchrispinnock Date: Mon, 22 Jul 2024 09:44:51 +0000 Subject: [PATCH] deploy: f99489cdebd5ad588f01f1f1c92ab4efa7aa4167 --- betanet-2024-07-22 | 17 ++++++ betanet-2024-07-22-about.markdown | 92 +++++++++++++++++++++++++++++++ index.markdown | 1 + teztnets.json | 21 +++++++ 4 files changed, 131 insertions(+) create mode 100644 betanet-2024-07-22 create mode 100644 betanet-2024-07-22-about.markdown diff --git a/betanet-2024-07-22 b/betanet-2024-07-22 new file mode 100644 index 0000000..ac32824 --- /dev/null +++ b/betanet-2024-07-22 @@ -0,0 +1,17 @@ +{ + "chain_name": "TEZOS_BETANET_2024-07-22T15:00:00Z", + "default_bootstrap_peers": [ + "betanet-2024-07-22.teztnets.com" + ], + "genesis": { + "block": "BMUs3UJTouhr1BEET8T5TkDY7w3KmZNf2X8UYc54CUUqYssEFNW", + "protocol": "Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P", + "timestamp": "2024-07-22T15:00:00Z" + }, + "genesis_parameters": { + "values": { + "genesis_pubkey": "edpktosVHk2f3Yrz9Jb6rMrk6uVy4sTxVhP2iyF39AdgzvsTWgbaLy" + } + }, + "sandboxed_chain_name": "SANDBOXED_TEZOS" +} diff --git a/betanet-2024-07-22-about.markdown b/betanet-2024-07-22-about.markdown new file mode 100644 index 0000000..e8bf66c --- /dev/null +++ b/betanet-2024-07-22-about.markdown @@ -0,0 +1,92 @@ +--- +layout: page +title: Betanet-2024-07-22 +permalink: /betanet-2024-07-22-about +--- + +Test Chain for the Betanet 2024-07-22 Proposal + +| | | +|-------|---------------------| +| Public RPC endpoints | [https://rpc.betanet-2024-07-22.teztnets.com](https://rpc.betanet-2024-07-22.teztnets.com/chains/main/chain_id)
| +| Faucet | [Betanet-2024-07-22 faucet](https://faucet.betanet-2024-07-22.teztnets.com) | +| Full network name | `TEZOS_BETANET_2024-07-22T15:00:00Z` | +| Tezos docker build | [tezos/tezos:master_325368dd_20240718223526](https://hub.docker.com/r/tezos/tezos/tags?page=1&ordering=last_updated&name=master_325368dd_20240718223526) | +| Activated on | 2024-07-22T15:00:00Z | + + + + + +### Install the software + +⚠️ If you already have an existing Tezos installation, do not forget to backup and delete your `~/.tezos-node` and `~/.tezos-client`. + + + +#### Alternative: Use docker + +To join Betanet-2024-07-22 with docker, open a shell in the container: + +``` +docker run -it --entrypoint=/bin/sh tezos/tezos:master_325368dd_20240718223526 +``` + + +#### Alternative: Build the software + +⚠️ If this is your first time installing Tezos, you may need to [install a few dependencies](https://tezos.gitlab.io/introduction/howtoget.html#setting-up-the-development-environment-from-scratch). + +``` +cd +git clone git@gitlab.com:tezos/tezos.git +cd tezos +git checkout 325368dd +opam init # if this is your first time using OPAM +make build-deps +eval $(opam env) +make +export PATH=$HOME/tezos:$PATH +``` + +### Join the Betanet-2024-07-22 network + +Run the following commands: + +``` +octez-node config init --network https://teztnets.com/betanet-2024-07-22 + +octez-node run --rpc-addr 127.0.0.1:8732 +``` + + + + + + +### Bake on the Betanet-2024-07-22 network + +To improve reliability of the chain, you can take part in the consensus by becoming a baker. In that case, you will need some test tokens from the [faucet](https://faucet.betanet-2024-07-22.teztnets.com). + +If you are not a bootstrap baker, you need to register your key as a delegate using your alias or `pkh`. For instance: +```bash=2 +octez-client register key mykey as delegate +``` + + + +You may now launch the baker process. +```bash=3 +octez-baker-beta run with local node ~/.tezos-node mykey --liquidity-baking-toggle-vote pass +``` + +You may run the accuser as well: +```bash=3 +octez-accuser-beta run +``` + +Note that you need a minimum amount of tez to get baking rights. If you are not a bootstrap baker, it will take you several cycles to start baking. + +> 💡 Now that you are baking, you are responsible for the network health. Please ensure that the baking processes will keep running in the background. You may want to use screen, tmux, nohup or systemd. Also make sure that the baking processes will restart when your machine restarts. + + diff --git a/index.markdown b/index.markdown index 483610c..ac801da 100644 --- a/index.markdown +++ b/index.markdown @@ -22,6 +22,7 @@ These test networks are deployed specifically to test individual Tezos protocols | | Activated on | Faucet | |-------|---------------------|--| +| [Betanet-2024-07-22](/betanet-2024-07-22-about) | `2024-07-22` | [Faucet](https://faucet.betanet-2024-07-22.teztnets.com) | | [ParisCnet](/pariscnet-about) | `2024-06-18` | [Faucet](https://faucet.pariscnet.teztnets.com) | diff --git a/teztnets.json b/teztnets.json index d999963..c3ea763 100644 --- a/teztnets.json +++ b/teztnets.json @@ -1,4 +1,25 @@ { + "betanet-2024-07-22": { + "category": "Protocol Teztnets", + "chain_name": "TEZOS_BETANET_2024-07-22T15:00:00Z", + "description": "Test Chain for the Betanet 2024-07-22 Proposal", + "docker_build": "tezos/tezos:master_325368dd_20240718223526", + "evm_proxy_urls": [], + "faucet_url": "https://faucet.betanet-2024-07-22.teztnets.com", + "git_ref": "325368dd", + "human_name": "Betanet-2024-07-22", + "indexers": [], + "last_baking_daemon": "beta", + "masked_from_main_page": false, + "network_stakes": false, + "network_url": "https://teztnets.com/betanet-2024-07-22", + "rollup_urls": [], + "rpc_url": "https://rpc.betanet-2024-07-22.teztnets.com", + "rpc_urls": [ + "https://rpc.betanet-2024-07-22.teztnets.com" + ], + "activated_on": "2024-07-22" + }, "ghostnet": { "category": "Long-running Teztnets", "chain_name": "TEZOS_ITHACANET_2022-01-25T15:00:00Z",