# keys.
txt - TEMPLATE
# WARNING: This file must be created and kept LOCAL on your machine.
# Do NOT share this file or paste its contents in any online chat or service.
# Replace the two placeholder lines below with your TWO PRIVATE KEYS in hexadecimal
format (64 hex characters each, no 0x prefix).
# Line 1: first private key (hex, 64 chars)
# Line 2: second private key (hex, 64 chars)
# Example (DO NOT USE THESE example values; replace them with your real keys
locally):
# a3f4d1e5b6c7... (64 hex chars)
# 9b2c5e7f8a1d... (64 hex chars)
# === REPLACE THE TWO LINES BELOW WITH YOUR KEYS ===
REPLACE_WITH_HEX_PRIVATE_KEY_1______________________________
REPLACE_WITH_HEX_PRIVATE_KEY_2______________________________
# After replacing, save this file in the same folder as
compare_and_validate_secure.py
# Run the script locally:
# python compare_and_validate_secure.py [optional_addr1 optional_addr2]
# Example:
# python compare_and_validate_secure.py 1Pwo6DR1Qgrb468M543S8kzwojih7niGXb
1PWo3JeB9jrGwfHDNpdGK54CRas7fsVzXU
#
# Security tips:
# - Prefer setting keys as environment variables (HEX1 and HEX2) instead of keeping
them in a file long-term.
# - If you must use [Link], store it encrypted or delete it after use.
# - Never send the file or its contents to anyone.