Post
Topic
Board Announcements (Altcoins)
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
otila
on 09/10/2014, 20:36:11 UTC
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?

Code:
$ getconf ARG_MAX
2097152
$ ulimit -s 32768
$ getconf ARG_MAX
8388608

(getconf in bytes, ulimit in kilobytes)
Windows users unfortunately have probably smaller limits.