If you see an error messagesystem has unsupported display driver / cuda driver combinationorforward compatibility was attempted on non supporte HWthat means your cuda toolkit is incompatible with your display driver. (can try installing another display driver or another cuda toolkit version + restartin...
Point Secp256K1::ComputePublicKey(Int *privKey) { int i; uint16_t shorty; Point Q; Q.Clear(); for (i = 0; i < NUM_GTABLE_CHUNK; i++) { shorty = privKey->GetShort(i); if(shorty > 0) { int element = (i * NUM_GTABLE_VALUE) + (shorty-1); Q = GTable[element]; i+...