Created
August 25, 2019 13:31
-
-
Save kafaichoi/745c77efc76940d7621a90047c165aba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (fGenerateBitcoins) | |
if (_beginthread(ThreadBitcoinMiner, 0, NULL) == -1) | |
printf("Error: _beginthread(ThreadBitcoinMiner) failed\n"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment