Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: m0Ray on May 23, 2011, 09:43:28 AM



Title: [PULL] -purgetx option
Post by: m0Ray on May 23, 2011, 09:43:28 AM
https://github.com/bitcoin/bitcoin/pull/256

Added -purgetx command line option.
When used, purges all transactions from wallet.dat and forces a rescan.
Useful for solving problems with invalid transactions stored in
wallet.dat (for example, after wallet.dat manipulations).

Corrected russian translation.


Title: Re: [PULL] -purgetx option
Post by: Pieter Wuille on May 23, 2011, 10:13:13 AM
This is a useful and simple last-resort solution, but it may be dangerous, as it also removes (valid) unconfirmed transactions and meta-data like source account information.

Translations are very welcome, but can you do them in a separate commit?


Title: Re: [PULL] -purgetx option
Post by: m0Ray on May 23, 2011, 11:34:34 AM
Translations are very welcome, but can you do them in a separate commit?
Hope I can. Still trying to understand GIT ideology.
The purgetx pull was done following step-by-step instructions.