Please tell me launch the bitcoin client, run the client command bitcoin.exe -txindex, writes start reindex, has launched renderserver, after trying again -txindex not work, again writes start -reindex
with bitcoind.exe is also the most
I don't understand your question/problem
-txindex is used to index
all transactions which you then can query using RPC calls. You do only need this if you are a developer and want/need to access
all transactions (e.g. creating a block explorer).
Did you set
txindex=1 in the configuration file? Or did you start core with the
-txindex flag? Both should work.
Mind explaining what
exactly doesn't work ?