A sophisticated Rust-based tool designed to obfuscate wallet funding sources and avoid detection by Bubblemaps tracking systems. This tool implements advanced transaction obfuscation techniques to maintain privacy and anonymity in Solana blockchain interactions.
- Advanced Wallet Obfuscation: Implements sophisticated techniques to obscure funding sources
- Solana Integration: Built specifically for Solana blockchain with native SOL and SPL token support
- Transaction Simulation: Includes transaction simulation capabilities for safe testing
- Async Architecture: High-performance async/await implementation for optimal throughput
- Comprehensive Logging: Detailed tracing and logging for monitoring and debugging
- Modular Design: Clean, maintainable codebase with separated concerns
- Language: Rust (2021 edition)
- Blockchain: Solana (SDK v2.2.2)
- Async Runtime: Tokio with full features
- Token Support: SPL Token & SPL Token 2022
- DEX Integration: Jupiter DCA integration
solana-sdk- Core Solana functionalitysolana-client- RPC client for blockchain interactionspl-token- SPL token operationsapex-primitives- Apex trading primitivesjupiter-sdk- Jupiter DEX integrationtokio- Async runtime
- Rust 1.70+ with Cargo
- Solana CLI tools (optional, for local development)
- Valid Solana RPC endpoint
- Sufficient SOL balance for transaction fees
-
Clone the repository:
git clone /bubblemaps-bypass-tool-rust cd bubblemaps-bypass-tool-rust -
Install dependencies:
cargo build --release
-
Configure environment: Create a
.envfile with your configuration:RPC_URL=your_solana_rpc_endpoint PRIVATE_KEY=your_wallet_private_key
cargo run --releaseThe tool supports various configuration options through environment variables and command-line arguments. Refer to the source code for detailed configuration options.
- Transaction Simulation: All transactions are simulated before execution
- Error Handling: Comprehensive error handling with
anyhowcrate - Secure Key Management: Proper keypair handling and signing
- Validation: Input validation and sanitization
main.rs- Application entry point and orchestrationobfuscate.rs- Core obfuscation logic and transaction buildingexecutor/- Transaction execution and confirmationutils/- Utility functions and helperscommon/- Shared configuration and constants
- Wallet Creation: Generates new temporary wallets
- Token Operations: Creates and manages WSOL accounts
- Transaction Building: Constructs obfuscated transaction sequences
- Execution: Safely executes transactions with simulation
- Cleanup: Proper resource cleanup and account management
This tool is provided for educational and research purposes. Users are responsible for ensuring compliance with applicable laws and regulations. The developers do not endorse or encourage any illegal activities.
This project is licensed under the terms specified in the LICENSE file.
Contributions are welcome! Please ensure:
- Code follows Rust best practices
- All tests pass
- Documentation is updated
- Security considerations are addressed
For technical support, feature requests, or general inquiries:
Telegram: @soljesty
Built with ❤️ using Rust for the Solana ecosystem