I wonder if clintar's address donation format (YOURADDRESS#DONATIONADDRESS%PERCENT) can be expanded to include multiple donations
e.g., YOURADDRESS#DONATIONADDRESS1%PERCENT#DONATIONADDRESS2%PERCENT
Or will it hit the command line limit?
$ getconf ARG_MAX
2097152
$ ulimit -s 32768
$ getconf ARG_MAX
8388608
(getconf in bytes, ulimit in kilobytes)
Windows users unfortunately have probably smaller limits.