Possible to move specific transaction from one account to another?

0

I'm running bitcoind (0.8.0) and I'm wondering if there's a way to "move" a specific transaction from account A to account B (without actually broadcasting a new transaction). I know about the "move" command, but I can't target specific transactions with this.

Reason for this is that I'd like to use different accounts as "tags" for transactions. I want to have one single address for incoming transactions and then (after having processed them) tag them with different labels (accounts).

Is there any way to do this? Thanks for your hints.

Max Min

Posted 2013-02-12T08:44:07.470

Reputation: 551

Answers

2

The only way to do that would be to change the account associated to the address that received the transaction. Have a look at setaccount.

David

Posted 2013-02-12T08:44:07.470

Reputation: 760

Thanks. That would imply that I have to generate a new address for every transaction. I was hoping to be able to use only one address, but I guess that's just no possible.Max Min 2013-02-12T09:55:52.150