Skip to content

Latest commit

 

History

History
 
 

wallet-psbt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Wallets and PSBT

Reading

Content Time Tags
Wallet Types 15 min wallet types
HD Wallets 5 min HD wallets
BIP 32 - Hierarchical Deterministic Wallets 15 min HD wallets
Hardware Wallets with Bitcoin Core 23 min hardware wallets
Output Descriptors 5 min output descriptors
Coin Selection 20 min coin selection
Fees 5 min fees
Transaction Replacement 5 min transaction replacement, fees
Fee Bumping and RBF 10 min fee bumping, RBF
PSBT presented by @achow101 30 min PSBT, video
PSBT - Howto for Bitcoin Core 5 min PSBT

Discussion Questions

Output Descriptors

  1. Are there any use cases for p2sh-wsh-p2pkh descriptors?
  2. What's about miniscript? Interactions with descriptors?

HD Wallets

  1. What is the difference between child and hardened child addresses?
  2. Why is the internal chain not visible outside of the wallet if it uses public derivation?

Coin Selection

  1. Is coin age ever a consideration for coin selection?
  2. Coin selection can expose a wallet by observing how the wallet selects its inputs, are there any efforts to standardize coin selection into a library of sorts so there's a standard?