Skip to content

Instantly share code, notes, and snippets.

@kafaichoi
Created August 25, 2019 13:31
Show Gist options
  • Save kafaichoi/745c77efc76940d7621a90047c165aba to your computer and use it in GitHub Desktop.
Save kafaichoi/745c77efc76940d7621a90047c165aba to your computer and use it in GitHub Desktop.
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