# Gavin Andresen # 2012-01-10 18:53:20 # https://bitcointalk.org/index.php?topic=10942.msg684428#msg684428 Are you communicating via JSON-RPC or by command-line (bitcoind sendmany ....) ? @p{par} There shouldn't be any limits if you're talking directly via JSON-RPC, but if you're calling it via the command-line then sh and bash and whatever Windows uses to launch processes all have length limits. @p{brk}