Verify the Safety of Your PINGPONG App
Here are the steps to verify the safety of the installation package of the PINGPONG client you downloaded.
To further ensure the safety of running the PINGPONG app on your computer, we have introduced a special method to verify the hash of the installation package. This helps you confirm that the client you downloaded is from an official and secure source.
Please Note:
Always download and run our client from the download section of the official product website.
️Never download the installation package through links shared by others or from unofficial tutorials.
Do not run software from unknown publishers or software flagged by your system as risky. If you encounter such cases, please contact us promptly for verification.
You can run commands to obtain the hash of the installation package, and compare it with the ones we provide below. You can verify the hash of the software at any time to ensure it is safe.
Obtaining and Comparing Hashes
For Windows Users
Go to the download directory of the installation package.
In the search bar on top, type
cmd
and press Enter.In the command line, use
certutil -hashfile PINGPONG-Setup-latest.exe SHA512
to obtain the hash of the installation package, and compare it with the one on the download page: https://app.pingpong.build/mining/downloads
For Mac Users
Open Launchpad from the Dock.
Search and open Terminal from the search bar.
Drag the installation package into the Terminal.
Use
shasum -a 512 PINGPONG-latest-universal.dmg
to obtain the hash of the installation package, and compare it with the following: https://app.pingpong.build/mining/downloads
For Linux Users
Use sha512sum PINGPONG
to obtain the hash of the installation package, and compare it with the following: https://app.pingpong.build/mining/downloads
Last updated