dashed-slug.net › Forums › Monero Wallet Adapter extension support › Issue when full node monero install + integrate › Reply To: Issue when full node monero install + integrate
Hi Alexg,
I’ve successfully run monero daemon on server and saw it’s listening on the same port in rpc configure file. But when follow to your guy create wallet, it returned this error message:
Error: wallet failed to connect to daemon: 127.0.0.1:18081. Daemon either is not started or wrong port was passed. Please make sure daemon is running or change the daemon address using the ‘set_daemon’ command.
While Monero daemon still running and listen to this port. The next step also not complete with monero-wallet-rpc command at step (6) in this instruction: https://www.dashed-slug.net/bitcoin-altcoin-wallets-wordpress-plugin/monero-coin-adapter-extension/
The error message:
This is the RPC monero wallet. It needs to connect to a monero
daemon to work correctly.
Monero ‘Nitrogen Nebula’ (v0.16.0.0-release)
Logging to ./monero-wallet-rpc.log
2020-06-22 07:48:06.562 W Loading wallet…
2020-06-22 07:48:08.927 W Loaded wallet keys file, with public address: 43JEbYhRcPwVsacHt5dDxLLeqh9kNzRFY4eYpiPB1bR6TkdSMZyjA8AYfensaKs2MwLtZnwLN1NN2dxM1JgrvtGj2xxxxx
2020-06-22 07:48:09.432 E Blocks start before blockchain offset: 0 2092500
2020-06-22 07:48:09.585 E !m_blockchain.is_in_bounds(current_index). THROW EXCEPTION: error::out_of_hashchain_bounds_error
2020-06-22 07:48:09.833 E (m_blockchain.size() == stop_height || (m_blockchain.size() == 1 && stop_height == 0) ? false : true). THROW EXCEPTION: error::wallet_internal_error
2020-06-22 07:48:09.838 E Failed to setup background mining: BUSY
2020-06-22 07:48:09.839 I Binding on 127.0.0.1 (IPv4):18082
2020-06-22 07:48:12.179 F Error starting server: Failed to bind IPv4 (set to required)
2020-06-22 07:48:12.179 E Failed to initialize wallet RPC server
I’m sure all ports are listening but still have error. Wallet synchronization has been completed.