Skip to main content

High-performance GPU-accelerated cryptocurrency wallet generation library

Project description

CryptoGPU - High-Performance GPU-Accelerated Cryptocurrency Wallet Generation

PyPI version Python versions License: MIT

A blazing-fast Python library for generating cryptocurrency wallets using NVIDIA GPU acceleration. Supports Bitcoin, Ethereum, Litecoin, Solana, and other major cryptocurrencies with massive parallel processing capabilities.

🚀 Features

  • GPU Acceleration: Utilizes NVIDIA CUDA for massive parallel processing
  • Multi-Currency Support: Bitcoin, Ethereum, Litecoin, Solana, Bitcoin Cash, Dogecoin, Dash
  • High Performance: Generate thousands of wallets per second
  • BIP39/BIP44 Compliant: Full support for mnemonic phrases and hierarchical deterministic wallets
  • Batch Processing: Optimized batch generation for maximum throughput
  • Memory Efficient: Smart memory management for large-scale operations
  • Fallback Support: Automatic CPU fallback when GPU is unavailable

📊 Performance

  • GPU Mode: 8,000+ wallets/second on NVIDIA T4
  • CPU Mode: 2,000+ wallets/second with multi-threading
  • Memory Usage: <2GB for 10,000 wallet batches

🛠️ Installation

# CPU version
pip install crypto-gpu-lib

# GPU version with CUDA support
pip install crypto-gpu-lib[gpu]

# Development version with all extras
pip install crypto-gpu-lib[all]

🎯 Quick Start

from crypto_gpu_lib import GPUWalletGenerator, SupportedNetworks

# Initialize generator with GPU acceleration
generator = GPUWalletGenerator(
    batch_size=1000,
    networks=[
        SupportedNetworks.BITCOIN,
        SupportedNetworks.ETHEREUM,
        SupportedNetworks.LITECOIN
    ]
)

# Generate a batch of wallets
batch = generator.generate_batch()

print(f"Generated {len(batch)} wallets in {batch.generation_time:.2f}s")

# Access individual wallets
for wallet in batch.wallets:
    print(f"Mnemonic: {wallet.mnemonic}")
    print(f"BTC Address: {wallet.get_address(SupportedNetworks.BITCOIN)}")
    print(f"ETH Address: {wallet.get_address(SupportedNetworks.ETHEREUM)}")
    print("---")

🏗️ Supported Networks

Network Symbol Derivation Path Address Format
Bitcoin BTC m/44'/0'/0'/0/0 P2PKH (1...)
Ethereum ETH m/44'/60'/0'/0/0 0x...
Litecoin LTC m/44'/2'/0'/0/0 P2PKH (L...)
Solana SOL m/44'/501'/0'/0/0 Base58
Bitcoin Cash BCH m/44'/145'/0'/0/0 P2PKH
Dogecoin DOGE m/44'/3'/0'/0/0 P2PKH (D...)
Dash DASH m/44'/5'/0'/0/0 P2PKH (X...)

🔒 Security Notes

  • This library generates cryptographically secure random entropy
  • Private keys are generated using industry-standard algorithms
  • Always verify generated addresses before use
  • Keep private keys secure and never share them

📄 License

MIT License - see LICENSE file for details.

🙏 Acknowledgments


⚠️ Disclaimer: This software is for educational and research purposes. Always verify generated wallets and use proper security practices when handling cryptocurrency.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crypto_gpu_lib-1.0.3.tar.gz (20.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crypto_gpu_lib-1.0.3-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file crypto_gpu_lib-1.0.3.tar.gz.

File metadata

  • Download URL: crypto_gpu_lib-1.0.3.tar.gz
  • Upload date:
  • Size: 20.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for crypto_gpu_lib-1.0.3.tar.gz
Algorithm Hash digest
SHA256 d1924ac58e213510e9416f6d19e24fe0b611789dacc6d2f2086eb981ab27cf59
MD5 d90fb7ed2571dfbc08a797b58d34531f
BLAKE2b-256 7cd0688a4553cd31f4c2c4f1d77a95d241aae8ce9fa2e40d7ebbbd9ad6726074

See more details on using hashes here.

File details

Details for the file crypto_gpu_lib-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: crypto_gpu_lib-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for crypto_gpu_lib-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3277b1bc573b3aafc120f7dbf4eb22b6838aed28403ae2c04db8fe72b3282f79
MD5 fdb848a9b3aeb1479553de85beb0c26b
BLAKE2b-256 7de49106e30fc2a400d8538dace9aa1695744d1be693f02d41c3e0d3bdbb8fd1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page