Alternative for rpc_connection.batch_(commands) method

Alternative for rpc_connection.batch_(commands) method

I want some alternative method for rpc_connection.batch_(commands) to get the bitcoin blocks and transactions data. I have below code in python3 but I want to use different method.

commands = [ [ "getblockhash", height] for height in range(rangestart,rangeend) ]
block_hashes = rpc_connection.batch_(commands)

Can somebody help with this question? I also want some bitcoind rpc documentation links.

http://bit.ly/2Rer7dt

Comments

Popular posts from this blog

Need help to recover blpckchain.info wallet, my wife forgot her password and the brute force with btcrecover is not catching the password

When downloading the blockchain my application is become unusable, is there an issue with my code or am I using the BitcoinJ library incorrectly?

Mistakenly sent BTC from my personal wallet back to one of the exchange wallet addresses that I had received BTC from before - help recovering!