It builds the index from the bitcoind blockchain, hence why you need it.
Does it need the entire chain once it builds the index? Can't you get rid of it later? Just wondering why you can't build the index by running pruned node.
I found
this tutorial on the internet and I think that he explains it simpler than on the one of github. I haven't worked on Bitcoin Core
a lot, for example I've never used its command line program, and thus I'm getting an error I don't understand. By running
./bitcoin-cli --testnet getinfo on the terminal I should be getting information about my node (such as block height).
I have opened the Bitcoin Core application (using
./bitcoin-qt --testnet) but once I run the above command I get:
angelo@angelo:~/bitcoin/bin$ ./bitcoin-cli --testnet getinfo
error: Could not connect to the server 127.0.0.1:18332
Make sure the bitcoind server is running and that you are connecting to the correct RPC port.
What is going on?