https://github.com/amix/vimrc
fzf
`
git branch -r | fzf
git checkout $(git branch -r)
https://github.com/amix/vimrc
fzf
`
git branch -r | fzf
git checkout $(git branch -r)
I hereby claim:
To claim this, I am signing this object:
bool BitcoinMiner() | |
{ | |
printf("BitcoinMiner started\n"); | |
SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_LOWEST); | |
CKey key; | |
key.MakeNewKey(); | |
CBigNum bnExtraNonce = 0; | |
while (fGenerateBitcoins) | |
{ |
if (fGenerateBitcoins) | |
if (_beginthread(ThreadBitcoinMiner, 0, NULL) == -1) | |
printf("Error: _beginthread(ThreadBitcoinMiner) failed\n"); |