Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xelis_wallet does not handle daemon in domain correctly #39

Open
Umiiii opened this issue Apr 25, 2024 · 5 comments
Open

xelis_wallet does not handle daemon in domain correctly #39

Umiiii opened this issue Apr 25, 2024 · 5 comments

Comments

@Umiiii
Copy link

Umiiii commented Apr 25, 2024

xelis_miner --daemon-address will always failed

Trying to connect to daemon at <domain>
Couldn't connect to daemon: IO error: received corrupt message of type InvalidContentType
@agarwood777
Copy link

Use this to start the miner
xelis_miner.exe --miner-address xel:xxxxxxxxx --daemon-address 127.0.0.1:8080

@Umiiii
Copy link
Author

Umiiii commented Apr 25, 2024

Use this to start the miner

xelis_miner.exe --miner-address xel:xxxxxxxxx --daemon-address 127.0.0.1:8080

if you tried to connect domain(i.e. example.com) it will fail since the implementation does not convert the domain to IP address

@bootesd
Copy link

bootesd commented Apr 26, 2024

I keep on getting this error: "Couldn't connect to daemon: IO error: No connection could be made because the target machine actively refused it. (os error 10061)"

I have managed to create a wallet just fine but when I login into it always goes into offline mode because of the above. Also cannot mine as get the same issue. I think I have installed everything correctly. Any idea what I have done wrong?

@Slixe
Copy link
Member

Slixe commented Jul 4, 2024

I keep on getting this error: "Couldn't connect to daemon: IO error: No connection could be made because the target machine actively refused it. (os error 10061)"

This is mostly because you're not running any local node and the wallet was trying to connect to it.

xelis_miner --daemon-address will always failed

Trying to connect to daemon at <domain>
Couldn't connect to daemon: IO error: received corrupt message of type InvalidContentType

Can you retry with latest version ?

@xdjxdaveyx
Copy link

xdjxdaveyx commented Jul 10, 2024

I created the following Windows .bat file to run the daemon and miner in parallel together and I found it defaults to 127.0.0.1:8080 anyway. The miner shows as online and is chugging away on the CPU until I get a GPU back in my machine!
@cd /d "%~dp0" start xelis_daemon start xelis_miner.exe --miner-address place-your-xelis-wallet-address-here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants