# Gavin Andresen # 2010-11-08 23:57:37 # https://bitcointalk.org/index.php?topic=1668.msg20778#msg20778 @s{quotedtext} @s{quotedtext} @p{brk} No, you can't, because every time you send them they become "new", and the priority is age multiplied by amount: @p{brk} Code: // Priority is sum(valuein * age) / txsize (valuein is the size of the bitcoin input, age is # of blocks deep, and txsize is the number of bytes the transaction takes up) @p{par} @s{quotedtext} @s{quotedtext} @p{brk} Ummm... the more you mess around with the coins in your wallet, the newer they are, and the lower their priority (relative to everybody else who might want to get their transactions into the next block). I haven't thought deeply about it, but I bet simply leaving your coins as they are and making change as necessary will work out best. But please, create your own client and try to break things on the test network! @p{par}