Learner

Results 236 comments of Learner

Monerod is in error. Git the latest monero + check firewall if port 18080 is open + if your harddisk has more than 100Gb free.

sudo systemctl stop monero cd /usr/local/src sudo rm -rf monero sudo git clone --recursive https://github.com/monero-project/monero cd monero sudo make -j2 sudo systemctl start monero Check log and wait for full...

Your monero is oudated. You need the latest or at least v0.12.x

For wallet, you can bind localhost 127.0.0.1, no need password for simplicity. Disable rpcpassword in mysql config if you enable it par hasard.

I misunderstood. the password file specified could not be read , you need create pass_file with wallet password in content and run wallet rpc with password parameter to that file.

Please read the readme of Monero github. Run this : sudo apt update && sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev...

Try this ( I guess you forgot —recursive when git ) sudo apt update && sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev...

Ubuntu version ? Try Ubuntu 16.04

Ahhhh, if you curled the bash, you need to remove all gtest libs installed by the bash.

The worst case, download monero release binary files and run without compilation.