I wanted to start mining digibyte and could need some help. Here's what I have done:
1. Downloaded and extracted cpuminer-2.4.5-win64 on a windows 10 64-bit system
2. Registered on theblocksfactory.com and created a worker
3. Created a batch file in the same folder as my cpuminer with the following code:
minerd -a scrypt -o stratum+tcp://s1.theblocksfactory.com:9004 -u myaccount.myworker -p mypassword
After I started the batch file I can see that the script is connected to the server and binds all 16 cpus.
Then a messages pops up "Stratum requested work restart" and a few lines like this "thread 11: 4104 hashes, 14.59 khash/s".
I have no idea, why my worker on theblocksfactory is not active. Could somebody explain what I am doing wrong?