Closed jb55 closed 5 years ago
It would be nice to have a mode that decoded hex-encoded script, like bitcoin-cli decodescript but much faster. Then we could do something like:
bitcoin-cli decodescript
./bitcoin-iterate -q --output=%os --start 0 --end 80000 | btcs --decode
Reminder to self: reset memory arena for each input line. This should be obvious but I don't trust my brain to remember such things.
done in 142a953fa026aa904e52e846967d5dc6af3271b9
It would be nice to have a mode that decoded hex-encoded script, like
bitcoin-cli decodescript
but much faster. Then we could do something like: