How can I turn a private key into a wallet?

0

1

I created a vanity public key (wallet address) and I got the corresponding private key too. Is it possible to somehow "open" that wallet and just used it as a normal bitcoin wallet? No sweeping, no transferring to other account - just send some of the money from that account to some other.

data

Posted 2013-12-16T20:20:25.243

Reputation: 111

Question was closed 2014-01-09T20:38:18.413

you want to add the address to your wallet?V-X 2013-12-16T20:27:34.997

Answers

3

A bitcoin address is not the same as a wallet. If you have the private key for the address, you can import the key into either Bitcoin-Qt or a lightweight wallet such as MultiBit. You will then be able to send and receive coins using this address.

To import a private key into Bitcoin-Qt, read this

To import a private key into MultiBit, read this

ScripterRon

Posted 2013-12-16T20:20:25.243

Reputation: 2 023

Could you please make a bit clearer what is the difference between a wallet and an address? Thank you for answering.data 2013-12-18T08:56:33.183

@data A wallet is just a collection of bitcoin addresses. It does not contain any coins - the coins exist only in transactions contained in the blockchain. So you can delete a wallet with no problems as long as you have exported the private keys associated with your bitcoin addresses. If you create a new wallet, you can regain access to your coins by importing these private keys.ScripterRon 2013-12-18T14:21:17.550

So when I import my private key, my address is automatically found by the wallet software?user5155835 2017-06-30T18:00:20.300