I use VPS centos 7, and i install bitcoind follow: https://www.ringingliberty.com/bitcoin/
this is file bitcoin.conf:
0rpcuser=bitcoinrpc
1rpcpassword=My_password
2daemon=1
3rpctimeout=30
4rpcport=8332
5gen=0
6txindex=1
7keypool=100
Then i ran: bitcoind -reindex -deamon
then ran:
bitcoin-cli getrawtransaction string_txid
i get error:
0error code: -5
1error message:
2No information available about transaction
I use: Bitcoin Core Daemon version v0.13.0.0-ga402396
I don’t know wrong?