-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Added -purgetx command line option. #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
Can you split the russian translation to a new commit, and maybe update to latest git (as per http://forum.bitcoin.org/index.php?topic=8390.0)? |
I am a newbie in GIT. Must I fork&clone your branch? |
No, just the one russian file. Just make your own branch (off master) and grab the russian bitcoin.po file from my repo (downloading via github should work fine). |
Just published a .po file: http://forum.bitcoin.org/index.php?topic=8390.msg138197#msg138197 |
I hoped that your po-file is based on the last translation file but it seems that it is not. https://github.com/lzsaver/bitcoin-translation/blob/master/locale/ru/LC_MESSAGES/ |
https://github.com/lzsaver/bitcoin-translation/blob/master/locale/ru/LC_MESSAGES/ - April 02, 2011 |
Anyway, I hope that -purgetx will be in the official client. :) |
indeed, needs rebasing to remove the translations |
IMHO this belongs in Bitcointools or other similar software, not in Bitcoin (feature creep and its more wallet recovery which IMHO should be encouraged not using Bitcoin, but using external tools as there is too much chance to make it worse), but maybe others disagree? |
I think that it may be used with -rescan option... So I think it should be in Bitcoin. |
Instead, perhaps, there should be a needsrecan key that tools can set? That would be generally useful for tools that modify the wallet. |
-rescan only adds transactions not already in the wallet - it will never remove things from the wallet. Also, it is possible to force bitcoin to do a rescan by clearing (= setting to a singe 0 byte) the "bestblock" entry in wallet.dat. |
Agreed, that this is a bit of an esoteric option, that will not be widely used (or tested). It does make more sense as a bitcointools add-on, as BlueMatt suggested. |
Require Boost >= 1.53
Use https to download ccache.
…e-acceptblock-declaration Remove AcceptBlock() declaration
…ntract-rpc-calls Neil/add limits to contract rpc calls
657b33e qt: add translator comments for peers table columns (Jarol Rodriguez) 73a91c6 gui: rename "Peer Id" to "Peer" in tab column and details area (Jon Atack) Pull request description: Picking up bitcoin-core/gui#290 **Original PR Description:** - renames the peers tab column header from `Peer Id` to `Peer` to allow resizing the column more tightly (this will be particularly useful after #256) and does the same for the peer details area. While here, we also add Qt translator comments for the Peer Table columns. | Master | PR | | ----------- | ----------- | |  |  | ACKs for top commit: jonatack: utACK 657b33e hebasto: re-ACK 657b33e Tree-SHA512: f50116f7ca8719cadf1f95f45e3594b3b92bde9c43eb954f3e963ed10629dd9406efdb5e96aa1f750a926e24a96321d824ed3780bd9cd748774e0b85fd0c9535
* minor cleanup, consistent naming, etc - typo - consistent naming: - uppercased all "lightning" to "Lightning" - all Lightning networks, to "Lightning Network" - remove "oldid" URL REST parameter from wikipedia links - added links where appropriate - etc * put the oldid argument in the 4 or 5 URLs back in
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.