1
I use VPS centos 7, and i install bitcoind follow: https://www.ringingliberty.com/bitcoin/
this is file bitcoin.conf:
rpcuser=bitcoinrpc
rpcpassword=My_password
daemon=1
rpctimeout=30
rpcport=8332
gen=0
txindex=1
keypool=100
Then i ran: bitcoind -reindex -deamon then ran:
bitcoin-cli getrawtransaction string_txid
i get error:
error code: -5
error message:
No information available about transaction
I use: Bitcoin Core Daemon version v0.13.0.0-ga402396
I don't know wrong?
But, i ran same code on VPS of my friend. It run ok? Why? – Vagabond – 2016-10-29T16:14:55.563
Maybe your friend's node is synced and yours is not? – Pieter Wuille – 2016-10-31T03:52:03.710