Overview
EASY1 Staking YouTube is a free video archive where a working engineer records himself building things step by step, screen and terminal in view. It follows him setting up a tiny home computer (a Raspberry Pi) to help run a blockchain network, then learning to write the small programs that run on one. The mistakes and the fixes stay in.
The channel belongs to EASY1, a Cardano stake pool run from Ireland by Giovanni Gargiulo, a software and DevOps engineer1. A stake pool is a server that helps validate Cardano transactions and shares the network's rewards with the people who back it. Publishing has effectively stopped, and the code he writes goes to GitHub instead1.
Key Features
- A complete build-along for running a Cardano node on cheap hardware. Episodes go in order: unbox the board, boot it from a solid-state drive, build the node image, download a copy of the blockchain, generate the pool's keys and certificates, then switch into block-producing mode2.
- Worked solutions to the Plutus Pioneer exercises. Plutus Pioneer was Cardano's original smart contract training course, and the videos walk through the weekly homework, including a standalone session on monads, a programming idea learners often get stuck on3.
- A contract taken from an empty folder to a public test network. One long tutorial covers the whole path in a single sitting, ending with a working smart contract submitted to a network where nothing is at stake financially4.
- Code walkthroughs rather than slide decks. The Proof of Code episodes read real project code on screen: one covers Dandelion, a set of ready-made recipes for running Cardano's data services, and the other demonstrates a way to prove on-chain that someone genuinely operates a given pool5.
- Italian alongside English. A handful of the earliest videos, gathered into their own playlist, explain wallet delegation, staking rewards and Cardano itself for Italian speakers6. The same operator also runs a separate Italian-language channel, listed here as Easy1 Stake Pool YouTube.
What to Expect
Almost all of EASY1 Staking YouTube is one person, a screen recording and a terminal. There is no studio and no scripted narration, so the presenter talks through what he is doing while he does it. Technical episodes range from a few minutes to over an hour; announcements and teasers are much shorter.
Node versions, wallet flows and Plutus tooling have moved on since these recordings were made, so the exact commands will not match a fresh install. What survives is the shape of the work: what a stake pool physically consists of, what breaks, and in what order things happen. That makes it a decent orientation before newer staking guides or an introduction to Cardano development.
Start from the playlists rather than the video list: the four of them separate the hardware build, the smart contract course, the code walkthroughs and the Italian explainers. Several videos double as pitch material for the operator's Project Catalyst proposals, the community-voted funding programme, so they explain an idea and ask for votes in the same breath7. Set against other Cardano development channels, the draw is the unedited first-hand build rather than production polish. For newer work, look to GitHub: the operator publishes open-source Cardano tooling there, including an explorer that checks whether a deployed contract matches its published source code8.
