This version is working great. Left it running overnight with genproclimit=2 in stratum mode pointing to Flypool and itās still running strong 12 hours later (~34 H/s on RX 480) and actually no warnings or errors at all for me now.
Going to try genproclimit=3 or 4 given I have an 8GB card.
Canāt wait to try multi GPU with stratum support!
OK thanks man. Will try flypool. I read some bad things about suprnova, but thereās so much FUD flying around that the only way to know is to keep testing I guess.
Thanks @age but see @voxelot post I replied too where it lists genproclimit and I can assure you it does work.
I understand this is n threads on 1 GPU and not multi GPU support (I can run separate instances if I want that currently or wait for multi GPU setup which is in the solo mining software but not in stratum supported one).
Getting 136H/s on 4 x 480s running in Stratum mode to Flypool. Running 4 instances of the miner each with 2 threads - getting about 17 H/s per thread and 8 threads running. Running more threads per card doesnāt improve my performance though it works! Going to leave it run a while to see if itās stable.
Iām following the instructions at GitHub - nginnever/zogminer: an OpenCL Zcash GPU miner and it says it is fetching beta2 proving keys now. What do you mean look at the other repo? Do I need to be concerned about this and how did you fix it? Thanks to anyone for help
follow the user guide for the basic zcash mining listed here Home Ā· zcash/zcash Wiki Ā· GitHub which puts the values in the right places, then run the zogminer build.
From the regular zcash guide:
Fetch our repository with git and run fetch-params.sh like so:
git clone https://github.com/zcash/zcash.git
cd zcash/ git checkout v1.0.0
./zcutil/fetch-params.sh
This will fetch our Sprout proving and verifying keys (the final ones created in the Parameter Generation Ceremony), and place them into ~/.zcash-params/. These keys are just under 911MB in size, so it may take some time to download them.
Cool. Looks like I donāt need anything, but this probably explains why after I pulled the newer fetch-params from the non pool zogminer code and replaced that file in my zcutil directory it kept telling me permission denied when I tried to run it. Maybe it was trying to overwrite the keys I already had when I went through the process you described at launch while my zcashd node is running? I didnāt realize zog and zcashd were storing the parameters in the same place. Iāve deleted the beta keys and the sprout keys are already there. Itās building.
Thank you kindly. Youāre a gentleman and a scholar.