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
pinheadmz has joined #bitcoin-wizards
Aaronvan_ has joined #bitcoin-wizards
Aaronvan_ has quit [Client Quit]
AaronvanW has quit [Ping timeout: 245 seconds]
rafalcpp has quit [Ping timeout: 246 seconds]
rafalcpp has joined #bitcoin-wizards
pinheadmz has quit [Quit: pinheadmz]
Belkaar has quit [Read error: Connection reset by peer]
queip has quit [Ping timeout: 250 seconds]
rafalcpp has quit [Ping timeout: 245 seconds]
Belkaar has joined #bitcoin-wizards
Belkaar has joined #bitcoin-wizards
Belkaar has quit [Changing host]
davec has quit [Ping timeout: 246 seconds]
TheoStorm has quit [Quit: Leaving]
davec has joined #bitcoin-wizards
shesek has joined #bitcoin-wizards
luke-jr has quit [Ping timeout: 250 seconds]
pinheadmz has joined #bitcoin-wizards
luke-jr has joined #bitcoin-wizards
bildramer has quit [Quit: Of course we scientists have our little secrets. For instance, the moon is in Spain. Another: stars aren't real. Also, cells are huge. One cell is roughly the size of a marble.]
tralfaz has quit [Ping timeout: 256 seconds]
_whitelogger has joined #bitcoin-wizards
harrymm has quit [Ping timeout: 245 seconds]
pinheadmz has quit [Quit: pinheadmz]
sipa has quit [Remote host closed the connection]
harrymm has joined #bitcoin-wizards
sipa has joined #bitcoin-wizards
spinza has quit [Quit: Coyote finally caught up with me...]
harrymm has quit [Ping timeout: 245 seconds]
harrymm has joined #bitcoin-wizards
spinza has joined #bitcoin-wizards
_whitelogger has joined #bitcoin-wizards
tromp has quit [Remote host closed the connection]
tromp has joined #bitcoin-wizards
harding has quit [Ping timeout: 240 seconds]
harding has joined #bitcoin-wizards
tromp has quit [Remote host closed the connection]
sipa has quit [Remote host closed the connection]
sipa has joined #bitcoin-wizards
tromp has joined #bitcoin-wizards
_whitelogger has joined #bitcoin-wizards
_whitelogger has joined #bitcoin-wizards
sn0wmonster has joined #bitcoin-wizards
spinza has quit [Quit: Coyote finally caught up with me...]
tromp has quit [Remote host closed the connection]
spinza has joined #bitcoin-wizards
harrymm has quit [Ping timeout: 245 seconds]
harrymm has joined #bitcoin-wizards
alferz has joined #bitcoin-wizards
tromp has joined #bitcoin-wizards
wallet42 has quit [Quit: Connection closed for inactivity]
alferz has quit [Ping timeout: 258 seconds]
bildramer has joined #bitcoin-wizards
morcos has quit [Remote host closed the connection]
morcos has joined #bitcoin-wizards
IGHOR has quit [Read error: No route to host]
IGHOR has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
tromp has quit [Remote host closed the connection]
tromp has joined #bitcoin-wizards
recursive has quit [Ping timeout: 250 seconds]
recursive has joined #bitcoin-wizards
bildramer1 has joined #bitcoin-wizards
bildramer has quit [Ping timeout: 268 seconds]
Guyver2 has joined #bitcoin-wizards
dlb76 has quit [Read error: Connection reset by peer]
AaronvanW has quit []
dlb76 has joined #bitcoin-wizards
_whitelogger has joined #bitcoin-wizards
pinheadmz has joined #bitcoin-wizards
pinheadmz has quit [Client Quit]
tralfaz has joined #bitcoin-wizards
rockhouse has quit [Remote host closed the connection]
victorSN has quit [Remote host closed the connection]
spinza has quit [Quit: Coyote finally caught up with me...]
spinza has joined #bitcoin-wizards
AaronvanW has joined #bitcoin-wizards
shesek has quit [Ping timeout: 250 seconds]
Aaronvan_ has joined #bitcoin-wizards
justanotheruser has joined #bitcoin-wizards
AaronvanW has quit [Ping timeout: 245 seconds]
Aaronvan_ is now known as AaronvanW
pinheadmz has joined #bitcoin-wizards
justanotheruser has quit [Ping timeout: 246 seconds]
justanotheruser has joined #bitcoin-wizards
pinheadmz has quit [Quit: pinheadmz]
pinheadmz has joined #bitcoin-wizards
Francis_ has joined #bitcoin-wizards
<Francis_> a couple of days ago I was posting about custom change outputs in Bitcoin Core. for those interested, I think I found an existing way to do it.
<Francis_> "We now create a new Bitcoin Core wallet and import the keys into Bitcoin Core. The output is formatted properly for Bitcoin Core so it can be copy and pasted. ``` $ ../bitcoin/src/bitcoin-cli createwallet "coldcard" true { "name": "coldcard", "warning": "" } $ ../bitcoin/src/bitcoin-cli -rpcwallet=coldcard importmulti '[{"desc": "wpkh([8038ecd9/84
<Francis_> '/0'/0']xpub6DR4rqx16YnCcfwFqgwvJdKiWrjDRzqxYTY44aoyHwZDSeSB5n2tqt42aYr9qPKhSKUdftPdTjhHrKKD6WGKVbuyhMvGH76VyKKZubg8o4P/0/*)#36sal9a4", "internal": false, "range": [0, 1000], "timestamp": "now", "keypool": true, "watchonly": true}]' [ { "success": true } ] ``` Now we repeat the `getkeypool` and `importmulti` steps but set a `--internal` flag and us
<Francis_> dd", "keypool": true, "range": {"start": 0, "end": 1000}}] $ ../bitcoin/src/bitcoin-cli -rpcwallet=coldcard importmulti '[{"internal": true, "timestamp": "now", "desc": "wpkh([8038ecd9/84h/0h/0h]xpub6DR4rqx16YnCcfwFqgwvJdKiWrjDRzqxYTY44aoyHwZDSeSB5n2tqt42aYr9qPKhSKUdftPdTjhHrKKD6WGKVbuyhMvGH76VyKKZubg8o4P/1/*)", "keypool": true, "range": [0, 1000],
<Francis_> e the change keypath (`m/44h/0h/0h/1`) in `getkeypool` to generate change keys. ``` $ ./hwi.py -f 8038ecd9 getkeypool --wpkh --keypool --internal 0 1000 [{"internal": true, "timestamp": "now", "desc": "wpkh([8038ecd9/84h/0h/0h]xpub6DR4rqx16YnCcfwFqgwvJdKiWrjDRzqxYTY44aoyHwZDSeSB5n2tqt42aYr9qPKhSKUdftPdTjhHrKKD6WGKVbuyhMvGH76VyKKZubg8o4P/1/*)#qw4uzs
<Francis_> "watchonly": true}]' [ { "success": true } ] ``` The Bitcoin Core wallet is now setup to watch a two thousand keys (1000 normal, 1000 change) from your hardware wallet and you can use it to track your balances and create transactions. The transactions will need to be signed through HWI. "
<Francis_> (sorry for terrible formatting I'm on phone)
Francis__ has joined #bitcoin-wizards
Francis_ has quit [Ping timeout: 250 seconds]
Francis_ has joined #bitcoin-wizards
khs9ne has joined #bitcoin-wizards
Francis__ has quit [Ping timeout: 246 seconds]
DeanGuss has quit [Ping timeout: 256 seconds]
pinheadmz has quit [Quit: pinheadmz]
harrymm has quit [Ping timeout: 246 seconds]
harrymm has joined #bitcoin-wizards
Francis_ has quit [Read error: Connection reset by peer]
TheoStorm has joined #bitcoin-wizards
_whitelogger has joined #bitcoin-wizards
TheoStorm has quit [Quit: Leaving]
TheoStorm has joined #bitcoin-wizards
pinheadmz has joined #bitcoin-wizards
spinza has quit [Quit: Coyote finally caught up with me...]
pinheadmz has quit [Quit: pinheadmz]
spinza has joined #bitcoin-wizards
Francis_ has joined #bitcoin-wizards
tromp has quit [Remote host closed the connection]
pinheadmz has joined #bitcoin-wizards
Guyver2 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
tromp has joined #bitcoin-wizards