- 101
- 16 798
TABConf (The Atlanta Bitcoin Conference)
Приєднався 2 вер 2021
TABConf is The Atlanta Bitcoin Conference - an event for building communities, providing education, and supporting developers. We like to think of this as the most inclusive, organic, grassroots event possible for Bitcoin.
Codex32 hand-computed SSSS/Checksums Workshop - TABConf 6
This workshop aims to provide an introduction to algorithms which can be done by non-experts without electronics computers in a reasonable amount of time. In particular, our goal will be to cut out and assemble a paper computer, and then with the assistance of worksheets, validate the checksum on a bech32 address.
What would an attendee learn from this workshop?
That it is possible to verify checksums by hand; and that by straightforward but tedious extensions of this idea, it is possible to generate checksums, split and recover data using Shamir's Secret Sharing Scheme, and maybe some unrelated patter about random number generation.
Is there anything attendees should read up on before they attend this talk?
I have a [UA-cam talk about this project here](ua-cam.com/video/kf48oPoiHX0/v-deo.html). See also the main [codex32 website](secretcodex32.com/).
None of this is essential reading.
Is there anything attendees should set up before the workshop?
They may want to download the full [codex32 booklet](secretcodex32.com/) and print out/assemble the addition volvelle (page 21/22). It is best to print it on cardstock. We will provide printouts and time to do assembly, but it takes 20-30 minutes and will not teach you anything you didn't learn as a child.
Level of difficulty
Intermediate. Nothing is technically hard or requiring prerequisites but it's frustrating and tedious work.
About the Speaker
Social Links
Github github.com/apoelstra
Website www.wpsoftware.net/andrew
TABConf 6 GitHub link
github.com/TABConf/6.tabconf.com/issues/95
What would an attendee learn from this workshop?
That it is possible to verify checksums by hand; and that by straightforward but tedious extensions of this idea, it is possible to generate checksums, split and recover data using Shamir's Secret Sharing Scheme, and maybe some unrelated patter about random number generation.
Is there anything attendees should read up on before they attend this talk?
I have a [UA-cam talk about this project here](ua-cam.com/video/kf48oPoiHX0/v-deo.html). See also the main [codex32 website](secretcodex32.com/).
None of this is essential reading.
Is there anything attendees should set up before the workshop?
They may want to download the full [codex32 booklet](secretcodex32.com/) and print out/assemble the addition volvelle (page 21/22). It is best to print it on cardstock. We will provide printouts and time to do assembly, but it takes 20-30 minutes and will not teach you anything you didn't learn as a child.
Level of difficulty
Intermediate. Nothing is technically hard or requiring prerequisites but it's frustrating and tedious work.
About the Speaker
Social Links
Github github.com/apoelstra
Website www.wpsoftware.net/andrew
TABConf 6 GitHub link
github.com/TABConf/6.tabconf.com/issues/95
Переглядів: 51
Відео
Beyond the Base Layer A Discussion on Scaling Bitcoin - TABConf 6
Переглядів 225Місяць тому
The past 18 months of Bitcoin has been full of new “Layer 2” projects. Some serious ideas and many other scams have propelled this sector to the fore of the Bitcoin industry. Founders and engineers from credible, cutting-edge Bitcoin teams working to scale Bitcoin will discuss and debate the most pressing cultural and technical topics of this new renaissance in Bitcoin protocols, including paym...
Hedging Hashrate A Market Solution to Miner Variance - TABConf 6
Переглядів 65Місяць тому
Variance of winning the block reward has caused miners to aggregate hashrate into pools. Now the top 4 pools control over 75% of the network hashrate. Dominant pools with FPPS payouts are not incentivized to adopt StratumV2, and miners have no economic incentive to switch to small non-FPPS StratumV2 pools with high variance of payouts. Bitcoin mining is broken due to the winner-take-all nature ...
Supercharging Transactions with Async Payjoin - TABConf 6
Переглядів 191Місяць тому
Level: Beginner Payjoin is a simple, flexible, and powerful protocol for a sender and receiver to collaboratively construct Bitcoin transactions. This allows for many optimizations, such as fee savings and scaling via [batching](payjoin.org/docs/why-payjoin/scaling), opportunistic [UTXO consolidation](bitcoin.stackexchange.com/questions/103194/confused-about-utxo-management-and-consolidation), ...
Covenants and STARK proof verification with OP CAT - TABConf 6
Переглядів 260Місяць тому
This talk will be a summary of the progress of covenants and verifying STARK on Bitcoin, using the OP_CAT opcode. This includes its applications and the implementation that is currently open-source on GitHub. A toy example, which verifies Fibonacci sequence, has already been executed on signet. mempool.space/signet/address/tb1p2jczsavv377s46epv9ry6uydy67fqew0ghdhxtz2xp5f56ghj5wqlexrvn (these 10...
Soft Fork Covenant Dependent Layer 2 Review - TABConf 6
Переглядів 103Місяць тому
What is this talk about? Give us as many details as possible. I recently completed a large review paper on soft-fork/covenant dependent Layer 2's. Specifically, L2's intending to scale Bitcoin by allowing mutiple end users to share UTXOs: petertodd.org/2024/covenant-dependent-layer-2-review In this talk I'll summarize my findings, explaining what an L2 is, what a covenant is, why L2's that shar...
Cluster Mempool - TABConf 6
Переглядів 66Місяць тому
Cluster Mempool is an effort to rearchitect how Bitcoin Core stores unconfirmed transactions, builds blocks, and evaluates replacement candidates. It is expected to drastically simplify package relay with bigger packages than two transactions, speed up block building, and generalize CPFP to descendants-pay-for-ancestors. What would an attendee learn from this talk? - What issues exist in the cu...
Bitcoin Changes - Soft Fork History and Theory - TABConf 6
Переглядів 156Місяць тому
- There is a lot of talking new softforks that are needed to enable sidechains. - There's the great restoration project and many other proposals. - How have changes in Bitcoin evolved over time? - What will changes in Bitcoin look like going forward? - Who wants ossification and what does that mean? - How can we relate Bitcoin to other protocols and technologies and what can we learn from them?...
Taproot Assets on Lightning Workshop - TABConf 6
Переглядів 143Місяць тому
This workshop will help developers who are thinking about building with Taproot Assets to get hands-on experience using the protocol focusing on using the new Lightning functionality. Specifically, here is what we will practice during the workshop: - Using tapd via litd - Review of the new v0.4 features - PSBT swaps - Review of Assets in Lightning channels - Edge Nodes - The RFQ process - Price...
Make Bitcoin Cypherpunk Again! - TABConf 6
Переглядів 245Місяць тому
This talk is about the BitVM paradigm, our concrete implementation, and the BTC bridge that we are building. Furthermore, we present zkCoins, a second-layer protocol that increases the base layer throughput by more than 10x and enables strong privacy. What would an attendee learn from this talk? - Basics of BitVM - Basics of zkCoins Is there anything folks should read up on before they attend t...
Considering a Career in Bitcoin Open Source Development - TABConf 6
Переглядів 269Місяць тому
This talk is a recruiting pitch for choosing a career in bitcoin open source. This addresses some frequently asked questions such as: Why consider a career in bitcoin open source development? How many people are working on full time in open source? How can one get started? What would an attendee learn from this talk? Why is a career in bitcoin open source development a compelling path to consid...
The Ethereumization of Bitcoin - TABConf 6
Переглядів 312Місяць тому
Is Bitcoin starting to feel a bit like Ethereum? NFTs, BRC-20, L2s, rollups, MEV... hold on, this is a Bitcoin conference, right? This talk will focus on the different scaling solutions on Ethereum and Bitcoin payment channels, L2s, rollups and look at some of the similarities and differences. For example, there's a lot of talk in Bitcoin about OP_CAT, and how it can enable powerful and useful ...
Bitcoin rollups 101 - TABConf 6
Переглядів 136Місяць тому
Since the [earliest](tr3y.io/articles/crypto/bitcoin-zk-rollups.html) [explorations](github.com/alpenlabs/Technical-Whitepaper/blob/main/whitepaper_v085.pdf) of [bitcoin rollups](bitcoinrollups.org/), we have seen a Cambrian explosion of experimentation with rollups on bitcoin. From sovereign rollups to BitVM rollups to theoretical L2 rollups based on new op codes, the design space for building...
Lightning Is Fixed Now - TABConf 6
Переглядів 1872 місяці тому
“In 2022 I gave a talk about all the things that are broken about lightning, but since then instead of being bombastically optimistic about lightning, being overly pessimistic about lightning has become cool. Here I'd like to talk about how we've fixed many of the things from my 2022 talk, even if the future isn't evenly distributed here. By this talk, Bitcoin Core 28 should be out, initial imp...
Bitcoin Game Show Explainer Contest - TABConf 6
Переглядів 652 місяці тому
The contest at the tech conference will focus on explaining complex ideas clearly. Participants will have a maximum of 6 minutes to present a topic that many people struggle to understand. Three audience members, who know little or nothing about the topic, will be chosen to listen to the presentation. An expert judge will prepare at least 7 questions on the subject, which the presenter will see...
Matt Debates the Audience - MEV, MEVil, and Mining Centralization - TABConf 6
Переглядів 1872 місяці тому
Matt Debates the Audience - MEV, MEVil, and Mining Centralization - TABConf 6
Entropy, miniscript and hardware wallets - TABConf 6
Переглядів 812 місяці тому
Entropy, miniscript and hardware wallets - TABConf 6
Shielded CSV Private & Efficient Client Side Validation - TABConf 6
Переглядів 3522 місяці тому
Shielded CSV Private & Efficient Client Side Validation - TABConf 6
FROST, The Production Impact and Why It Matters - TABConf 6
Переглядів 2002 місяці тому
FROST, The Production Impact and Why It Matters - TABConf 6
How Bitcoin-Focused Community Spaces Impact the Industry- Main Stage TABconf 2023
Переглядів 41Рік тому
How Bitcoin-Focused Community Spaces Impact the Industry- Main Stage TABconf 2023
A Hybrid Solution To Unjamming Lightning - Main Stage TABconf 2023
Переглядів 51Рік тому
A Hybrid Solution To Unjamming Lightning - Main Stage TABconf 2023
A 2024 Playbook For Building A Self-Custody Lightning Wallet - Main Stage TABconf 2023
Переглядів 51Рік тому
A 2024 Playbook For Building A Self-Custody Lightning Wallet - Main Stage TABconf 2023
Base58 Village: Taproot LN Spec Reverse Engineering Workshop - TABconf 2023
Переглядів 43Рік тому
Base58 Village: Taproot LN Spec Reverse Engineering Workshop - TABconf 2023
Multiparticipant (N=2) Offchain Mechanisms - Base58 Village - TABconf 2023
Переглядів 15Рік тому
Multiparticipant (N=2) Offchain Mechanisms - Base58 Village - TABconf 2023
OpenSats: Supporting the Open Source infra of tomorrow - Base58 Village - TABconf 2023
Переглядів 41Рік тому
OpenSats: Supporting the Open Source infra of tomorrow - Base58 Village - TABconf 2023
Base58 Presents: Splice Up Your Life - Base58 Potocol Village - TABconf 2023
Переглядів 14Рік тому
Base58 Presents: Splice Up Your Life - Base58 Potocol Village - TABconf 2023
UNIVERSALLY CHALLENGED: Bitcoiners Know Nothing - Base58 Potocol Village - TABconf 2023
Переглядів 17Рік тому
UNIVERSALLY CHALLENGED: Bitcoiners Know Nothing - Base58 Potocol Village - TABconf 2023
Turning real things on with the raspi CM4, Board A0, and LND - NexGen Village - TABconf 2023
Переглядів 34Рік тому
Turning real things on with the raspi CM4, Board A0, and LND - NexGen Village - TABconf 2023
Digital Logic pt 3 - Silas Pembroke - NextGen Village - TABconf 2023
Переглядів 34Рік тому
Digital Logic pt 3 - Silas Pembroke - NextGen Village - TABconf 2023
Grow mushrooms at home, make first aid ointments, and tie dye for fun! - NexGen Village TABconf 2023
Переглядів 9Рік тому
Grow mushrooms at home, make first aid ointments, and tie dye for fun! - NexGen Village TABconf 2023