|
Title: Account renaming — how? Post by: kseistrup on June 05, 2011, 06:03:26 PM I have a few bitcoinds running on Linux. In each of them there's an account labelled "" and another one labelled "Your Address". Is there any way I can rename those from the command line?
Cheers, Title: Re: Account renaming — how? Post by: bittrader on June 05, 2011, 06:44:26 PM You can move money from one account to the other using the 'move' command, but that leaves the old account there even if it's empty. So, sorry, I don't think there's [yet] a way to rename via the command line.
Title: Re: Account renaming — how? Post by: kseistrup on June 05, 2011, 06:45:49 PM Hm, thanks anyway (would I be able to do it with the GUI client?). :)
Cheers, Title: Re: Account renaming — how? Post by: server on June 09, 2011, 10:07:55 PM Code: bitcoind setaccount <bitcoinaddress> <account> (overwrites old label/account name) Title: Re: Account renaming — how? Post by: kseistrup on June 09, 2011, 10:09:26 PM Code: bitcoind setaccount <bitcoinaddress> <account> (overwrites old label/account name) Cool, thanks a lot! Cheers, |