Pages:
Author

Topic: [ANN][CACH] CACHeCoin released based on scrypt-jane - page 48. (Read 224423 times)

hero member
Activity: 819
Merit: 1000
Thanks for checking that....I've narrowed down the problem on my work computers.  It seems the virus scanner is blocking some instances of CPU miners and not others.  Unfortunatley it's blocking the Thirtybird .exe so it looks like I'm stuck using the version that won't let me use the required flags.  LucasJones is developing CPUminer-multi  which is adding Scrypt-jane support so oif it ever comes in a win32 version I may again be able to mine from these 18 computers but for now I'm stuck doing scrypt mining.  Again thanks for all the help!
I'm pretty sure you can add exceptions to the antivirus scanner. To allow certain trusted exe to run without interference. Try and see if that helps
member
Activity: 110
Merit: 10
Thanks for checking that....I've narrowed down the problem on my work computers.  It seems the virus scanner is blocking some instances of CPU miners and not others.  Unfortunatley it's blocking the Thirtybird .exe so it looks like I'm stuck using the version that won't let me use the required flags.  LucasJones is developing CPUminer-multi  which is adding Scrypt-jane support so oif it ever comes in a win32 version I may again be able to mine from these 18 computers but for now I'm stuck doing scrypt mining.  Again thanks for all the help!
hero member
Activity: 819
Merit: 1000
Thanks for compiling for me.  I appreciate it.  I really want something that really works for CPU Cachecoin mining!

gristlelump, I've used this one without issues for a very long time (though I'm not CPU mining right now tbh).

https://github.com/thirtybird/cpuminer/releases/

You'll find the 2.4.0 release has binaries optimized for the various CPU versions, and both x64 & x86.
I couldn't tell if that's what you were using already or not, anyways, hope it helps.

My startup parameters are the following, pasted from my cpu mining shortcut:
minerd-x64-core2.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -u username.worker -p password -t 6 --nfmin 4 --nfmax 30 --starttime 1388949883
(core2 as I got an old Xeon on this box)

Happy Mining,
~ Myagui

I'll check it out an see if it solves the problems I've started having.  It doesn't look like the version of CPUminer I'm using but very close as it's optimized for a particular CPU.  I can't find the original download location for the miner executable that I'm currently using.  Searhced for it but coming up short.  None of the executables in any of the scrypt-jane CPUminers seem to match my miner.
I couldn't compile th eminer on windows. It's a pain to compile on windows Sad (feels like microsofts' intention). I'll try again when i have time

Thanks for trying.  It seems the Binary that I am curently using is for QQcoin, another scrypt-jane coin.  I believe this is the download link  https://mega.co.nz/#!yNFjQSpI!Jc-kgBttobPxvfmpSTxCeh4ecMEYn4w7i8ZZsS5Fbo4 .  It worked before and I managed some blocks and what seemed to be normal share return for some time.  It just all of a sudden stopped functioning properly. I'll try Pooler and Thirtybird that Myaqui recommended.  I'll keep you updated.  I appreciate anymore attempts you make at compiling for Win32.

It might be that their nFactor coincided with that of cachecoin for some time until a few days ago that it changed and thus making you unable to mine. Try the miner suggested by @myagui

Allright all 18 of the machines are now running the YAcoin scrypt-jane miner you and @myagui sugessted.  I had to remove the --nfmin 4 --nfmax 30 --starttime 1388949883 flags because I got instacrash when initiating the bat file.  this is what it looks like now
  minerd-x86-core2 -a scrypt-jane -o http://p2pool.cachecoin.org:8336  -u CXr9ZyLTqaZ7t4n9BC98Cj2Y91C4TmqXdn  -p x -t 2
I'm pulling work and hashing but there are no indications of accepted shares.  Can you take a look at the miners?


If the miner is not made for cach specifically, then you need at the very least the --starttime flag. The current nfactor is calculated from it. There seems to be no rejects in the logs at the moment. But your address doesn't seem to appear in the graph section
Edit: Just saw the same reject from the address. Make sure the starttime is correct

None of the CPU miners made for script including the one recommended will run the --starttime flag.  It comes up with the "unrecognized Option --starttime" error and then crashes.  Guess I'm SOL running your miner on a Win32 system.  If you, the developer, can't compile it,  then I doubt I have the skill to.  To bad it isn't a more user friendly coin.

You need to set it to mine with scrypt-jane. not scrypt. also, if the miner does not have the starttime option, verify for which coin it is. Because every scrypt-jane coin has a different starttime which affects the calculated nfactor at any given time

all BAT files are flagged with -a scrypt-jane so that's not the problem.  I've tried the one you and @myagui reccomended, the CPU qqcoin/velocitycoin miners and also poolers with scrypt-jane support.  none of them will start with and of the nf or starttime flags.  If you can get any of them working please tell me how you did it because it sure doesn't work for me and without those flag i can't submit shares heres my BAT and i'm pretty sure nothing wrong with the syntax
 minerd-x86-core2 -a scrypt-jane -o http://p2pool.cachecoin.org:8336  -u CXr9ZyLTqaZ7t4n9BC98Cj2Y91C4TmqXdn  -p x -t 2 --nfmin 4 --nfmax 30 --starttime 1388949883
I'd like to know if anyone else is running a CPUminer for win32 other than your build that needs to be compiled.  If they are I'd like the download link and a BAT file to modify.

I just run the miner downloaded from https://github.com/Thirtybird/cpuminer/releases/download/v2.4.0/minerd-yacoin_stratum_x86_2_4_0.zip and it seems to run fine in my vm.
hero member
Activity: 518
Merit: 505
mega quote chains
member
Activity: 110
Merit: 10
Thanks for compiling for me.  I appreciate it.  I really want something that really works for CPU Cachecoin mining!

gristlelump, I've used this one without issues for a very long time (though I'm not CPU mining right now tbh).

