Why are they blocking people from protecting themselves against tyrannical governments ?! Sorry, it pisses me off. This means that you won't be able to check your mining status / modify payments using Tor.
Can someone try their address through Tor to confirm ? (You can use Brave browser with privacy with Tor option or Tor browser itself).
I don't use tor but my mining line is
miner --api 10050 --pec 2 --electricity_costs 0.28 --algo ethash sratum+ssl://eu1.ethermine.org:5555.worker1
For having it in a config file:
# run "miner --config ethermine.conf"
[common]
algo=ethash
color=1
watchdog=1
pec=1
electricity_cost=0.3
api=10050
#logfile=miner.log
#contest_wallet=yourwallet
# Main pool
[server]
host=eu1.ethermine.org
port=5555
user=yourwallet.worker1
pass=x
# Failover pool, you can specify unlimited number of failover pools
[server]
host=us1.ethermine.org
port=5555
user=yourwallet.worker1
pass=x
You can add or hash out options.
Hope this helps.