1

I am attempting to use monero wallet on ubuntu 16.04 by attaching to a daemon on windows 7 in the same LAN, both are running version 0.10.0.0 Wolfram Warptangent, but using the command ./monero-wallet-cli --daemon-address 192.168.0.18:18080 gives the following error: Error: Daemon uses a different RPC version that the wallet: 192.168.0.18:18080. Either update one of them, or use --allow-mismatched-daemon-version. I tried using --allow-mismatched-daemon-version but I still get this error: Error: refresh failed: no connection to daemon. Please make sure daemon is running.. Blocks received: 0

On the daemon I check with the status command and I have Height: 1188586/1188586 (100.0%) on mainnet, not mining, net hash 37.33 MH/s, v3, up to date, 50+18 connections so it is certainly running and accepting incoming connections.

werdwerdus
  • 540
  • 2
  • 10

1 Answers1

2

Did you follow the instructions noted in the answer to this question?

How do I use a computer with a wallet to access a headless node at my home?

I notice you mentioned --daemon-address as opposed to --daemon-host. I'm not sure if both those addresses work and are interchangeable.

scoobybejesus
  • 5,515
  • 21
  • 42