nochowderforyou / clams

Clam Project
MIT License
62 stars 58 forks source link

Allow JSON objects like {"count":2,"amount":1.3} in createrawtransaction... #171

Closed dooglus closed 9 years ago

dooglus commented 9 years ago

... to create multiple identical outputs.

creativecuriosity commented 9 years ago

Nice.

dooglus commented 9 years ago

I'd been having trouble splitting big deposits up into lots of small outputs for staking. Over a certain size the kernel's limit on maximum command line length starts getting in the way.

This lets me create lots of outputs with a relatively short command line.

creativecuriosity commented 9 years ago

Much easier to explain to someone who wants an easy way to split as well.