Pages:
Author

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

legendary
Activity: 1208
Merit: 1003
Can anyone tell me please what hashrate will I get with my R9 280X(1000/1500MHz) or Core [email protected]?
hero member
Activity: 518
Merit: 505
hi

I have a problem with CPU mining
I tried with Minerd-yacoin_stratum_x64_2_4_0
but I had only 30 hash / s !!
there is another method or another CPU mining software that gives a bit more?

thank you very much

https://github.com/vertoe/cpuminer-cach  Wink

That codebase appears to lack the optimizations that Mikaelh added that are included in the yacoin cpu miner, so it would be 5-10% slower no matter what.

The best answer would be to use the binary in the package on my github that have the CPU instructions your CPU supports - there is a text file to give some examples, but try the avx, avx-i, and avx2 ones if you have a modern intel processor.  If it doesn't work, try a different one.

Edit - after reading the rest  of the thread, if you simply keep posting "it doesn't work" instead of providing useful error messages, nobody is going to be able to help you.

Damn, where is the "like" button on bitcointalk? +1 for this post. I will look into updating the cpuminer when I get time.
hero member
Activity: 693
Merit: 500
hi

I have a problem with CPU mining
I tried with Minerd-yacoin_stratum_x64_2_4_0
but I had only 30 hash / s !!
there is another method or another CPU mining software that gives a bit more?

thank you very much

https://github.com/vertoe/cpuminer-cach  Wink

That codebase appears to lack the optimizations that Mikaelh added that are included in the yacoin cpu miner, so it would be 5-10% slower no matter what.

The best answer would be to use the binary in the package on my github that have the CPU instructions your CPU supports - there is a text file to give some examples, but try the avx, avx-i, and avx2 ones if you have a modern intel processor.  If it doesn't work, try a different one.

Edit - after reading the rest  of the thread, if you simply keep posting "it doesn't work" instead of providing useful error messages, nobody is going to be able to help you.
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
I basicly did the whole 0.11 darkcoin wallet before evan started working on this. and kept maintaining upstream compatibility and security fies from the bitcoin tree.

I'm overrated, yes. but not overvaluated. and btw i'm for hire.

Hi vertoe!

I'll hire you to write more about the "fishy" things going on with DASH and THE DARKCOIN FOUNDATION INC.

Please tell us exactly how their centralization reaches "deep into the code."

If you want to sell dirt on DASH, I'll buy it by the truckload.  And if it destroys that scam, I'll also donate to the CacheCoin dev fund.
yes!
legendary
Activity: 3066
Merit: 1188

toxic solicitations

You wouldn't know a scam, Icebreaker, if it poked you in the eye but don't let that stop your little toxic tirade of indulgence.

By the way, what happened to all your lawsuits and supposed state level regulatory breaches ? Was that another load of cooked up fairytales by your over-active imagination ?

P.S. I noticed you've quietly stopped promoting that old invisible sh*tcoin of yours thats currently getting the a*ss dumped out of it. Just as well since one helping of embarrassment is probably as much as most hooligans can deal with at once   Wink


legendary
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
I basicly did the whole 0.11 darkcoin wallet before evan started working on this. and kept maintaining upstream compatibility and security fies from the bitcoin tree.

I'm overrated, yes. but not overvaluated. and btw i'm for hire.

Hi vertoe!

I'll hire you to write more about the "fishy" things going on with DASH and THE DARKCOIN FOUNDATION INC.

Please tell us exactly how their centralization reaches "deep into the code."

If you want to sell dirt on DASH, I'll buy it by the truckload.  And if it destroys that scam, I'll also donate to the CacheCoin dev fund.
jr. member
Activity: 40
Merit: 13
There's a bunch of different versions, both x86 and x64, and specific to the various CPU architectures.  Roll Eyes
You need to find which version is adequate for your CPU & OS, then fire it up with the necessary parameters added (pool info, worker, etc).

If it still doesn't work for you after these steps, at minimum, it will help your case if you post the exact error message that you get, perhaps screenshot of the app crashing, and the exact launch string...  Undecided

intel (R) core (TM) i5-3337U CPU @ 1.8GHz -- 4.00 GB RAM -- 64 bit // Os Windows 7 Pro.

just launch the run.bat crashes immediately !!
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

Try this command with yacminer and let it run in default settings first, if it doesnt crash then you can tweak your settings to get maximum hashing in your machine

Quote
Using:
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

minerd_scrypt_jane_x64.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x32.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

Download [x86 and x64 versions in one pack]:
Link 1:http://www.mediafire.com/download.php?5j84evueiyak76l
Link 2:https://mega.co.nz/#!IdtmXQxQ!CBnopwIKXj_NBR54aHL9v2WS9f8gxUj8w0fTHWy6ie0

does not work  Angry

I tried the ones in bold

I wrote this in the run.bat file :
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -O 1:x
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -O 1:x


IMPORTANT: Set following Scrypt-jane parameters: Nfmin 4, Nfmax 30, StartT 1388949883

minerd_scrypt_jane_x64_assse3.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -O 1:x --nfmin 4 --nfmax 30 --startT 1388949883

does not work!!
hero member
Activity: 666
Merit: 500
There's a bunch of different versions, both x86 and x64, and specific to the various CPU architectures.  Roll Eyes
You need to find which version is adequate for your CPU & OS, then fire it up with the necessary parameters added (pool info, worker, etc).

If it still doesn't work for you after these steps, at minimum, it will help your case if you post the exact error message that you get, perhaps screenshot of the app crashing, and the exact launch string...  Undecided

