How To Easily Run Internet Speed Test in Hive OS Web GUI

1 year ago
10

In this video, I go over how to run an internet speedtest from within the Hive OS dashboard on any of your rigs. Below are the commands to run. The first set is tested in the US, but may work internationally (except UK). The UK command is below as well.

Command:
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash && apt install speedtest -y && speedtest --accept-license

Subsequent Run Command:
speedtest --accept-license

UK Command:
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash && apt install speedtest -y && speedtest --accept-gdpr

Subsequent Run Command (UK):
speedtest --accept-gdpr

-------------------
Mining Hardware (Amazon): https://amzn.to/3SKaLWs
Mining Hardware (eBay): https://ebay.us/bsaBzr
Best Surge Protector: https://amzn.to/3Sgd02G
B75 Mining Case: https://amzn.to/3SKXEUs
B75 Power Supply: https://amzn.to/3LYIAAo
B75 i7 CPU: https://amzn.to/3RHY6Sz
B85 Mining Case: https://amzn.to/3ghaGet
B85 i7 CPU: https://amzn.to/3EW3rmD

Loading comments...