hi,
I get an Argument list too long shell error when running
$BITCOIND decoderawtransaction $foo
where $foo is a raw tx that is 158kb long from getrawtransaction, on Ubuntu linux. How to get around it w/o recompiling the kernel?
So what happpens if you do:
$BITCOIND -stdin decoderawtransaction
$foo
And CTRL-D afterwards?