
Stephan Livera Podcast Floresta: Making Bitcoin Node Verification Accessible with Davidson Souza | SLP705
Dec 14, 2025
Davidson Souza, a Bitcoin developer behind the Floresta project, aims to make running lightweight Bitcoin nodes accessible to everyone. He discusses balancing privacy, security, and usability while utilizing compact block filters. Davidson highlights the challenges of traditional nodes and emphasizes how Floresta caters to non-technical users. They also cover the innovative proof-of-work fraud-proof concept that enhances block validation. Overall, the conversation reveals Floresta's potential to improve Bitcoin technology's adoption and user experience.
AI Snips
Chapters
Transcript
Episode notes
Filters Enable Historical Rescans
- Floresta uses compact block filters (BIP157/158) to rescan history and find past transactions without storing all blocks.
- Users can add descriptors later and let filters discover historical transactions via selective block downloads.
Embed The Node Library In Wallets
- Embed Floresta as a library into wallets instead of forcing users to run multiple binaries.
- Developers can start Floresta in-app so users get node validation with minimal UX friction.
Three Ways To Sync Faster
- Floresta supports three IBD paths: full IBD, AssumeUTXO with backfill, or Proof-of-Work fraud proofs for very fast startup.
- Backfilling runs in parallel so the node becomes usable quickly while completing historical validation.
