A testnet that restarts every day launched from tezos/tezos master branch and protocol alpha.

   
Public RPC endpoints https://rpc.dailynet-2023-11-29.teztnets.xyz
Faucet Dailynet faucet
Full network name TEZOS-DAILYNET-2023-11-29T00:00:00.000Z
Tezos docker build tezos/tezos:master_7522600a_20231128183214
Activated on 2023-11-29T00:00:00.000Z

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 Dailynet with docker, open a shell in the container:

docker run -it --entrypoint=/bin/sh tezos/tezos:master_7522600a_20231128183214

Alternative: Build the software

⚠️ If this is your first time installing Tezos, you may need to install a few dependencies.

git clone git@gitlab.com:tezos/tezos.git
cd tezos
git checkout 7522600a
opam init # if this is your first time using OPAM
make build-deps
eval $(opam env)
make
export PATH=$HOME/tezos/_build/install/default/bin/:$PATH

Join the Dailynet network

Run the following commands:

octez-node config init --network https://teztnets.xyz/dailynet-2023-11-29

octez-node run --rpc-addr 127.0.0.1:8732

EVM Rollup

More information about the Tezos EVM Rollup will be available soon.

   
Octez Rollup RPC URL https://evm-rollup-node.dailynet-2023-11-29.teztnets.xyz
EVM Proxy URL https://evm.dailynet-2023-11-29.teztnets.xyz

Data Availability Layer

The Teztnets baker for this network is running a Data Availability Layer node.

For more info, read this blog post from Nomadic Labs.

The DAL node is accessible with the following endpoints:

   
Octez DAL Node RPC URL https://dal-rpc.dailynet-2023-11-29.teztnets.xyz
DAL P2P Endpoint dal.dailynet-2023-11-29.teztnets.xyz:11732