Nobody else has your private key
Your browser makes it and your browser keeps it. It never travels to us, not in full, not in pieces, and not hidden inside anything else we receive.
Your private key is created inside your own browser. Our servers never receive it, never store it, and never get a copy of it. You do not even need an account to mine.
Your browser makes it and your browser keeps it. It never travels to us, not in full, not in pieces, and not hidden inside anything else we receive.
There is no wallet record sitting on our servers with your name on it. If we were hacked tomorrow, your keys would not be in the pile.
A backup file is encrypted with a password only you know. We never see the password, and the password is not written inside the file either.
Anyone can drop coins through it. That is the whole point of it, so sharing it is completely safe.
Whoever holds it owns the money. Keep it to yourself. VAULT never holds it, so VAULT can never open your wallet.
Every wallet you find is written to this browser's local storage on this computer. That is why the list at the bottom of the miner is still there when you jump over to this page and come back, and why it survives a refresh or restarting the browser.
It is not sent to our servers, not tied to an account, and not stored in a cookie. Clear your site data or move to a different device and the list starts empty, because we never had a copy to give back to you.
It sits in the input box while you use it and then disappears. It is never saved and never uploaded.
PBKDF2-SHA256 turns a short password into a very strong key. Slow on purpose, so guessing it is hopeless.
A fresh random salt and a fresh random IV every single time. Any tampering with the file is detected on open.
A small .json lands in your downloads. The password is not inside it. The key is unreadable without your password.
{"v":1,"salt":"8f3c1d...","iv":"b71a...","ct":"d41d8cd98f00b204e9800998ecf8427e"}Restoring is done right here on the Miner page. Your file is decrypted by your browser, and the raw keypair is downloaded straight back to you.
This is illustrative code so you can follow along. The real miner runs the same idea in background workers.
Try 2–3 characters first. Longer patterns can take hours or more.
Choose your thread count. Stop whenever you want your device back.
Grab an encrypted backup or a raw keypair. Keep the password and the file safe.
Short answers, no jargon. If anything here is still unclear, the source files are linked at the bottom of this page.
No. Your browser creates the key, your browser checks the address, and your browser keeps the result. Our servers only receive the public address and a signed proof so it can appear in the shared CLAIMED feed. There is no server-side copy of your wallet.
Only you. It exists in this browser tab and in the files you export. It is never transmitted to us, never written to an account, and never recoverable by anyone but you.
In your browser's local storage on this device, which is why it stays put when you switch between the Miner page and this one. It is never uploaded. Clearing site data, using a private window, or switching device starts the list fresh.
The saved list is deleted. That is the tradeoff for keeping it off our servers. Export the .txt files you want to keep before you clear anything.
No, and no service can without breaking the whole point. We never received your key, so there is nothing to restore from. Your export files are the backup.
PBKDF2-SHA256 derives a key from your password with 600,000 iterations, a fresh random salt and a random IV. AES-256-GCM then encrypts the keypair. Your password is not stored in the file and is never sent anywhere. Use Restore encrypted backup on the Miner page to decrypt it locally.
1–5 Base58 characters per pattern. Matching is case-sensitive, and the characters 0, O, I and lowercase l are excluded because they look too much alike.
No. Generation is free and needs no account. Your device supplies the processing power. Sending the coins later still takes SOL for network fees.
No. It shows the process without generating a wallet or using threads. The Miner page runs the real thing in background workers.
You should know where a wallet comes from, what leaves your device, and what you need to keep safe. Here is how the current browser miner works, with no marketing in it.
The miner uses your browser's Web Crypto implementation to generate Ed25519 keypairs inside background workers. The server does not choose a private key for you or send a pre-generated wallet to your browser. The worker checks the public address against your pattern and returns a match to the page.
A vanity pattern changes which generated addresses are accepted. It does not turn your chosen word into a password or private key. The wallet still comes from a newly generated cryptographic keypair.
Scroll below the miner to see every wallet found. Starting another search keeps earlier matches in Your mined wallets, and that list survives page changes, refreshes and browser restarts, so it is still there when you come back from this page.
The list is stored in your browser's local storage and is never sent to the server, written to cookies or attached to your account. Clearing site data or moving to another device erases it, so export the wallets you want to keep. It cannot recover private keys from a previous device or a cleared browser, and the public CLAIMED feed cannot restore them.
To publish a browser discovery, the page sends its public address, matching pattern, match position and a signed proof. The server verifies that proof, adds a time and an anonymous miner label, and stores the public discovery. Other visitors can see it in CLAIMED.
The signed message identifies a VAULT discovery. It is not a Solana transaction or a request to spend funds. The request contains neither the private keypair nor your encrypted-backup password. Like other websites, the server receives ordinary connection information, such as your IP address; the public feed does not display it.
Each wallet has an Export private key .txt button. Export all .txt puts every wallet currently in your list into one file. These downloads are assembled locally using a browser Blob; a server does not create or deliver the key file.
The TXT contains the public address and a Base58-encoded 64-byte Solana private keypair. It is not a seed phrase. Use a wallet that supports this import format. A TXT file is unencrypted: anyone who obtains the private key can control that wallet. Do not paste it into support chats, public messages or unfamiliar import pages.
Every wallet in your list also offers an encrypted backup. Your browser derives an encryption key from your password using PBKDF2-SHA256 with 600,000 iterations and a fresh random 16-byte salt. AES-256-GCM encrypts the keypair with a random 12-byte IV and includes an authentication tag to detect alterations.
The downloaded backup contains ciphertext and the parameters needed to decrypt it. The password is not stored in the file or sent to the server. Use a long, unique password and keep it separately. Restore encrypted backup on the Miner page reads and decrypts the file locally, then downloads the raw keypair. There is no password-reset or lost-key recovery service for these backups.
The current browser miner has no private-key upload in its generation, history or export flow. That is a statement about this implementation, not a guarantee that any website or device can never be compromised. The page necessarily handles the key in memory while it is open. Malicious extensions, device malware or modified site code could read it.
No existing-wallet connection or existing private key is needed to generate a new address. Check the site you are using, keep your browser and device secure, and verify an import before putting significant funds in a new wallet. We do not claim an independent security audit or promise that a wallet can never be drained.
| Data | Where it lives | Sent by the browser miner? |
|---|---|---|
| Private keypair | Browser local storage and your exported files | No |
| Backup password | Browser input and encryption operation | No |
| Encrypted backup | Your downloaded file | No |
| Saved wallet list | This device only | No |
| Public address, pattern, proof | Browser and shared discoveries service | Yes |
| Thread-count setting | Local browser settings | No |
The privacy description above applies to new wallets generated by this browser miner. VAULT no longer has website accounts at all: there is no sign-in, no registration and nothing here is tied to a login. Browser keypairs are never copied into the older desktop vault. Historical public discoveries are shown for activity, not as a source of private keys.
These are the exact files your browser loads. Open them, or watch the network requests in your own dev tools.
Key generation ↗ Local history & TXT export ↗ Encryption & restore ↗ Discovery requests ↗