The Fastest Blockchain, Powered by GPUs
- Run
python bruteforce.pyand enter a transaction amount when prompted. - The script generates a random sender/recipient, computes a hashed block using a 24‑bit seed and verifies the transaction immediately.
- After verification, the script prints how long the transaction computation took.
PyTorch is used if available for GPU acceleration. If it is not installed, the
scripts fall back to CPU with numpy.