# Awaiting command...
# No wallets generated yet. Run Start-Search to begin.
DESCRIPTION
Generates Solana wallet addresses matching specified patterns.
PARAMETERS
-Prefix <String>
Address must start with this pattern.
-Suffix <String>
Address must end with this pattern.
-Contains <String>
Address must contain this pattern.
-IgnoreCase [<SwitchParameter>]
Makes pattern matching case-insensitive.
NOTES
Valid Base58 characters only: 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz
Characters 0, O, I, l are NOT valid in Base58.
ESTIMATED TIMES
| 1 char | ~58 attempts | < 1 second |
| 2 chars | ~3,364 attempts | ~1 second |
| 3 chars | ~195,112 attempts | ~5 seconds |
| 4 chars | ~11,316,496 attempts | ~2-5 minutes |
| 5 chars | ~656,356,768 attempts | ~2-4 hours |
| 6+ chars | ~38+ billion attempts | Days/Weeks |
# Estimates based on ~40,000 attempts/sec. Results vary by CPU.
SECURITY
All computation runs locally. Private keys are NEVER transmitted.