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,
Please see:
nc -zv 127.0.0.1 18081
Ncat: Version 7.70 ( https://nmap.org/ncat )
Ncat: Connected to 127.0.0.1:18081.
Ncat: 0 bytes sent, 0 bytes received in 0.01 seconds.
–>> connected status.
netstat -tlupn |grep monero
tcp 0 0 0.0.0.0:18080 0.0.0.0:* LISTEN 4229/./monerod
tcp 0 0 127.0.0.1:18081 0.0.0.0:* LISTEN 4229/./monerod
tcp 0 0 127.0.0.1:18082 0.0.0.0:* LISTEN 4229/./monerod
I’ve tried with –daemon-adress before and saw:
./monero-wallet-cli –daemon-address 127.0.0.1:18081
This is the command line monero wallet. It needs to connect to a monero
daemon to work correctly.
WARNING: Do not reuse your Monero keys on another fork, UNLESS this fork has key reuse mitigations built in. Doing so will harm your privacy.
Monero ‘Nitrogen Nebula’ (v0.16.0.0-release)
Logging to ./monero-wallet-cli.log
Specify wallet file name (e.g., MyWallet). If the wallet doesn’t exist, it will be created.
Wallet file name (or Ctrl-C to quit): gy
Wallet and key files found, loading…
Wallet password:
Opened wallet: 43JEbYhRcPwVsacHt5dDxLLeqh9kNzRFY4eYpiPB1bR6TkdSMZyjA8AYfensaKs2MwLtZnwLN1NN2dxM1JgrvtGj28Jxx6d
**********************************************************************
Use the “help” command to see the list of available commands.
Use “help <command>” to see a command’s documentation.
**********************************************************************
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.
Background refresh thread started
and In monero-wallet-cli.log has this issue:
2020-06-22 10:25:11.891 7f83a82f27c0 INFO logging contrib/epee/src/mlog.cpp:273 New log categories: *:WARNING,net:FATAL,net.http:FATAL,net.ssl:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,serialization:FATAL,daemon.rpc.payment:ERROR,stacktrace:INFO,logging:INFO,msgwriter:INFO
Server has been reboot many times but still facing with this issue. Could you please advise.