https://github.com/thirtybird/cpuminer/releases/

You'll find the 2.4.0 release has binaries optimized for the various CPU versions, and both x64 & x86.
I couldn't tell if that's what you were using already or not, anyways, hope it helps.

My startup parameters are the following, pasted from my cpu mining shortcut:
minerd-x64-core2.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -u username.worker -p password -t 6 --nfmin 4 --nfmax 30 --starttime 1388949883
(core2 as I got an old Xeon on this box)

Happy Mining,
~ Myagui

I'll check it out an see if it solves the problems I've started having.  It doesn't look like the version of CPUminer I'm using but very close as it's optimized for a particular CPU.  I can't find the original download location for the miner executable that I'm currently using.  Searhced for it but coming up short.  None of the executables in any of the scrypt-jane CPUminers seem to match my miner.
I couldn't compile th eminer on windows. It's a pain to compile on windows Sad (feels like microsofts' intention). I'll try again when i have time

Thanks for trying.  It seems the Binary that I am curently using is for QQcoin, another scrypt-jane coin.  I believe this is the download link  https://mega.co.nz/#!yNFjQSpI!Jc-kgBttobPxvfmpSTxCeh4ecMEYn4w7i8ZZsS5Fbo4 .  It worked before and I managed some blocks and what seemed to be normal share return for some time.  It just all of a sudden stopped functioning properly. I'll try Pooler and Thirtybird that Myaqui recommended.  I'll keep you updated.  I appreciate anymore attempts you make at compiling for Win32.

It might be that their nFactor coincided with that of cachecoin for some time until a few days ago that it changed and thus making you unable to mine. Try the miner suggested by @myagui

Allright all 18 of the machines are now running the YAcoin scrypt-jane miner you and @myagui sugessted.  I had to remove the --nfmin 4 --nfmax 30 --starttime 1388949883 flags because I got instacrash when initiating the bat file.  this is what it looks like now
  minerd-x86-core2 -a scrypt-jane -o http://p2pool.cachecoin.org:8336  -u CXr9ZyLTqaZ7t4n9BC98Cj2Y91C4TmqXdn  -p x -t 2
I'm pulling work and hashing but there are no indications of accepted shares.  Can you take a look at the miners?


If the miner is not made for cach specifically, then you need at the very least the --starttime flag. The current nfactor is calculated from it. There seems to be no rejects in the logs at the moment. But your address doesn't seem to appear in the graph section
Edit: Just saw the same reject from the address. Make sure the starttime is correct

None of the CPU miners made for script including the one recommended will run the --starttime flag.  It comes up with the "unrecognized Option --starttime" error and then crashes.  Guess I'm SOL running your miner on a Win32 system.  If you, the developer, can't compile it,  then I doubt I have the skill to.  To bad it isn't a more user friendly coin.

You need to set it to mine with scrypt-jane. not scrypt. also, if the miner does not have the starttime option, verify for which coin it is. Because every scrypt-jane coin has a different starttime which affects the calculated nfactor at any given time

all BAT files are flagged with -a scrypt-jane so that's not the problem.  I've tried the one you and @myagui reccomended, the CPU qqcoin/velocitycoin miners and also poolers with scrypt-jane support.  none of them will start with and of the nf or starttime flags.  If you can get any of them working please tell me how you did it because it sure doesn't work for me and without those flag i can't submit shares heres my BAT and i'm pretty sure nothing wrong with the syntax
 minerd-x86-core2 -a scrypt-jane -o http://p2pool.cachecoin.org:8336  -u CXr9ZyLTqaZ7t4n9BC98Cj2Y91C4TmqXdn  -p x -t 2 --nfmin 4 --nfmax 30 --starttime 1388949883
I'd like to know if anyone else is running a CPUminer for win32 other than your build that needs to be compiled.  If they are I'd like the download link and a BAT file to modify.
hero member
Activity: 819
Merit: 1000
Thanks for compiling for me.  I appreciate it.  I really want something that really works for CPU Cachecoin mining!

gristlelump, I've used this one without issues for a very long time (though I'm not CPU mining right now tbh).

