2
I'm trying to run bitcoind on a Raspberry Pi 3 but I'm stuck on an error. The raspberry has a Hdd for storage with a fully indexed blockchain that was synced on my laptop and than copied to the Hdd (txindex=1).
When calling the log file I get this message:
Side note: I also did a reindex-chainstate=1 afterwords, but I still got this issue.

why does it say transaction index disabled? are you using
-txindexon the pi? – JBaczuk – 2018-10-10T18:46:47.213I have no idea. Yes, it runs with
txindex=1– Jeans5 – 2018-10-10T19:26:23.883which version of
bitcoindis the pi running? – JBaczuk – 2018-10-10T19:56:16.580Version 0.16.3. I followed these steps for LND ==> https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_30_bitcoin.md
– Jeans5 – 2018-10-10T20:01:26.110