Importprivkey: Difference between revisions
Jump to navigation
Jump to search
Btc artist (talk | contribs) adding see also section |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''importprivkey''' is an RPC command on [[bitcoind]] that allows a [[private key]] to be added to a wallet. | '''importprivkey''' is an RPC command on [[bitcoind]] that allows a [[private key]] to be added to a wallet. | ||
This is a Bitcoin 0.6.0 feature and is available in the 0.6 release candidates and later. | |||
<pre> | |||
$ bitcoind help | |||
[...] | |||
importprivkey <bitcoinprivkey> [label] | |||
</pre> | |||
== See also == | == See also == | ||
* [[Sweepprivkey proposal]] | * [[Sweepprivkey proposal]] |
Latest revision as of 13:06, 19 March 2012
importprivkey is an RPC command on bitcoind that allows a private key to be added to a wallet.
This is a Bitcoin 0.6.0 feature and is available in the 0.6 release candidates and later.
$ bitcoind help [...] importprivkey <bitcoinprivkey> [label]