https://github.com/thirtybird/cpuminer/releases/

You'll find the 2.4.0 release has binaries optimized for the various CPU versions, and both x64 & x86.
I couldn't tell if that's what you were using already or not, anyways, hope it helps.

My startup parameters are the following, pasted from my cpu mining shortcut:
minerd-x64-core2.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -u username.worker -p password -t 6 --nfmin 4 --nfmax 30 --starttime 1388949883
(core2 as I got an old Xeon on this box)

Happy Mining,
~ Myagui

I'll check it out an see if it solves the problems I've started having.  It doesn't look like the version of CPUminer I'm using but very close as it's optimized for a particular CPU.  I can't find the original download location for the miner executable that I'm currently using.  Searhced for it but coming up short.  None of the executables in any of the scrypt-jane CPUminers seem to match my miner.
I couldn't compile th eminer on windows. It's a pain to compile on windows Sad (feels like microsofts' intention). I'll try again when i have time

Thanks for trying.  It seems the Binary that I am curently using is for QQcoin, another scrypt-jane coin.  I believe this is the download link  https://mega.co.nz/#!yNFjQSpI!Jc-kgBttobPxvfmpSTxCeh4ecMEYn4w7i8ZZsS5Fbo4 .  It worked before and I managed some blocks and what seemed to be normal share return for some time.  It just all of a sudden stopped functioning properly. I'll try Pooler and Thirtybird that Myaqui recommended.  I'll keep you updated.  I appreciate anymore attempts you make at compiling for Win32.

It might be that their nFactor coincided with that of cachecoin for some time until a few days ago that it changed and thus making you unable to mine. Try the miner suggested by @myagui

Allright all 18 of the machines are now running the YAcoin scrypt-jane miner you and @myagui sugessted.  I had to remove the --nfmin 4 --nfmax 30 --starttime 1388949883 flags because I got instacrash when initiating the bat file.  this is what it looks like now
  minerd-x86-core2 -a scrypt-jane -o http://p2pool.cachecoin.org:8336  -u CXr9ZyLTqaZ7t4n9BC98Cj2Y91C4TmqXdn  -p x -t 2
I'm pulling work and hashing but there are no indications of accepted shares.  Can you take a look at the miners?


If the miner is not made for cach specifically, then you need at the very least the --starttime flag. The current nfactor is calculated from it. There seems to be no rejects in the logs at the moment. But your address doesn't seem to appear in the graph section
Edit: Just saw the same reject from the address. Make sure the starttime is correct

None of the CPU miners made for script including the one recommended will run the --starttime flag.  It comes up with the "unrecognized Option --starttime" error and then crashes.  Guess I'm SOL running your miner on a Win32 system.  If you, the developer, can't compile it,  then I doubt I have the skill to.  To bad it isn't a more user friendly coin.

You need to set it to mine with scrypt-jane. not scrypt. also, if the miner does not have the starttime option, verify for which coin it is. Because every scrypt-jane coin has a different starttime which affects the calculated nfactor at any given time
member
Activity: 110
Merit: 10
Thanks for compiling for me.  I appreciate it.  I really want something that really works for CPU Cachecoin mining!

gristlelump, I've used this one without issues for a very long time (though I'm not CPU mining right now tbh).

https://github.com/thirtybird/cpuminer/releases/

You'll find the 2.4.0 release has binaries optimized for the various CPU versions, and both x64 & x86.
I couldn't tell if that's what you were using already or not, anyways, hope it helps.

My startup parameters are the following, pasted from my cpu mining shortcut:
minerd-x64-core2.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -u username.worker -p password -t 6 --nfmin 4 --nfmax 30 --starttime 1388949883
(core2 as I got an old Xeon on this box)

Happy Mining,
~ Myagui

I'll check it out an see if it solves the problems I've started having.  It doesn't look like the version of CPUminer I'm using but very close as it's optimized for a particular CPU.  I can't find the original download location for the miner executable that I'm currently using.  Searhced for it but coming up short.  None of the executables in any of the scrypt-jane CPUminers seem to match my miner.
I couldn't compile th eminer on windows. It's a pain to compile on windows Sad (feels like microsofts' intention). I'll try again when i have time

Thanks for trying.  It seems the Binary that I am curently using is for QQcoin, another scrypt-jane coin.  I believe this is the download link  https://mega.co.nz/#!yNFjQSpI!Jc-kgBttobPxvfmpSTxCeh4ecMEYn4w7i8ZZsS5Fbo4 .  It worked before and I managed some blocks and what seemed to be normal share return for some time.  It just all of a sudden stopped functioning properly. I'll try Pooler and Thirtybird that Myaqui recommended.  I'll keep you updated.  I appreciate anymore attempts you make at compiling for Win32.

It might be that their nFactor coincided with that of cachecoin for some time until a few days ago that it changed and thus making you unable to mine. Try the miner suggested by @myagui

Allright all 18 of the machines are now running the YAcoin scrypt-jane miner you and @myagui sugessted.  I had to remove the --nfmin 4 --nfmax 30 --starttime 1388949883 flags because I got instacrash when initiating the bat file.  this is what it looks like now
  minerd-x86-core2 -a scrypt-jane -o http://p2pool.cachecoin.org:8336  -u CXr9ZyLTqaZ7t4n9BC98Cj2Y91C4TmqXdn  -p x -t 2
I'm pulling work and hashing but there are no indications of accepted shares.  Can you take a look at the miners?


If the miner is not made for cach specifically, then you need at the very least the --starttime flag. The current nfactor is calculated from it. There seems to be no rejects in the logs at the moment. But your address doesn't seem to appear in the graph section
Edit: Just saw the same reject from the address. Make sure the starttime is correct

None of the CPU miners made for script including the one recommended will run the --starttime flag.  It comes up with the "unrecognized Option --starttime" error and then crashes.  Guess I'm SOL running your miner on a Win32 system.  If you, the developer, can't compile it,  then I doubt I have the skill to.  To bad it isn't a more user friendly coin.
hero member
Activity: 518
Merit: 505
hero member
Activity: 819
Merit: 1000
Thanks for compiling for me.  I appreciate it.  I really want something that really works for CPU Cachecoin mining!

gristlelump, I've used this one without issues for a very long time (though I'm not CPU mining right now tbh).

https://github.com/thirtybird/cpuminer/releases/

You'll find the 2.4.0 release has binaries optimized for the various CPU versions, and both x64 & x86.
I couldn't tell if that's what you were using already or not, anyways, hope it helps.

My startup parameters are the following, pasted from my cpu mining shortcut:
minerd-x64-core2.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -u username.worker -p password -t 6 --nfmin 4 --nfmax 30 --starttime 1388949883
(core2 as I got an old Xeon on this box)

Happy Mining,
~ Myagui

I'll check it out an see if it solves the problems I've started having.  It doesn't look like the version of CPUminer I'm using but very close as it's optimized for a particular CPU.  I can't find the original download location for the miner executable that I'm currently using.  Searhced for it but coming up short.  None of the executables in any of the scrypt-jane CPUminers seem to match my miner.
I couldn't compile th eminer on windows. It's a pain to compile on windows Sad (feels like microsofts' intention). I'll try again when i have time

Thanks for trying.  It seems the Binary that I am curently using is for QQcoin, another scrypt-jane coin.  I believe this is the download link  https://mega.co.nz/#!yNFjQSpI!Jc-kgBttobPxvfmpSTxCeh4ecMEYn4w7i8ZZsS5Fbo4 .  It worked before and I managed some blocks and what seemed to be normal share return for some time.  It just all of a sudden stopped functioning properly. I'll try Pooler and Thirtybird that Myaqui recommended.  I'll keep you updated.  I appreciate anymore attempts you make at compiling for Win32.

It might be that their nFactor coincided with that of cachecoin for some time until a few days ago that it changed and thus making you unable to mine. Try the miner suggested by @myagui

Allright all 18 of the machines are now running the YAcoin scrypt-jane miner you and @myagui sugessted.  I had to remove the --nfmin 4 --nfmax 30 --starttime 1388949883 flags because I got instacrash when initiating the bat file.  this is what it looks like now
  minerd-x86-core2 -a scrypt-jane -o http://p2pool.cachecoin.org:8336  -u CXr9ZyLTqaZ7t4n9BC98Cj2Y91C4TmqXdn  -p x -t 2
I'm pulling work and hashing but there are no indications of accepted shares.  Can you take a look at the miners?


If the miner is not made for cach specifically, then you need at the very least the --starttime flag. The current nfactor is calculated from it. There seems to be no rejects in the logs at the moment. But your address doesn't seem to appear in the graph section
Edit: Just saw the same reject from the address. Make sure the starttime is correct
member
Activity: 110
Merit: 10
Thanks for compiling for me.  I appreciate it.  I really want something that really works for CPU Cachecoin mining!

gristlelump, I've used this one without issues for a very long time (though I'm not CPU mining right now tbh).

https://github.com/thirtybird/cpuminer/releases/

You'll find the 2.4.0 release has binaries optimized for the various CPU versions, and both x64 & x86.
I couldn't tell if that's what you were using already or not, anyways, hope it helps.

My startup parameters are the following, pasted from my cpu mining shortcut:
minerd-x64-core2.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -u username.worker -p password -t 6 --nfmin 4 --nfmax 30 --starttime 1388949883
(core2 as I got an old Xeon on this box)

Happy Mining,
~ Myagui

I'll check it out an see if it solves the problems I've started having.  It doesn't look like the version of CPUminer I'm using but very close as it's optimized for a particular CPU.  I can't find the original download location for the miner executable that I'm currently using.  Searhced for it but coming up short.  None of the executables in any of the scrypt-jane CPUminers seem to match my miner.
I couldn't compile th eminer on windows. It's a pain to compile on windows Sad (feels like microsofts' intention). I'll try again when i have time

Thanks for trying.  It seems the Binary that I am curently using is for QQcoin, another scrypt-jane coin.  I believe this is the download link  https://mega.co.nz/#!yNFjQSpI!Jc-kgBttobPxvfmpSTxCeh4ecMEYn4w7i8ZZsS5Fbo4 .  It worked before and I managed some blocks and what seemed to be normal share return for some time.  It just all of a sudden stopped functioning properly. I'll try Pooler and Thirtybird that Myaqui recommended.  I'll keep you updated.  I appreciate anymore attempts you make at compiling for Win32.

It might be that their nFactor coincided with that of cachecoin for some time until a few days ago that it changed and thus making you unable to mine. Try the miner suggested by @myagui

Allright all 18 of the machines are now running the Thirtybird YAcoin scrypt-jane miner you and @myagui sugessted.  I had to remove the --nfmin 4 --nfmax 30 --starttime 1388949883 flags because I got instacrash when initiating the bat file.  this is what it looks like now
  minerd-x86-core2 -a scrypt-jane -o http://p2pool.cachecoin.org:8336  -u CXr9ZyLTqaZ7t4n9BC98Cj2Y91C4TmqXdn  -p x -t 2
I'm pulling work and hashing but there are no indications of accepted shares.  Can you take a look at the miners?
member
Activity: 110
Merit: 10
Thanks for compiling for me.  I appreciate it.  I really want something that really works for CPU Cachecoin mining!

gristlelump, I've used this one without issues for a very long time (though I'm not CPU mining right now tbh).

https://github.com/thirtybird/cpuminer/releases/

You'll find the 2.4.0 release has binaries optimized for the various CPU versions, and both x64 & x86.
I couldn't tell if that's what you were using already or not, anyways, hope it helps.

My startup parameters are the following, pasted from my cpu mining shortcut:
minerd-x64-core2.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -u username.worker -p password -t 6 --nfmin 4 --nfmax 30 --starttime 1388949883
(core2 as I got an old Xeon on this box)

Happy Mining,
~ Myagui

the thirtybird miner is doing the same thing the qqcoin/velocitycoin miner is doing...not mining shares.  My bat file is as follows
minerd-x86-core2 -a scrypt-jane -o http://p2pool.cachecoin.org:8336  -u CXr9ZyLTqaZ7t4n9BC98Cj2Y91C4TmqXdn  -p x -t 2  I removed the --nfmin 4 --nfmax 30 --starttime 1388949883 flags as it instantly shut down the miner.  it seems the yacoin miner can't use these flags?  i'm using version 2.4.0 for x86 on an e5300 intel dual core.  18 machines running the same setup and everyone fails to submit shares.  It says it's hashing but no YAYS! or Boos!
hero member
Activity: 819
Merit: 1000
Hi kalgecin, any news from our little millionaire friend? He promised to crush CACHe to the point which we never recover again. And now my buy order is still waiting for his crusader with a little impatience.  Grin
He he. he appeared to vacate the premises Tongue
hero member
Activity: 938
Merit: 1000
Hi kalgecin, any news from our little millionaire friend? He promised to crush CACHe to the point which we never recover again. And now my buy order is still waiting for his crusader with a little impatience.  Grin
hero member
Activity: 819
Merit: 1000
Whoever is mining in p2pool.cachecoin.org with the address CTESVMou6YvBrYqhvtmHobkNpeDRs3CpaH, you're not submitting valid shares Sad
hero member
Activity: 819
Merit: 1000
I have long been an investor in Cachecoin but I am getting a little impatient.  All I read about is mining issues.  I too experienced these and decided to move to Darkcoin a month ago (glad i did).  I'd like to return to Cachecoin but I just don't see the progress.  I might sound like a crone, but i am really just asking for an update on what's going on and what goodies we can expect?  Might I suggest DarkCache? Smiley

If by DarkCach you mean anonymous transactions, then yes, we are working on a method. As for the mining issues, i've only heard from one person with problems above. If you run into issues, i'm sure people in irc would be glad to help. You can use webchat to join irc if you don't have a client. http://webchat.freenode.net/?channels=cachecoin
newbie
Activity: 25
Merit: 0
I have long been an investor in Cachecoin but I am getting a little impatient.  All I read about is mining issues.  I too experienced these and decided to move to Darkcoin a month ago (glad i did).  I'd like to return to Cachecoin but I just don't see the progress.  I might sound like a crone, but i am really just asking for an update on what's going on and what goodies we can expect?  Might I suggest DarkCache? Smiley
hero member
Activity: 819
Merit: 1000
Thanks for compiling for me.  I appreciate it.  I really want something that really works for CPU Cachecoin mining!

gristlelump, I've used this one without issues for a very long time (though I'm not CPU mining right now tbh).

https://github.com/thirtybird/cpuminer/releases/

You'll find the 2.4.0 release has binaries optimized for the various CPU versions, and both x64 & x86.
I couldn't tell if that's what you were using already or not, anyways, hope it helps.

My startup parameters are the following, pasted from my cpu mining shortcut:
minerd-x64-core2.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -u username.worker -p password -t 6 --nfmin 4 --nfmax 30 --starttime 1388949883
(core2 as I got an old Xeon on this box)

