Author

Topic: Command to remove unwanted accounts (Read 5198 times)

newbie
Activity: 58
Merit: 0
March 30, 2014, 12:32:50 PM
#11
In my opinion there is no need to delete empty accounts.
sr. member
Activity: 434
Merit: 250
March 28, 2014, 02:55:58 PM
#10
*bump* any update on this?
For the truly OCD people there are two choices that are much simpler than modifying the bitcoin client:

1) write a C/C++ wallet cleaner utility using the matching Berkeley_DB libraries
2) do db_backup/clean/db_restore using Berkeley_DB utilities. The backup format is textual and the wallet database structure is very simple, so the "clean" step can be written in any of the widely known text processing languages like awk or Perl.

Remember that when using Berkeley_DB utilities you may need to create an appropriate DB_CONFIG file to be really on the safe side. This was discussed before on this forum.

I think I'll opt to just stay mildly irritated by the rogue account, rather than risk breaking everything! Thanks though
legendary
Activity: 2128
Merit: 1073
March 28, 2014, 02:39:24 PM
#9
*bump* any update on this?
For the truly OCD people there are two choices that are much simpler than modifying the bitcoin client:

1) write a C/C++ wallet cleaner utility using the matching Berkeley_DB libraries
2) do db_backup/clean/db_restore using Berkeley_DB utilities. The backup format is textual and the wallet database structure is very simple, so the "clean" step can be written in any of the widely known text processing languages like awk or Perl.

Remember that when using Berkeley_DB utilities you may need to create an appropriate DB_CONFIG file to be really on the safe side. This was discussed before on this forum.
sr. member
Activity: 434
Merit: 250
March 28, 2014, 10:03:50 AM
#8
*bump* any update on this?
legendary
Activity: 1072
Merit: 1181
August 05, 2012, 06:44:01 AM
#7
I believe a relatively easy solution would be allowing to delete an address, but not deleting its key (so that it becomes identical to a change address).
sr. member
Activity: 250
Merit: 250
July 25, 2012, 02:11:31 PM
#6
Any updates on this issue ?
full member
Activity: 154
Merit: 100
April 01, 2011, 03:55:23 AM
#5
Also, if they still can't be removed yet, can they be renamed?
newbie
Activity: 3
Merit: 0
February 25, 2011, 07:37:08 PM
#4
Yes. I'm just OCD, and would like to be able to remove "temp" and "test" and "" so I don't see them.
legendary
Activity: 1652
Merit: 2300
Chief Scientist
February 25, 2011, 03:59:29 PM
#3
Yes, not implemented yet.  Do you want to remove them just so the listaccounts output isn't messy, or is the lack of a deleteaccount API call preventing you from doing something you need to do?
hero member
Activity: 504
Merit: 504
PGP OTC WOT: EB7FCE3D
February 24, 2011, 08:13:32 PM
#2
bitcoind listaccounts currently shows five accounts, only one of which is being used. What's the command to delete empty accounts, or at least remove them from my wallet?

not implemented yet.

there are some unofficial tools that let you make surgery to your wallet but the official app does not remove or hide them from the gui.
newbie
Activity: 3
Merit: 0
February 24, 2011, 07:52:08 PM
#1
bitcoind listaccounts currently shows five accounts, only one of which is being used. What's the command to delete empty accounts, or at least remove them from my wallet?
Jump to: