Chia-Network / chia-blockchain

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Apache License 2.0
10.81k stars 2.02k forks source link

[BUG] One mnemonic word generates two different fingerprints #7623

Closed chenzhirong closed 3 years ago

chenzhirong commented 3 years ago

One mnemonic word generates two different fingerprints. The wallet address, farmer's public key and mine pool's public key are different

PS C:\Users\Administrator\AppData\Local\chia-blockchain\app-1.2.1\resources\app.asar.unpacked\daemon> .\chia keys show Showing all public keys derived from your private keys:

Fingerprint: 2479700697 Master public key (m): Farmer public key (m/12381/8444/0/0): a34d61204c783c0684a6e411589909d4e9ec92ac048294c1b9ab935ea867844d623f9fc8270c6420a394d47192d7af9b Pool public key (m/12381/8444/1/0): ad3199eab4bc7e31f84960ba10e2ab95dbf66e43af086cafd687d761b6b2829e113c192ac7b806df221cbdbe8964bd49 First wallet address: xch1xeshjku8q7p6td32ypff6fsqnsny58zy5awgwk0v63lrud056vfscavsug

PS C:\Users\Administrator\AppData\Local\chia-blockchain\app-1.2.1\resources\app.asar.unpacked\daemon> .\chia keys delete_all

PS C:\Users\Administrator\AppData\Local\chia-blockchain\app-1.2.1\resources\app.asar.unpacked\daemon> .\chia keys add -f F:\111.txt Added private key with public key fingerprint 2479700697 WARNING: using a farmer address which we don't have the private keys for. We searched the first 500 addresses. Consider overriding xch1m3h5reh2fer0f9exnyxgkv6mymujqxmkhdh0r6z4czftz0u67x7qh w8yl8 with xch1xeshjku8q7p6td32ypff6fsqnsny58zy5awgwk0v63lrud056vfscavsug WARNING: using a pool address which we don't have the private keys for. We searched the first 500 addresses. Consider overriding xch1m3h5reh2fer0f9exnyxgkv6mymujqxmkhdh0r6z4czftz0u67x7qhw8 yl8 with xch1xeshjku8q7p6td32ypff6fsqnsny58zy5awgwk0v63lrud056vfscavsug

chenzhirong commented 3 years ago

Temporary closure