intel (R) core (TM) i5-3337U CPU @ 1.8GHz -- 4.00 GB RAM -- 64 bit // Os Windows 7 Pro.

just launch the run.bat crashes immediately !!
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

Try this command with yacminer and let it run in default settings first, if it doesnt crash then you can tweak your settings to get maximum hashing in your machine

Quote
Using:
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

minerd_scrypt_jane_x64.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x32.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

Download [x86 and x64 versions in one pack]:
Link 1:http://www.mediafire.com/download.php?5j84evueiyak76l
Link 2:https://mega.co.nz/#!IdtmXQxQ!CBnopwIKXj_NBR54aHL9v2WS9f8gxUj8w0fTHWy6ie0

does not work  Angry

I tried the ones in bold

I wrote this in the run.bat file :
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -O 1:x
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -O 1:x


IMPORTANT: Set following Scrypt-jane parameters: Nfmin 4, Nfmax 30, StartT 1388949883
jr. member
Activity: 40
Merit: 13
There's a bunch of different versions, both x86 and x64, and specific to the various CPU architectures.  Roll Eyes
You need to find which version is adequate for your CPU & OS, then fire it up with the necessary parameters added (pool info, worker, etc).

If it still doesn't work for you after these steps, at minimum, it will help your case if you post the exact error message that you get, perhaps screenshot of the app crashing, and the exact launch string...  Undecided

intel (R) core (TM) i5-3337U CPU @ 1.8GHz -- 4.00 GB RAM -- 64 bit // Os Windows 7 Pro.

just launch the run.bat crashes immediately !!
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

Try this command with yacminer and let it run in default settings first, if it doesnt crash then you can tweak your settings to get maximum hashing in your machine

Quote
Using:
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

minerd_scrypt_jane_x64.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x32.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

Download [x86 and x64 versions in one pack]:
Link 1:http://www.mediafire.com/download.php?5j84evueiyak76l
Link 2:https://mega.co.nz/#!IdtmXQxQ!CBnopwIKXj_NBR54aHL9v2WS9f8gxUj8w0fTHWy6ie0

does not work  Angry

I tried the ones in bold

I wrote this in the run.bat file :
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -O 1:x
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o stratum+tcp://cach.catcoin.cz:3333 -O 1:x
legendary
Activity: 1484
Merit: 1000
There's a bunch of different versions, both x86 and x64, and specific to the various CPU architectures.  Roll Eyes
You need to find which version is adequate for your CPU & OS, then fire it up with the necessary parameters added (pool info, worker, etc).

If it still doesn't work for you after these steps, at minimum, it will help your case if you post the exact error message that you get, perhaps screenshot of the app crashing, and the exact launch string...  Undecided

intel (R) core (TM) i5-3337U CPU @ 1.8GHz -- 4.00 GB RAM -- 64 bit // Os Windows 7 Pro.

just launch the run.bat crashes immediately !!
minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD
minerd_scrypt_jane_x64_avx.exe -a scrypt-jane -o http://URL:PORT -O USER:PASSWORD

Try this command with yacminer and let it run in default settings first, if it doesnt crash then you can tweak your settings to get maximum hashing in your machine
jr. member
Activity: 40
Merit: 13
There's a bunch of different versions, both x86 and x64, and specific to the various CPU architectures.  Roll Eyes
You need to find which version is adequate for your CPU & OS, then fire it up with the necessary parameters added (pool info, worker, etc).

If it still doesn't work for you after these steps, at minimum, it will help your case if you post the exact error message that you get, perhaps screenshot of the app crashing, and the exact launch string...  Undecided

intel (R) core (TM) i5-3337U CPU @ 1.8GHz -- 4.00 GB RAM -- 64 bit // Os Windows 7 Pro.

just launch the run.bat crashes immediately !!
legendary
Activity: 1154
Merit: 1001
There's a bunch of different versions, both x86 and x64, and specific to the various CPU architectures.  Roll Eyes
You need to find which version is adequate for your CPU & OS, then fire it up with the necessary parameters added (pool info, worker, etc).

If it still doesn't work for you after these steps, at minimum, it will help your case if you post the exact error message that you get, perhaps screenshot of the app crashing, and the exact launch string...  Undecided
jr. member
Activity: 40
Merit: 13
legendary
Activity: 1154
Merit: 1001
example of scrypt-jane miner CPU "windows"

thanks

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

minerd.exe -a scrypt-jane -o -u -p -t --nfmin 4 --nfmax 30 --starttime 1388949883

Cheers!
jr. member
Activity: 40
Merit: 13
who can give me a windows CPU miner for CACHeCoin ?

There are a few scrypt-jane miner where you can set the time but a decent i7 hashes at roughly 50 hs per core, i get 0.4 on my i7-4690 and then shut it down again ^^

example of scrypt-jane miner CPU "windows"

thanks
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
who can give me a windows CPU miner for CACHeCoin ?

There are a few scrypt-jane miner where you can set the time but a decent i7 hashes at roughly 50 hs per core, i get 0.4 on my i7-4690 and then shut it down again ^^
jr. member
Activity: 40
Merit: 13
who can give me a windows CPU miner for CACHeCoin ?
newbie
Activity: 10
Merit: 0
Hi guys,

what CACH wallet do you use?

Cause i have quite old QT 4.8.5 and v5.4.0.0 - alpha version..

thanks
P.


Use new wallet

Binaries Windows & Mac & Linux

https[Suspicious link removed].sha256.txt

great!
thanks
PeeT
Pages:
Jump to: