Author

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

Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
Okay i've changed that - but yacminer shows odd numbers Cheesy

Quote
GPU 0:  77.0C 3788RPM | 4.487M/4.508Mh/s | A:0 R:0 HW:0 U:0.00/m I:17
 GPU 1:  71.0C 3247RPM | 4.490M/4.510Mh/s | A:0 R:0 HW:0 U:0.00/m I:17

mining solo right now since i cant connect to the pool you are obviously mining at...odd
hero member
Activity: 819
Merit: 1000
Will do, the pool still doesn't accept any connection though, tried with 3 miners now.

Quote
and replace 1367991200 with 1388949883, compile and that should mine without a problem

Replace that where?

Code:
grep '1367991200' *
driver-opencl.c:    if (nTimestamp <= 1367991200)
driver-opencl.c:    unsigned long int s = nTimestamp - 1367991200;
scrypt.c:    if (nTimestamp <= 1367991200)
scrypt.c:    unsigned long int s = nTimestamp - 1367991200;

should be
Code:
driver-opencl.c:    if (nTimestamp <= 1388949883)
driver-opencl.c:    unsigned long int s = nTimestamp - 1388949883;
scrypt.c:    if (nTimestamp <= 1388949883)
scrypt.c:    unsigned long int s = nTimestamp - 1388949883;
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
Will do, the pool still doesn't accept any connection though, tried with 3 miners now.

Quote
and replace 1367991200 with 1388949883, compile and that should mine without a problem

Replace that where?

Code:
grep '1367991200' *
driver-opencl.c:    if (nTimestamp <= 1367991200)
driver-opencl.c:    unsigned long int s = nTimestamp - 1367991200;
scrypt.c:    if (nTimestamp <= 1367991200)
scrypt.c:    unsigned long int s = nTimestamp - 1367991200;
hero member
Activity: 819
Merit: 1000
I've read in this thread that ybcminer should work too
https://bitcointalksearch.org/topic/annybc-ybcminer-gpu-miner-for-ybcoin-249360
but it got no --Nfmin flags and won't connect to the pool

My rig is linux so i need sources, applecoin is windows binary only as far as i can tell

Code:
./ybcminer -o stratum+tcp://cach.catcoin.cz:3333 -u Sykh.temp -p x --scrypt

If your're on linux, get yacminer https://bitcointalksearch.org/topic/annyac-yacminer-gpu-miner-for-yacoin-247782 and replace 1367991200 with 1388949883, compile and that should mine without a problem
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
I've read in this thread that ybcminer should work too
https://bitcointalksearch.org/topic/annybc-ybcminer-gpu-miner-for-ybcoin-249360
but it got no --Nfmin flags and won't connect to the pool

My rig is linux so i need sources, applecoin is windows binary only as far as i can tell

Code:
./ybcminer -o stratum+tcp://cach.catcoin.cz:3333 -u Sykh.temp -p x --scrypt
hero member
Activity: 819
Merit: 1000
ybcminer wont connect to the pool and are there new windows cpu binaries with scrypt-jane?
I'm afraid no cpu binaries for windows. you can compile one from my github repo. for gpu, people are reporting applecoin gpu miner working with the params
Code:
--scrypt --Nfmin 4 --Nfmax 30 --StartT 1388949883
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
ybcminer wont connect to the pool and are there new windows cpu binaries with scrypt-jane?
hero member
Activity: 819
Merit: 1000
my wallet keeps telling me out of synch
That is because one huge miner dropped out. you are actually in sync if the progress bar at the bottom disappears. The message will disapear after next block is mined
legendary
Activity: 1148
Merit: 1000
my wallet keeps telling me out of synch
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
We are going to be working cachecoin into our exchange when we go live along with a few other currencies.

I plan to keep mining this one, I see lots of potential.
hero member
Activity: 819
Merit: 1000
stuck on 3805 block  Angry
Not quite stuck ;-) just someone with great hash power went offline

sr. member
Activity: 331
Merit: 250
stuck on 3805 block  Angry
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
very well designed pool
hero member
Activity: 819
Merit: 1000
Good news everybody!

I managed to set up a pool at http://cach.catcoin.cz
It is PROP Vardiff with stratum, 1% fee

The next block prediction is not computer correctly, but everything else should work fine.

Any troubles with the pool report either here or send me a PM.

Note: the reward for setting up a pool is still valid, as second pool may still be handy.

I'm throwing in another 100 CACH for the 2nd pool bounty :-)
sr. member
Activity: 462
Merit: 251
Some big miner joined the pool and now there are 2 found blocks. Quite a luck at start, statistically the pool should have found only one block.
hero member
Activity: 819
Merit: 1000
Looks like the pool found a block :-) How's everything looking?
sr. member
Activity: 462
Merit: 251
Getwork protocol is there on port 8332 for compatibility with older miners, but stratum is faster (you'll achieve slightly larger effective hashrate due to smaller protocol overhead with it)
hero member
Activity: 819
Merit: 1000
Stratum support added :-) cpu miners should connect fine to the 3333 port
hero member
Activity: 819
Merit: 1000
For those using with only CPUs, you can use https://github.com/kalgecin/cpuminer as miner. To connect to http://cach.catcoin.cz/ use port 8332
hero member
Activity: 819
Merit: 1000

According to the log, you are synced. Does the client say out of sync? can you open debug console and type getinfo please?
Jump to: