How do I set 'txindex = 1' in bitcoincore?

0

How do I set 'txindex = 1' in bitcoincore?

I installed it on linux ubuntu. I can not find the /home/bitcoin/bitcoin.conf file.

Path to '/home/bitcoin/share/examples/bitcoin.conf'The bitcoin. conf file is found, but there is no place to set txindex = 1 inside.

Younha Jo

Posted 2018-09-13T05:31:59.350

Reputation: 3

Answers

3

If you installed Bitcoin Core on linux, the config file is most likely found in ~/.bitcoin/bitcoin.conf

Edit bitcoin.conf file and just add txindex=1 anywhere you like on a new line, just make sure it's not commented out.

mango

Posted 2018-09-13T05:31:59.350

Reputation: 141