Author

Topic: Prompt on start of the bitcoin client (Read 152 times)

newbie
Activity: 6
Merit: 0
July 24, 2018, 09:57:31 AM
#6
that is, I did correctly by writing in bitcoin.conf txindex=1 and start the client with the command bitcoin-qt.exe -reindex
and after indexing you need to run without the option -reindex leaving in bitcoin.conf with txindex=1
legendary
Activity: 1624
Merit: 2481
July 24, 2018, 09:53:04 AM
#5
Setting txindex=1 will indeed require to run the reindex command the first time.
Since txindex tells core to index all transactions and you don't have old transactions indexed yet, you will need to run reindex once.

Note that this does take quite some time and won't be done within a few minutes.
newbie
Activity: 6
Merit: 0
July 24, 2018, 09:13:25 AM
#4
prescribed in bitcoin.conf txindex=1, started the client with the command bitcoin-qt.exe -reindex
wait it can work
newbie
Activity: 6
Merit: 0
July 24, 2018, 08:55:20 AM
#3
prescribed in bitcoin.conf-txindex, I start the client writes
You need to rebuild the database using -reindex to change -txindex
prescribe in bitcoin.conf-reindex-chainstate all reindeered change-txindex and again writes will reindexer
legendary
Activity: 1624
Merit: 2481
July 24, 2018, 08:43:59 AM
#2
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  Huh
-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 ?

newbie
Activity: 6
Merit: 0
July 24, 2018, 08:25:18 AM
#1
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
Jump to: