Default avatar
Deleted Account 4 months ago
My idea was to incorporate the geohash and cross reference/meld to block heights so I can create persistent 'hops' sequenced by a meshed pattern (geohash with block height) for privacy. Then my family can always find each other no matter what. Just go to the next hop when the window opens.

Replies (1)

Chris's avatar
Chris 4 months ago
Here’s a simplified example of how you could generate a hop sequence:Algorithm: Use a keyed hash function like HMAC-SHA256. Inputs:Private key: A secret passphrase (e.g., "family-secret-123"). Block height: The current block number (e.g., 800,000). Optional: A date-based salt (e.g., "2025-08-23") to limit sequence predictability. Output: A geohash like "u4pruyd", which family members can decode to coordinates using a geohash library or app.