< GitHub196>
[bitcoin] fanquake opened pull request #8192: [trivial] Add a link to the Bitcoin-Core repository to the About Dialog (master...source-code-link) https://github.com/bitcoin/bitcoin/pull/8192
< GitHub158>
[bitcoin] fanquake opened pull request #8193: [trivial][doc] Use Debian 8.5 in the gitian-build guide (master...gitian-debian-85) https://github.com/bitcoin/bitcoin/pull/8193
< jonasschnelli>
At the moment, the change will not result in HD keys when setting -usehd=1 if your wallet already exists.
< sipa>
jonasschnelli: i'm aware
< jonasschnelli>
Do you think we should detect if the wallet was created with -usehd=0 (non had) and abort startup if someonw passed -usehd=1 afterwards?
< sipa>
jonasschnelli: i'm not suggesting to change that
< sipa>
yes
< sipa>
it's completely counterintuitive to start with -usehd=1, accidentally load a non-hd wallet, and continuing without knowing\
< jonasschnelli>
Okay. I see. So usehd=1 in a case where the wallet exists = abort init
< jonasschnelli>
I agree. This little check makes sense.
< sipa>
where the wallet exists and it isn't already an hd wallet
< jonasschnelli>
Same with usehd=0 (if the wallted was created with usehd=1).
< sipa>
indeed
< instagibbs>
jonasschnelli, I think I made the same point for the previous HD PR IIRC