Poloniex launches Proof of Reserves (PoR) to improve the security and transparency of user's assets. These tools will allow you to independently audit Poloniex's Proof of Reserves, verify all Poloniex's reserves addresses known liabilities to users, in order to confirm the solvency of Poloniex.
Download the latest build for your operating system and architecture. Also, you can build the source by yourself.
Building this open source tool requires Node.js (version >= 14.20.0).
Install dependencies
npm install
build
npm run build
test
npm test
compile
npm run compile
Proof-of-Reserves executable are in the cmd directory
Command | Description |
---|---|
VerifyAddress |
We have signed a specific message with a private key to each address published by Poloniex. This tool can be used to verify Poloniex's signature and verify Poloniex's ownership of the address. |
Download Poloniex's Proof of Reserves File, verify the ownership of the Poloniex's public address Details here
Poloniex's public file contains address, message "poloniex" and signature. You can use VerifyAddress to verify Poloniex's ownership of published address.
How to use?
./VerifyAddress --help
Verify address example:
./VerifyAddress --por_csv_filename ./poloniex_por_xxxxyyzz.csv
At the same time, you can use third-party tools to verify the ownership.