Key pool: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Create article for key pool.)
 
m (Added interwiki link to Spanish translation of the article)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
New public and private keys are pre-generated are stored in a queue before use.
New public and private keys are pre-generated and stored in a queue before use.


This pooling feature was added so backups of the [[wallet]] would have a certain number of keys that would be used in the future.  By default, the number of entries in the queue is 100<ref>[https://www.bitcoin.org/smf/index.php?topic=1414.0 Key pool feature for safer wallet backup]</ref>.
This pooling feature was added so backups of the [[wallet]] would have a certain number of keys that would be used in the future.  By default, the number of entries in the queue is 100<ref>[http://www.bitcointalk.org/index.php?topic=1414.0 Key pool feature for safer wallet backup]</ref>.
 
A command line option allows a greater or lesser number of keys to be maintained in the keypool<ref>[https://en.bitcoin.it/wiki/Running_Bitcoin Running Bitcoin]</ref>.
 
==See Also==
 
* [[Securing your wallet]]


==References==
==References==
<references />
<references />
[[Category:Technical]]
[[es:Reserva de claves]]

Latest revision as of 16:44, 12 December 2012

New public and private keys are pre-generated and stored in a queue before use.

This pooling feature was added so backups of the wallet would have a certain number of keys that would be used in the future. By default, the number of entries in the queue is 100[1].

A command line option allows a greater or lesser number of keys to be maintained in the keypool[2].

See Also

References