thanks! facing a problem when using it with mac.
terminal always stay at "Updating polo ip".
seems missing some configs in my mac. can write a guide for mac-user?
Hi, unfortunately I don't have access to a Mac.
The "Updating polo ip." tries to get the poloniex IP using dig then pipes it through head to get just the IP address,
If you run the command in a terminal do you get the IP ? dig @8.8.8.8 +short poloniex.com | head -1
oh... it return 104.20.13.48.
should it return 127.0.0.1? seems that my dnsmasq is not working
It should return 104.20.13.48. Basically, we are telling dig to ask 8.8.8.8 (google) what the poloniex IP is.
You can use dig +short poloniex.com to check if dnsmasq is working.
If you want to see what DNS server was used :
dig poloniex.com | grep -i server