-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socratic Seminar 12 Topics #2
Comments
Border WalletsBorder Wallets are a new way to quickly and easily memorize Bitcoin seed phrases. notesProblem memorizing 24 random words is not super reliable. We use physical backups. Not everybody has the ability or the infrastructure to create backups in multiple geo locations. Maybe travel a lot or fleeing from somewhere. Can't really securely bring backup with you. We are much better at memorizing patterns (https://www.borderwallets.com/docs/words-vs-patterns do the test). A way to quickly and easily memorize a bitcoin seed phrase.
PayJoinA type of coinjoin where merchant and buyer create a coordinated transaction. Coordination happens with PayToEndPoint [P2EP] concept. PayJoins obfuscates the total amount being payed and breaks the common ownership heuristic. Has a fallback to ordinary tx. Another benefit is that the merchant saves money by consolidating (assuming higher tx fees in the future).
resources myNotesP2EP - pay to endpoint (Blockstream) or PayJoin. Input correction (foundational heuristic) - inputs owned by same user.
BIPsMight be helpful to quickly go over the topic of BIPs. BisqBuy and sell bitcoin privately and securely on a Bisq's peer-to-peer network. notesTrading takes place right on the blockchain, which help prevent censorship.
Bisq2 https://github.com/bisq-network/bisq2
Introduction to Bisc $ sudo gpg --import 29CDFD3B.asc
gpg: key CD5DC1C529CDFD3B: public key "Christoph Atteneder <[email protected]>" imported
$ gpg --verify gpg --verify Bisq-1.9.6.dmg.asc Bisq-1.9.6.dmg
gpg: Signature made Thu Oct 27 11:11:54 2022 EDT
gpg: using RSA key CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
gpg: issuer "[email protected]"
gpg: Good signature from "Christoph Atteneder <[email protected]>" [unknown] Then installed binary. When I tried to open it I got the following error. Private Payments: BIP 351https://privatepayments.org |
LightningCLN Channel Splicing Draft PRDustin Dettmer has opened a draft PR to enable channel splicing on CLN. There is a long list of TODO items to get this PR across the finish line but this feature represents a massive improvement to LN usability. |
Bitcoin Core[PR merged] wallet: fast rescan with BIP157 block filters for descriptor walletsPR #25957 enables fast wallet rescan using compact block filters, only for descriptor wallets. |
Privacyln-vortex is a tool written in scala that allows coinjoin lightning channel opens. Ben Carman and @deregs_ just opened the first mainnet vortex coinjoin. |
Clark Moody Bitcoin DashboardFound this cool dashboard to get a summary of the entire bitcoin ecosystem at a glance. https://bitcoin.clarkmoody.com/dashboard/ |
Please post here to add any topics you would like to discuss at the next socratic seminar.
Leftover topics
Lightning
Taro Skepticism
A critical look at the scalability properties of the Taro protocol if deployed on the bitcoin blockchain
Advances in Channel Jamming Research
The prolifically productive dream team Gleb Naumenko and Antoine Riard have released a series of research reports examining channel jamming. Read the lightning-dev post for a brief summary or dive into the gitbook and read the whole shebang.
Taproot Errwhere
Very exciting PR lightningnetwork/lnd#6810 for sweeping funds, funding channels, and sending blobs to watch towers.
Scaling
Coinpool
Gleb and Antoine propose Coinpool, a new shared UTXO ownership model. Coinpool requires three new OP codes to be soft forked into bitcoin script, so don’t hold your breath. It is recommended that you first grok Eltoo since coinpool builds upon the eltoo protocol to add new capabilities.
Member requests:
Taproot address adoption
How can the addresses be added to a wallet? What is the difference between taproot and bech32? Does taproot save on costs? How much?
New website launched When Taproot?
The text was updated successfully, but these errors were encountered: