I started playing around with zcash a day ago. I have everything set up right(as far as I know) and have been mining for about 2 hours, I have validated 30,300 transaction, have a sol/s average of 3.9, and have completed 16,675 equihash. I still haven’t seen a drop in the bucket, so I was wondering if I should see anything by now?
Sounds like you’re mining solo. If you want to see some Zcash anytime soon, you should join a pool. At this point it’s your 4sol/s vs something 7.5million sol/s network wide. Those odds aren’t good.
I’ve had a good experience with the zmine pool, prompt, reliable and friendly. Should see a block about every other day depending on the ebb and flow of things. Larger pools will have more frequent blocks won, but your share of it will be smaller. In the end, it’s even no matter where you go, so I recommend smaller pools for the health of the network and service and support.
Is because you are in the wrong directory . Use “ls -al” without “” to see where are you when you open terminal . You should be inside the nheqminer folder to start it.
Then cd again nheqminer and after again . It might be double directory created nheqminer
./nheqminer -l eu1-zcash.flypool.org:3333 -u t1NF6yLUxAAttibU8mzfX86o8aWLcqF38DX.rig1
see what files are inside to see if you are in correct directory.
If error say is a directory then enter again in it it is sure a directory. and then after all execute that command.
Yes i saw pictures. I think you did not used all building instructions and thatswhy that file is not there.
Linux (Ubuntu 14.04 / 16.04) Build CPU_XENONCAT:
Open terminal and run the following commands:
sudo apt-get install cmake build-essential libboost-all-dev
git clone -b Linux GitHub - nicehash/nheqminer: Equihash miner for NiceHash
cd nheqminer/cpu_xenoncat/Linux/asm/
sh assemble.sh
cd …/…/…/Linux_cmake/nheqminer_cpu
cmake .
make -j $(nproc)