# Gavin Andresen # 2011-03-12 03:18:58 # https://bitcointalk.org/index.php?topic=4353.msg64291#msg64291 Seems like this feature doesn't need to be part of the RPC interface@p{--} why not just (ignoring error handling/etc) do the equivalent of: @p{par} Code: ADDRESS = $(curl @s{(link)}) @p{brk} bitcoind sendtoaddress $ADDRESS 1 @p{brk} ... from whatever code is calling the RPC? @p{par}