Importprivkey: Difference between revisions
Jump to navigation
Jump to search
Created page with "'''importprivkey''' is an RPC command on bitcoind that allows a private key to be added to a wallet. As of September 2011, this command exists only in the form of a p..." |
No edit summary |
||
(2 intermediate revisions by 2 users 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 == | |||
* [[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]