Why are imported private keys stored to addressbook instead to recieving wallet?

0

2

I followed this guide to import private keys which I generated with vanitygen into litecoin-qt.

walletpassphrase yourLongPassphrase 300
importprivkey yourPrivateKeyInWalletImportFormat

But now - why are imported private keys stored to addressbook instead of local recieving addresses in litecoin-qt?

own address in address book?

That's a bit confusing. Can I recieve payments to that generated addresses now as the addresses where default wallet addresses?

Afr

Posted 2013-08-22T17:29:44.953

Reputation: 1 267

Answers

2

Yes, you can send coins to this new address. If you restart your client you'll see the address will have moved to your receive list of addresses.

The new address initially posts in your address book because of the need to scan the blockchain for all transactions associated with that private key. But you have to actually restart your client to move the address to your receive list of addresses.

Mercury

Posted 2013-08-22T17:29:44.953

Reputation: 48