Tx index option #8255

issue benjiqq opened this issue on June 24, 2016
  1. benjiqq commented at 8:17 AM on June 24, 2016: none

    Starting with txindex option produces a bug continually printing "y".

    sudo apt-add-repository ppa:bitcoin/bitcoin
    sudo apt-get update
    bitcoind -daemon -txindex=1 -server=1 &
    root@btc:~# Bitcoin server starting
    : You need to rebuild the database using -reindex to change -txindex.
    
    Do you want to rebuild the block database now?
    yes
    y
    y
    y
    y
    y
    
  2. sipa commented at 8:20 AM on June 24, 2016: member

    You need to start again with the -reindex option passed on the command land.

    It should not ask "Do you want to reindex now?", as it quits immediately and runs in the background anyway.

    Typing 'yes' in the shell runs the command yes, which has nothing to do with Bitcoin, and just produces an infinite sequence of 'y' lines.

  3. benjiqq commented at 8:32 AM on June 24, 2016: none

    thanks. bitcoind -daemon -server=1 -reindex & worked for me.

  4. benjiqq closed this on Jun 24, 2016

  5. laanwj commented at 10:36 AM on June 24, 2016: member

    Typing 'yes' in the shell runs the command yes, which has nothing to do with Bitcoin, and just produces an infinite sequence of 'y' lines.

    Hah, this is a very recognizable mistake. We should change the message in case of non-GUI somehow.

  6. MarcoFalke added the label Easy to implement on Jun 24, 2016
  7. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me