Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: d4yst4r on April 22, 2018, 12:32:32 AM



Title: How do I ping a pool? Trying to find the best Monero XMR pools for my area!
Post by: d4yst4r on April 22, 2018, 12:32:32 AM
Can anyone help me ping nanopool monero?  My mining rewards are lower than calculated on whattomine.com and I may need to switch based on my location.

Or... if anyone knows a pool that is closer to me for mining monero, I am located in the tri-state area of Ohio, Kentucky, and Indiana.

If you are in my area and have a suggested pool, fire away!

Thanks bitcointalk forum members!



Title: Re: How do I ping a pool? Trying to find the best Monero XMR pools for my area!
Post by: insider00 on April 22, 2018, 12:53:57 AM
open cmd
use this command

ping eu1.ethermine.org

etc


Title: Re: How do I ping a pool? Trying to find the best Monero XMR pools for my area!
Post by: Vann on April 22, 2018, 12:55:07 AM
Just run an administrator command prompt and ping the stratum server.

Code:
ping xmr-us-east1.nanopool.org

Anything <100ms response is good.


Title: Re: How do I ping a pool? Trying to find the best Monero XMR pools for my area!
Post by: d4yst4r on April 22, 2018, 03:58:52 AM
Just run an administrator command prompt and ping the stratum server.

Code:
ping xmr-us-east1.nanopool.org

Anything <100ms response is good.

Worked like a charm.  Thank you.

Average was 74 ms, min 55 ms but max was at 122ms.  Should I be looking for a different pool in your opinion?


Title: Re: How do I ping a pool? Trying to find the best Monero XMR pools for my area!
Post by: Tidsdilatation on April 22, 2018, 04:06:09 AM
Just run an administrator command prompt and ping the stratum server.

Code:
ping xmr-us-east1.nanopool.org

Anything <100ms response is good.

Worked like a charm.  Thank you.

Average was 74 ms, min 55 ms but max was at 122ms.  Should I be looking for a different pool in your opinion?

122 ms is abit on the edge of max i think. This also depends on where you live and how well ur standard in the country you are in are. For me, anything over 50ms is very bad and i always try to find a better located pool.


Title: Re: How do I ping a pool? Trying to find the best Monero XMR pools for my area!
Post by: nc50lc on April 22, 2018, 06:22:31 AM
Worked like a charm.  Thank you.

Average was 74 ms, min 55 ms but max was at 122ms.  Should I be looking for a different pool in your opinion?
How many echos (send&receive) your command prompt received? Four? (four can't even define the average)
If yes, try to increase the number of ping request to 100 or 1000 and increase the buffer size from default 32 to 128bytes:
Code:
ping xmr-us-east1.nanopool.org -n 100 -l 128
Then look for the Maximum and the Average, it must be Maximum: <120 ; Average: ≤100.