0
I installed bitcoind on my linux server. So far, it has downloaded blocks 0-386561 according to bitcoin-cli getinfo.
I went to a random block within that range, and picked up this transaction:
TXID: a3d7b336b5e1024de75c21612bc8af7f4b30e05ccb863a438463fda4034d34db
I want to check how many confirmations this transaction has using my bitcoind through a CLI command.
So I typed bitcoin-cli gettransaction a3d7b336b5e1024de75c21612bc8af7f4b30e05ccb863a438463fda4034d34db.
Can someone please explain what is wrong??

A node can be pruned (example prune=550) and have -txindex on, right? – 2523454 – 2018-02-05T02:55:33.493
I can't think of any reason why not, but I haven't tested. – Nate Eldredge – 2018-02-05T02:56:44.983