Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: malekbaba on January 29, 2016, 01:16:27 PM



Title: How to solo mine with a gpu
Post by: malekbaba on January 29, 2016, 01:16:27 PM
I want to learn , how do you guys mine with gpu. I know gpu is not that much profitable, i just want to learn solo mining. please help me


Title: Re: How to solo mine with a gpu
Post by: ioncanon on February 02, 2016, 01:20:13 AM
download wallet qt and download miner,than setup your pc as solo mining server


Title: Re: How to solo mine with a gpu
Post by: RustyNoman on February 02, 2016, 10:40:33 AM
If you have AMD or nvidia cards with more than 3GB video memory, you can mine Ethereum. It is most profitable.


Title: Re: How to solo mine with a gpu
Post by: Tbone123 on February 04, 2016, 11:50:19 AM
Hi can anyone please help me with GPU solo mining and tell me what I'm doing wrong?

I know it isn't the best way over pool mining but I just want to get it to work for fun but its driving me crazy!
I used to use cgminer along time ago but now it doesn't work.

-I added a BATA.conf file to app roaming BATA
-I started the wallet and waited for it to sync
-started the bat file
all I ever get is: Pool 0 slow/down or URL or credentials invalid
I have the latest AMD driver for my Radeon GPU installed and open Cl installed
 At any rate ANY help welcome
Thanks!

Bat file:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
c:\cgminer3-7-2\cgminer --scrypt -o http://127.0.0.1:5493 --gpu-engine 1085 --gpu-memclock 1250 -u xxx -p yyy  --thread-concurrency 8000 -I 18 -g 1 -w 256 -s 5 -E 25

BATA.conf:
listen=1
daemon=1
server=1
rpcuser=xxx
rpcpassword=yyy
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcallowip=localhost
rpcconnect=localhost
rpcallowip=10.0.0.*
rpcconnect=10.0.0.*
rpcport=5493