I set up a new computer (Ubuntu server 14.04) and started the command:
cd ~ && rm -f install_monero.sh && wget https://raw.githubusercontent.com/Quanttek/install_monero/master/install_monero.sh && bash install_monero.sh
It worked for a long time till I saw an error:
monero -> fatal error db_cxx.h missing
In the directory bitmonero/build release/bin/ I find these files:
-rwxrwxr-x 1 ronald ronald 24626041 Oct 19 11:38 bitmonerod
-rwxrwxr-x 1 ronald ronald 3157953 Oct 19 11:39 blockchain_converter
-rwxrwxr-x 1 ronald ronald 2879491 Oct 19 11:40 blockchain_export
-rwxrwxr-x 1 ronald ronald 3253779 Oct 19 11:41 blockchain_import
-rwxrwxr-x 1 ronald ronald 1136820 Oct 19 11:32 connectivity_tool
-rwxrwxr-x 1 ronald ronald 743573 Oct 19 11:33 simpleminer
-rwxrwxr-x 1 ronald ronald 5087977 Oct 19 11:34 simplewallet
I found that the ~/.bitmonero directory was empty.
With: wget -O blockchain.bin
http://monero.cc/downloads/blockchain/linux/blockchain.binI could get the blockchain.bin (4530181601).
When I try to start ./bitmonerod I get the following error:
~/bitmonero/build/release/bin$ ./bitmonerod
Creating the logger system
What does it mean, how to fix?
I get:
~/bitmonero/build/release/bin$ ./simplewallet
Creating the logger system
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted (core dumped)
- I guess that is a followup error from not running bitmonerod.