sipa changed the topic of #bitcoin-wizards to: This channel is for discussing theoretical ideas with regard to cryptocurrencies, not about short-term Bitcoin development | http://bitcoin.ninja/ | This channel is logged. | For logs and more information, visit http://bitcoin.ninja
StopAndDecrypt has joined #bitcoin-wizards
StopAndDecrypt has left #bitcoin-wizards [#bitcoin-wizards]
zpao has joined #bitcoin-wizards
sr_gi has quit [Read error: Connection reset by peer]
sr_gi has joined #bitcoin-wizards
_whitelogger has joined #bitcoin-wizards
bitdex has quit [Quit: = ""]
mryandao has quit [Ping timeout: 240 seconds]
mryandao has joined #bitcoin-wizards
laptop_ has quit [Ping timeout: 240 seconds]
joelklabo has quit [Read error: No route to host]
mryandao has quit [Remote host closed the connection]
mryandao has joined #bitcoin-wizards
mryandao has quit [Remote host closed the connection]
mryandao has joined #bitcoin-wizards
mryandao has quit [Remote host closed the connection]
mryandao has joined #bitcoin-wizards
EmmyNoether has quit [Ping timeout: 260 seconds]
jimpo has quit [Remote host closed the connection]
EmmyNoether has joined #bitcoin-wizards
bitdex has joined #bitcoin-wizards
proofofkeags has quit [Remote host closed the connection]
<pinheadmz> I answered a SE question about bip32 keys, would appreciate if a wizard had time for quick review: https://bitcoin.stackexchange.com/a/100535/3667
<pinheadmz> oh never mind sipa of course already commented ;-)
rusty has joined #bitcoin-wizards
pinheadmz has quit [Quit: pinheadmz]
EmmyNoether has quit [Ping timeout: 260 seconds]
EmmyNoether has joined #bitcoin-wizards
rusty has quit [Quit: Leaving.]
EmmyNoether has quit [Ping timeout: 240 seconds]
EmmyNoether has joined #bitcoin-wizards
EmmyNoether has quit [Ping timeout: 256 seconds]
EmmyNoether has joined #bitcoin-wizards
EmmyNoether has quit [Ping timeout: 272 seconds]
Emcy has quit [Ping timeout: 272 seconds]
Emcy has joined #bitcoin-wizards
EmmyNoether has joined #bitcoin-wizards
jeremyrubin has quit [Ping timeout: 272 seconds]
zpao has quit [Remote host closed the connection]
gribble has quit [Read error: Connection reset by peer]
gribble has joined #bitcoin-wizards
mrd has joined #bitcoin-wizards
mrd has quit [Remote host closed the connection]
jonatack has joined #bitcoin-wizards
jonatack has quit [Ping timeout: 240 seconds]
Belkaar_ has quit [Read error: Connection reset by peer]
Belkaar has joined #bitcoin-wizards
Belkaar has joined #bitcoin-wizards
Belkaar has quit [Changing host]
Belkaar has quit [Ping timeout: 240 seconds]
Belkaar has joined #bitcoin-wizards
Belkaar has joined #bitcoin-wizards
Belkaar has quit [Changing host]
laptop_ has joined #bitcoin-wizards
EmmyNoether has quit [Ping timeout: 260 seconds]
TheoStorm has joined #bitcoin-wizards
EmmyNoether has joined #bitcoin-wizards
EmmyNoether has quit [Ping timeout: 258 seconds]
EmmyNoether has joined #bitcoin-wizards
gribble has quit [Remote host closed the connection]
espadrine has joined #bitcoin-wizards
TheoStorm has quit [Ping timeout: 240 seconds]
gribble has joined #bitcoin-wizards
TheoStorm has joined #bitcoin-wizards
bitdex has quit [Ping timeout: 240 seconds]
bitdex has joined #bitcoin-wizards
EmmyNoether has quit [Ping timeout: 256 seconds]
EmmyNoether has joined #bitcoin-wizards
EmmyNoether has quit [Ping timeout: 272 seconds]
EmmyNoether has joined #bitcoin-wizards
deusexbeer has joined #bitcoin-wizards
Guyver2 has joined #bitcoin-wizards
Guyver2_ has joined #bitcoin-wizards
EmmyNoether has quit [Ping timeout: 256 seconds]
EmmyNoether has joined #bitcoin-wizards
EmmyNoether has quit [Ping timeout: 260 seconds]
vtnerd has quit [Ping timeout: 246 seconds]
EmmyNoether has joined #bitcoin-wizards
Herka has quit [Ping timeout: 260 seconds]
Herka has joined #bitcoin-wizards
kinlo has quit [Ping timeout: 260 seconds]
kinlo has joined #bitcoin-wizards
Guyver2_ has quit [Quit: Going offline, see ya! (www.adiirc.com)]
espadrine has quit [Remote host closed the connection]
pinheadmz has joined #bitcoin-wizards
kabaum has quit [Remote host closed the connection]
jessepos_ has joined #bitcoin-wizards
jesseposner has quit [Ping timeout: 264 seconds]
deusexbeer has quit [Ping timeout: 272 seconds]
deusexbeer has joined #bitcoin-wizards
pinheadmz has quit [Quit: pinheadmz]
pinheadmz has joined #bitcoin-wizards
pinheadmz has quit [Remote host closed the connection]
pinheadmz has joined #bitcoin-wizards
son0p has joined #bitcoin-wizards
bitdex has quit [Ping timeout: 240 seconds]
bitdex has joined #bitcoin-wizards
TheoStorm has quit [Remote host closed the connection]
belcher_ has joined #bitcoin-wizards
belcher has quit [Ping timeout: 264 seconds]
<andytoshi> yeah, bip32 is super frustrating in a lot of ways
<andytoshi> and like, fixing these problems always seems to come down to "you need zkps" or "you need pairings", it's not like it could've been better if we'd had a smarter design
<andytoshi> i think sipa has indicated that he regrets including non-hard derivation ... but like, it's really useful even if it's footgunny
<pinheadmz> andytoshi yeah xpubs are super useful especially for a watch-only wallet running on a server with actual private keys somewhere else. And who gives out private keys anyway?
<andytoshi> yeah for signing keys i'm not sure there's any reason to share them ever
<andytoshi> liquid has a problem with blinding keys, which sometimes you do need to share
<andytoshi> it's otherwise very difficult to reveal an open-ended set of UTXOs values, and it's hard to do a multisig rangeproof without sharing blinding keys
<pinheadmz> and actually i rememebr back with protoshares launch or something, presale investors were reselling their still-not-yet-launcehd coins by actually selling their private keys on a secondary market
<pinheadmz> I'd like to learn more about how ZK proofs could be used to answer this quesiton (prove that two public keys are related without revealing parent key or chaincode)
<andytoshi> it's pretty boring, you literally do the BIP32 derivations (hmac and all) inside a zkp
<andytoshi> if you have a usecase for this you might wanna contact starkware, they have been trying to get into bitcoin for years and i keep suggesting they do off-chain utility stuff like this (or that they try to stark up blocks) and they don't seem to think it's cool enough to be worth the effort
<pinheadmz> I'm just trying to learn. Heh, doing things inside a zkp isn't boring for me, I'm an intro-level crypto student
<andytoshi> you might find something in the "starkware sessions" series about this sort of thing ... it's pretty eth focused so it's full of stuff about plasmas and dexes and whatever
<andytoshi> but the underlying tech is what you want
jonatack has joined #bitcoin-wizards
<pinheadmz> thanks!
jonatack has quit [Ping timeout: 240 seconds]
jonatack has joined #bitcoin-wizards
son0p has quit [Quit: leaving]
jonatack has quit [Ping timeout: 256 seconds]
jonatack has joined #bitcoin-wizards
jonatack has quit [Ping timeout: 256 seconds]
jonatack has joined #bitcoin-wizards
jeremyrubin has joined #bitcoin-wizards
vtnerd has joined #bitcoin-wizards
shesek has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
bitdex has quit [Ping timeout: 240 seconds]
bitdex has joined #bitcoin-wizards
CryptoDavid has joined #bitcoin-wizards
justanotheruser has quit [Ping timeout: 260 seconds]
ratbanebo has joined #bitcoin-wizards
belcher_ is now known as belcher
justanotheruser has joined #bitcoin-wizards
alferz has joined #bitcoin-wizards
alferz has quit [Ping timeout: 240 seconds]
fiatjaf has joined #bitcoin-wizards
jeremyrubin has quit [Ping timeout: 260 seconds]
rusty has joined #bitcoin-wizards
rusty has quit [Client Quit]
rusty has joined #bitcoin-wizards
rusty has quit [Quit: Leaving.]
ghost43 has joined #bitcoin-wizards
ghost43_ has quit [Ping timeout: 240 seconds]
laptop__ has joined #bitcoin-wizards
laptop_ has quit [Ping timeout: 240 seconds]
TheoStorm has joined #bitcoin-wizards
jesseposner has joined #bitcoin-wizards
TheoStorm has quit [Remote host closed the connection]
jessepos_ has quit [Ping timeout: 260 seconds]
Guyver2 has quit [Remote host closed the connection]
TheoStorm has joined #bitcoin-wizards
CryptoDavid has quit [Quit: Connection closed for inactivity]
TheoStorm has quit [Ping timeout: 265 seconds]
alferz has joined #bitcoin-wizards
alferz has quit [Ping timeout: 240 seconds]
TheoStorm has joined #bitcoin-wizards
TheoStorm has quit [Client Quit]
mryandao has quit [Remote host closed the connection]
mryandao has joined #bitcoin-wizards