∴ zetacoind getblockhash 1191229 | xargs zetacoind getblock
{
"hash" : "00000000000276ed0694104c6c0ff1a7d9124d4c287a2dbd2f743fe496bf6783",
"confirmations" : 14149,
"size" : 576,
"height" : 1191229,
"version" : 2,
"merkleroot" : "49750bcb16ec3670d7eae3fb96b5a92da2526fe18a4e993d53c3271c077f5b60",
"tx" : [
"4c797d9c1bfcb9045b8d7187915d4b697b9fe94c8b61cba0e0c1fc54569a4fb2",
"2f2aaf8819c7d6f1e20e9a3ae9019cd52d51dc96e3943e82bc47eafa380bfd37"
],
Freshly downloaded blockchain has a different txid after the coinbase transaction (which has the same txid).
zetacoind getrawtransaction 2f2aaf8819c7d6f1e20e9a3ae9019cd52d51dc96e3943e82bc47eafa380bfd37 1
This succeeds where my previous attempts with the other txid failed.
I'm not sure what caused this; maybe somehow I got off on a minor fork.
Recompiling and redownloading the blockchain cleared the issue.
Cheers.