Telariust
Telariust
GPU/GPUEngine.h ``` // Number of thread per block #define NB_TRHEAD_PER_GROUP 128 ``` try increase it to 256 or 512.. ``` >VanitySearch-1.1.5_th128gr -t 0 -gpu 12345689 GPU: GPU #0 GeForce GTX...
Hi, Richard! thx for this beautiful lib some minor fix ####################### pycoin/services/blockcypher.py ``` class BlockcypherProvider(object): def __init__(self, api_key="", netcode=None): ``` need fix to ``` class BlockcypherProvider(object): def __init__(self, netcode=None, api_key=""):...
Hi, dev brichard19! Take a look at this program. github.com/JeanLucPons/VanitySearch It also computes the keys sequentially, but uses symmetry to calculate batch inversion. After fix code (turned off unallowable symmetry...
Hello, Bianca van Schaik! The games in the series use compressed (new) and uncompressed (old, type=0) images. Compression is based on transparency. In the old images, transparency was implemented through...