Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Connecting to Duino-Coin Server not possible #75

Open
JoJos1220 opened this issue Jan 14, 2022 · 5 comments
Open

Connecting to Duino-Coin Server not possible #75

JoJos1220 opened this issue Jan 14, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@JoJos1220
Copy link

Hi Everyone!

I am not able to mine since today after a restart of the devices!
I always got frequently the Connection Error to the Duino-Coin Server.

[0]Connecting to Duino-Coin server... 51.158.182.90 6000
[0]Connection failed.
[HTTP] GET... failed, error: connection failed

May it be possible, that the IP-Address/Port is not any more in use?
Because pinging//Opening with Webbrowser and so on does not even deliver anything!

Kindly regards,

Jojo

@JoJos1220 JoJos1220 added the bug Something isn't working label Jan 14, 2022
@Dev1Co
Copy link

Dev1Co commented Jan 17, 2022

In file DuinoCoin_Pool.ino find the line (17) const char * urlPool = "http://51.15.127.80:4242/getPool"; and change to
//const char * urlPool = "http://51.15.127.80:4242/getPool";
const char * urlPool = "https://server.duinocoin.com/getPool"; or simply
const char * urlPool = "https://server.duinocoin.com/getPool";

@Dev1Co
Copy link

Dev1Co commented Jan 17, 2022

I wonder if the project will be updated?

@JoJos1220
Copy link
Author

Thank you for your Replay,
after almost a half day of searching - not only changing the Pool address solves that problem at all!
I got the Workers back online after I changed the whole "UpdatePool" and the "httpgetstring" loop, because of the https -->> Secure connection!

Now it works again!

I will welcome the Update of the Project to 3.0! Maybe lets do it together!

@Lanjelin
Copy link

Lanjelin commented Jan 23, 2022

Thank you for your Replay, after almost a half day of searching - not only changing the Pool address solves that problem at all! I got the Workers back online after I changed the whole "UpdatePool" and the "httpgetstring" loop, because of the https -->> Secure connection!

Now it works again!

I will welcome the Update of the Project to 3.0! Maybe lets do it together!

What a helpful comment! Congratulations to you!

For everyone else, replace the content of the DuinoCoin_Pool.ino with the following:

This was solved 8 days before the issue was opened: DuinoCoin_Pool.ino

@19leva89
Copy link

Good afternoon, I use your DUCO mining script, I have 6 Arduino Pro Mini and ESP32 boards, and I can’t get all 6 miners to work at the same time, there is a connection to the server, a request for work and all the work itself does not receive:( If in In the code, specify 3 miners, then everything works. All 6 boards receive an I2C address. Can you tell me what's wrong?

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants