Post
Topic
Board Announcements (Altcoins)
Re: [MOTO] Motocoin PROOF-of-PLAY [NEW BOT] Human Mineable -Play Game to Mine- 1yr+
by
ElvenArcher
on 24/02/2016, 16:10:24 UTC
Has the halving happened yet?

No

Quote
I have an i7 CPU that currently only allocates about 50% to this mining, with affinity set to all 8 threads (4 cores). I read that others had 90% load - is it because I have a superior CPU, or am I not utlilizing it properly?

Oops

Open "game/game.cpp" and replace

const int numThread = 4;

with

const int numThread = 8;

Then recompile it with VisualStudio 2013