Post
Topic
Board Bitcoin Technical Support
Re: Bug in Bitcoin-QT v0.8.6-beta??
by
Mastahh
on 02/01/2014, 11:13:22 UTC
So it looks like that both addresses are mine

Code:
13:13:00 validateaddress 1LQBLhthwq7E8kcRuhAbkS6y7WGcB4nDo8
13:13:00 {
"isvalid" : true,
"address" : "1LQBLhthwq7E8kcRuhAbkS6y7WGcB4nDo8",
"ismine" : true,
"isscript" : false,
"pubkey" : "...",
"iscompressed" : true
}

13:13:48 validateaddress 14U89gbaoSio3PN6uzqTbAfiozAjdRq6Sr
13:13:48
{
"isvalid" : true,
"address" : "14U89gbaoSio3PN6uzqTbAfiozAjdRq6Sr",
"ismine" : true,
"isscript" : false,
"pubkey" : "...",
"iscompressed" : true,
"account" : ""
}

What is the proper way to move my wallet to another computer or to MultiBit?
So if i just import my main wallet using privkey, what happens whitch my change wallet? It is will be lost?