Happy Mining,
~ Myagui

I'll check it out an see if it solves the problems I've started having.  It doesn't look like the version of CPUminer I'm using but very close as it's optimized for a particular CPU.  I can't find the original download location for the miner executable that I'm currently using.  Searhced for it but coming up short.  None of the executables in any of the scrypt-jane CPUminers seem to match my miner.
I couldn't compile th eminer on windows. It's a pain to compile on windows Sad (feels like microsofts' intention). I'll try again when i have time

Thanks for trying.  It seems the Binary that I am curently using is for QQcoin, another scrypt-jane coin.  I believe this is the download link  https://mega.co.nz/#!yNFjQSpI!Jc-kgBttobPxvfmpSTxCeh4ecMEYn4w7i8ZZsS5Fbo4 .  It worked before and I managed some blocks and what seemed to be normal share return for some time.  It just all of a sudden stopped functioning properly. I'll try Pooler and Thirtybird that Myaqui recommended.  I'll keep you updated.  I appreciate anymore attempts you make at compiling for Win32.

It might be that their nFactor coincided with that of cachecoin for some time until a few days ago that it changed and thus making you unable to mine. Try the miner suggested by @myagui
member
Activity: 110
Merit: 10
Thanks for compiling for me.  I appreciate it.  I really want something that really works for CPU Cachecoin mining!

gristlelump, I've used this one without issues for a very long time (though I'm not CPU mining right now tbh).

https://github.com/thirtybird/cpuminer/releases/

You'll find the 2.4.0 release has binaries optimized for the various CPU versions, and both x64 & x86.
I couldn't tell if that's what you were using already or not, anyways, hope it helps.

My startup parameters are the following, pasted from my cpu mining shortcut:
minerd-x64-core2.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -u username.worker -p password -t 6 --nfmin 4 --nfmax 30 --starttime 1388949883
(core2 as I got an old Xeon on this box)

Happy Mining,
~ Myagui

I'll check it out an see if it solves the problems I've started having.  It doesn't look like the version of CPUminer I'm using but very close as it's optimized for a particular CPU.  I can't find the original download location for the miner executable that I'm currently using.  Searhced for it but coming up short.  None of the executables in any of the scrypt-jane CPUminers seem to match my miner.
I couldn't compile th eminer on windows. It's a pain to compile on windows Sad (feels like microsofts' intention). I'll try again when i have time

Thanks for trying.  It seems the Binary that I am curently using is for QQcoin, another scrypt-jane coin.  I believe this is the download link  https://mega.co.nz/#!yNFjQSpI!Jc-kgBttobPxvfmpSTxCeh4ecMEYn4w7i8ZZsS5Fbo4 .  It worked before and I managed some blocks and what seemed to be normal share return for some time.  It just all of a sudden stopped functioning properly. I'll try Pooler and Thirtybird that Myaqui recommended.  I'll keep you updated.  I appreciate anymore attempts you make at compiling for Win32.
hero member
Activity: 518
Merit: 505
hero member
Activity: 819
Merit: 1000
Thanks for compiling for me.  I appreciate it.  I really want something that really works for CPU Cachecoin mining!

gristlelump, I've used this one without issues for a very long time (though I'm not CPU mining right now tbh).

https://github.com/thirtybird/cpuminer/releases/

You'll find the 2.4.0 release has binaries optimized for the various CPU versions, and both x64 & x86.
I couldn't tell if that's what you were using already or not, anyways, hope it helps.

My startup parameters are the following, pasted from my cpu mining shortcut:
minerd-x64-core2.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -u username.worker -p password -t 6 --nfmin 4 --nfmax 30 --starttime 1388949883
(core2 as I got an old Xeon on this box)

Happy Mining,
~ Myagui

I'll check it out an see if it solves the problems I've started having.  It doesn't look like the version of CPUminer I'm using but very close as it's optimized for a particular CPU.  I can't find the original download location for the miner executable that I'm currently using.  Searhced for it but coming up short.  None of the executables in any of the scrypt-jane CPUminers seem to match my miner.
I couldn't compile th eminer on windows. It's a pain to compile on windows Sad (feels like microsofts' intention). I'll try again when i have time
Pages:
Jump to: