optinsoft / gen_trx

Generate trx address with GPU (cuda)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gen_trx

Usage

Installation

python -m pip install pycuda
python -m pip install numpy
python -m pip install python-decouple
python -m pip install pycryptodome
python -m pip install ecdsa
python -m pip install base58

Configuration

Set the C++ compiler path in settings.ini:

[settings]
CL_PATH=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\bin\Hostx64\x64

About

Generate trx address with GPU (cuda)

License:MIT License


Languages

Language:C 93.7%Language:Python 4.9%Language:C++ 1.4%