# Gavin Andresen # 2011-05-06 13:32:21 # https://bitcointalk.org/index.php?topic=7410.msg108821#msg108821 If you want each receiving address treated as its own account, you can: @p{brk} setaccount @p{lt}address@s{gt} @p{lt}address@s{gt} @p{brk} ... and then use @p{lt}address@s{gt} as the name of the account. @p{par} And validateaddress will tell you what account is associated with an address. @p{par}