Post
Topic
Board Bitcoin Technical Support
Re: RPC getrawtransaction for all transactions in a block
by
pooya87
on 26/12/2019, 04:45:56 UTC
OMG; that is what I needed,
thanks a million!!! This goes many times faster now.

Still odd that it takes longer when I give the hash.

your welcome.
the longer time is probably due to the overhead of multiple individual RPC calls (one per tx) and the client having to find a transaction in its database by only having its hash.