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

Randomly choose from all available IP addresses #220

Merged
merged 3 commits into from
Jul 18, 2017
Merged

Randomly choose from all available IP addresses #220

merged 3 commits into from
Jul 18, 2017

Commits on Jul 17, 2017

  1. Randomly choose from all available IP addresses

    This is to avoid getting stuck on the same IP which doesn't work for whatever reason.
    
    pool.supportxmr.com uses DNS for load balancing, and it had issues with xmr-stak miners when one of the servers went down and all xmr-stak miners that were on that server didn't switch to the other working server. This change fixes the bug.
    SChernykh authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    7ea46b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c2757 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. std::srand -> srand

    SChernykh authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    752d1b8 View commit details
    Browse the repository at this point in the history