######################################################################
# Cyclone's Hashes.com API Escrow Tool v1.0.0 #
# This tool requires an API key from hashes.com #
# 'Search Hashes' requires credits #
# See hashes.com for more info #
######################################################################
API key verified
Select an option:
1. Upload Founds
2. Upload History
3. Download Left Lists
4. Search Hashes
5. Hash Identifier
6. Wallet Balance
7. Show Profit
8. Withdrawal History
n. Enter New API
r. Remove API Key
c. Clear Screen
q. Quit
Tool written in Go for interacting with https://hashes.com escrow's API. Currently supports all known API calls from hashes.com.
Crypto / USD prices provided by: https://api.kraken.com
Inspiration from Plum's python3 script: https://github.com/PlumLulz/hashes.com-cli
- Upload Founds
- Show Upload History
- Download List Lists
- Search Hashes (requires credits from hashes.com)
- Hash Identifier
- Wallet Balance
- Show Profit
- Withdraw History
- Saves API key locally with AES encrypted key file
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
- This assumes you have Go and Git installed
git clone https://github.com/cyclone-github/hashes.com-escrow-tool.git
cd hashes.com-escrow-tool/src
go mod init escrow_tool
go mod tidy
go build -ldflags="-s -w" .
- Compile from source code how-to:
- Several antivirus programs on VirusTotal incorrectly detect compiled Go binaries as a false positive. This issue primarily affects the Windows executable binary, but is not limited to it. If this concerns you, I recommend carefully reviewing the source code, then proceed to compile the binary yourself.
- Uploading your compiled binaries to https://virustotal.com and leaving an up-vote or a comment would be helpful as well.