Post
Topic
Board Development & Technical Discussion
Re: ”Argument list too long“ for decoderawtransaction
by
TheArchaeologist
on 21/08/2018, 08:20:02 UTC
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:
Code:
$BITCOIND -stdin decoderawtransaction
$foo
And CTRL-D afterwards?