Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: SleezyPet on March 09, 2014, 12:55:52 AM



Title: VertMiner will not work......
Post by: SleezyPet on March 09, 2014, 12:55:52 AM
So this is my first time using vertminer and I can not get it to work. In ubuntu 13.10 with the 14.2 cata drivers. Cgminer 3.7.1 and 3.7.3 (keccak build) run fine.

I setup the vertminer the same way i setup 3.7.3 and the configure comes back looking good. I can't get it to mine though...

Here's how I'm starting it up...

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
./vertminer -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3367 -u username.1 -p x -d 1

That gives me a supposed 680Mh/s and no accepted shares (although it doesn't say reject either). I couldn't find a specific flag for the scrypt n algo so I tried to add in the standard scrypt flag (--scrypt). When I do that it does the complete opposite, bumping down my supposed hash to 11Kh/s and droping the load on the GPU quite a bit as well. I also start getting straight rejects as well.

No matter what I do my miners in the pool website never show as being connected either.

Any suggestions?