# Gavin Andresen # 2010-12-14 17:01:24 # https://bitcointalk.org/index.php?topic=2265.msg30114#msg30114 @s{quotedtext} @s{quotedtext} @p{brk} Simplest way: @p{par} Call getaccountaddress "charity_name" when you generate the web page. You'll get the same address over and over, until somebody donates. Then you'll get a new address. @p{par} Then periodically call: @p{brk} getbalance "charity_name" @p{brk} ... and if the balance is greater than zero, call: @p{brk} sendfrom "charity_name" charity_real_bitcoin_address amount @p{par} ... to send the charity the accumulated coins. @p{par} If you deal with several charities this way, AND you're bundling up several donations before forwarding the coins to the charity, then it'll be hard to connect donors to particular charities. @p{brk}