From 78d46c45f7499e6e53f18225e63a9bd01632d666 Mon Sep 17 00:00:00 2001 From: drchrispinnock Date: Wed, 18 Sep 2024 08:23:02 +0000 Subject: [PATCH] deploy: 266ad0a2460bf41018e7e6a1d4102356686a7f29 --- index.markdown | 1 + quebecbnet | 18 ++++++++ quebecbnet-about.markdown | 92 +++++++++++++++++++++++++++++++++++++++ teztnets.json | 21 +++++++++ 4 files changed, 132 insertions(+) create mode 100644 quebecbnet create mode 100644 quebecbnet-about.markdown diff --git a/index.markdown b/index.markdown index 11c917e..ae287c7 100644 --- a/index.markdown +++ b/index.markdown @@ -24,6 +24,7 @@ These test networks are deployed specifically to test individual Tezos protocols |-------|---------------------|--| | [Betanet-2024-08-29](/betanet-2024-08-29-about) | `2024-08-29` | [Faucet](https://faucet.betanet-2024-08-29.teztnets.com) | | [ParisCnet](/pariscnet-about) | `2024-06-18` | [Faucet](https://faucet.pariscnet.teztnets.com) | +| [Quebecbnet](/quebecbnet-about) | `2024-09-19` | [Faucet](https://faucet.quebecbnet.teztnets.com) | diff --git a/quebecbnet b/quebecbnet new file mode 100644 index 0000000..4bf2e6c --- /dev/null +++ b/quebecbnet @@ -0,0 +1,18 @@ +{ + "chain_name": "TEZOS_QUEBECBNET_2024-09-19T15:00:00Z", + "default_bootstrap_peers": [ + "quebecbnet.teztnets.com", + "quebecbnet.tzinit.org" + ], + "genesis": { + "block": "BLDLFCxzVyEwUtjUxXbhS6mcGFakL9TFxcroRvqvs44Y7uGbYSE", + "protocol": "Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P", + "timestamp": "2024-09-19T15:00:00Z" + }, + "genesis_parameters": { + "values": { + "genesis_pubkey": "edpktosVHk2f3Yrz9Jb6rMrk6uVy4sTxVhP2iyF39AdgzvsTWgbaLy" + } + }, + "sandboxed_chain_name": "SANDBOXED_TEZOS" +} diff --git a/quebecbnet-about.markdown b/quebecbnet-about.markdown new file mode 100644 index 0000000..8246ec6 --- /dev/null +++ b/quebecbnet-about.markdown @@ -0,0 +1,92 @@ +--- +layout: page +title: Quebecbnet +permalink: /quebecbnet-about +--- + +Test Chain for the Quebec B Protocol Proposal + +| | | +|-------|---------------------| +| Public RPC endpoints | [https://rpc.quebecbnet.teztnets.com](https://rpc.quebecbnet.teztnets.com/chains/main/chain_id)
| +| Faucet | [Quebecbnet faucet](https://faucet.quebecbnet.teztnets.com) | +| Full network name | `TEZOS_QUEBECBNET_2024-09-19T15:00:00Z` | +| Tezos docker build | [tezos/tezos:octez-v21.0-rc2](https://hub.docker.com/r/tezos/tezos/tags?page=1&ordering=last_updated&name=octez-v21.0-rc2) | +| Activated on | 2024-09-19T15: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 Quebecbnet with docker, open a shell in the container: + +``` +docker run -it --entrypoint=/bin/sh tezos/tezos:octez-v21.0-rc2 +``` + + +#### 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 octez-v21.0-rc2 +opam init # if this is your first time using OPAM +make build-deps +eval $(opam env) +make +export PATH=$HOME/tezos:$PATH +``` + +### Join the Quebecbnet network + +Run the following commands: + +``` +octez-node config init --network https://teztnets.com/quebecbnet + +octez-node run --rpc-addr 127.0.0.1:8732 +``` + + + + + + +### Bake on the Quebecbnet 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.quebecbnet.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-PsQuebec run with local node ~/.tezos-node mykey --liquidity-baking-toggle-vote pass +``` + +You may run the accuser as well: +```bash=3 +octez-accuser-PsQuebec 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/teztnets.json b/teztnets.json index 51be367..2988f2e 100644 --- a/teztnets.json +++ b/teztnets.json @@ -96,6 +96,27 @@ ], "activated_on": "2024-06-18" }, + "quebecbnet": { + "category": "Protocol Teztnets", + "chain_name": "TEZOS_QUEBECBNET_2024-09-19T15:00:00Z", + "description": "Test Chain for the Quebec B Protocol Proposal", + "docker_build": "tezos/tezos:octez-v21.0-rc2", + "evm_proxy_urls": [], + "faucet_url": "https://faucet.quebecbnet.teztnets.com", + "git_ref": "octez-v21.0-rc2", + "human_name": "Quebecbnet", + "indexers": [], + "last_baking_daemon": "PsQuebec", + "masked_from_main_page": false, + "network_stakes": false, + "network_url": "https://teztnets.com/quebecbnet", + "rollup_urls": [], + "rpc_url": "https://rpc.quebecbnet.teztnets.com", + "rpc_urls": [ + "https://rpc.quebecbnet.teztnets.com" + ], + "activated_on": "2024-09-19" + }, "weeklynet-2024-09-18": { "category": "Periodic Teztnets", "chain_name": "TEZOS-WEEKLYNET-2024-09-18T00:00:00.000Z",