i screwed up with that nvidia miner i posted before.. sorry it's prob not going to find you all any blocks.
i didn't look close enough and i posted it using Keccak 256 not 512..
so..
What i ended up doing is quickly grabbing ccminer 0.6 and i compiled it for my FERMI card and loaded it up ..seems to be working ok
No idea who has shared builds of it but we're a bit more than 1,000 blocks away from the fork so a new miner may be a waste of time and effort *maybe..
I have no clue why the hell they didn't compiled it and share it either.. that's kinda gay for them to get all cocky about it and brag basically
and then NOT provide compiled versions for at least windows users..
i seen one of the devs bragging about being all the hash on another coin etc.. if you going to romp around like that post some builds guy.
Finding a way to CHEAT this fucking coin and then keeping it to yourself ? uhh yeah real fucking classy boys. lol
How hard is it to compile the shit ? I never compiled ccminer in my life and it took my 10 minutes from downloading to compiling to running it.. so...
Begging for donations as usual ? earn it..
So people,
let me know if ya really need it and can't find it compiled on chubners cudaminer topic..
i checked the cudaminer forum etc and there is no compiled builds over there for 0.6 jackpot version.
edit:check there fist.. i grow tired of spending a year almost proving support for HIS program for a guy who's been a massive asshole to me since the day i regged here..
bug him about it FIRST lol
cocky old nvida fuck hahha
and ya i'm old too which is why i never took his shit and don't like him one bit.. the guy is an asshole big time lol
here is what chubby posted days ago..
ccMiner v0.6
04-27-2014, 09:39 AM This post was last modified: 04-27-2014 09:43 AM by cbuchner1.
#1
cbuchner1
Administrator
LiteCoin (LTC)
18
2014 Mar
ccMiner v0.6
Hi,
I've published a release v0.6 as source code only, to add two coins
Myriad Groestl (--algo=myr-gr)
Jackpotcoin (--algo=jackpot)
Jackpotcoin will hardfork at block 6000 it seems to fix the issue that mining Keccak512 only is enough for this coin Wink Until then this --algo=jackpot will work fine. We've only tested solo mining agains the wallet so far.
on Windows this should now be built in four flavours, when done correctly:
Compute 2.0 with #define MAXWELL_OR_FERMI 1 <-- Fermi
Compute 3.0 with #define MAXWELL_OR_FERMI 0 <-- old Kepler
Compute 3.5 with #define MAXWELL_OR_FERMI 0 <-- highend Kepler and GT630/640 with compute 3.5
Compute 3.5 with #define MAXWELL_OR_FERMI 1 <-- for Maxwell
the flag must be set in both .cu modules with "groestl" in its name. It affects
the speed optimization of the Groestl code.
Christian