--- Day changed Fri Nov 30 2018 05:41 <@provoostenator> achow101 the link to bitcoin core docs is broken in your README 06:06 <@provoostenator> My current thinking on how bitcoin core could interact with the HWI script. I'm working on PoC code for displayaddress: https://github.com/Sjors/bitcoin/blob/2018/11/rpc-signer/doc/external-signer.md 06:36 < achow101> provoostenator: i'm not sure how that would work with things like getkeypool when you don't know the keys yet 06:37 < achow101> something descriptor based would imply knowledge of keys, so how do you create a descriptor without already knowing the keys 06:38 < achow101> but it would be nice to have some unified format, and descriptors does fulfill that 06:47 <@provoostenator> getkeypool would take path argument, not a descriptor 06:57 <@provoostenator> achow101: although I think we should add a more generically named command "getkeys" , which returns a descriptor based on a path (rather than the Bitcoin Core specific output of getkeypool) 06:58 <@provoostenator> Actually it's not really a "path". What we need for this is a "descriptor" without a pubkey. 07:13 <@provoostenator> (I'm fleshing out the interface a bit more, will update the doc shortly) 07:34 <@provoostenator> achow101: updated. Afaik this should be all the HWI command and bitcoind RPC commands we need to deal with a single-sig hardware wallet via RPC. GUI wouldn't need much more. 07:50 <@provoostenator> Added a section at the bottom to explain the magic I have in mind...