Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Proof of Reserves Licensed to Bitget Limited
o# Proof of Reserves Licensed to Bitget Limited
## Background

Bitget launches Proof of Reserve (PoR) to improve the security and transparency of user assets. These tools will allow you to independently audit Bitget’s Proof of Reserves as well as verify that Bitget’s reserves have exceed the exchange’s known liabilities to all users to confirm Bitget’s solvency.
Expand Down Expand Up @@ -144,10 +144,10 @@ Merkle tree path data json text:

#### Verification Steps
1. Take the executable verifier that you need to download on the Bitget platform for your operating system and architecture.
- proof-of-reserves-linux-amd64-v1.0.2.zip
- proof-of-reserves-linux-arm64-v1.0.2.zip
- proof-of-reserves-macos-v1.0.2.zip
- proof-of-reserves-windows-v1.0.2.zip
- proof-of-reserves-linux-amd64-v1.0.3.zip
- proof-of-reserves-linux-arm64-v1.0.3.zip
- proof-of-reserves-macos-v1.0.3.zip
- proof-of-reserves-windows-v1.0.3.zip
2. Unzip the file to a specified directory, for example:
`~/Downloads/proof-of-reserves-*`
3. Download the file merkel_tree_bg.json and substitute the file with the same name under your directory`~/Downloads/proof-of-reserves-*`
Expand Down
Loading