hi,all,i had met a question,please hlep me~
i want to know each block coin value,
first,use command "getblockhash XX" ---> hashXX
second,use command "getblock hashXX" ----> txXXX
then,use command "getrawtransaction txXXX 1" --->block coin value
some blocks return coin value is ok, the other return No information available about transaction (code -5),
that why?
if iwant get all block value correct,how can i do?