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.0.tar.gz (15.3 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.0-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: crypto_gpu_lib-1.0.0.tar.gz
  • Upload date:
  • Size: 15.3 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.0.tar.gz
Algorithm Hash digest
SHA256 5ce2ac41ae26bcd81c0157bcf20562744cd519b6a05bdb520c765e09f74016e1
MD5 1f370b767c564b97d0faafea8efc86e5
BLAKE2b-256 6cd17be3541bcf2a61006b105ef9f313956bc2a6bd764777a0380cd6d54c8a7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: crypto_gpu_lib-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 15.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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b1b55d06162e56552667f7de62ddbdbd38f0ea28336225fd0d93fb9803041d31
MD5 d8e333c288748d1bdb6ce415331d911f
BLAKE2b-256 8a67f893cb73892866063a96cd527dd601aac21b9497625b69ebd918e95b41b8

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