Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: FUBAR-BDHR on March 22, 2016, 07:47:33 PM



Title: Any decent GPU/CPU only coins to mine?
Post by: FUBAR-BDHR on March 22, 2016, 07:47:33 PM
It's getting to be that time of year where it's not worth running the heater but still a bit chilly so I'm thinking of firing up the old GPU as a space heater.  Haven't tried mining anything with GPU in a year.  Anything really worth mining these days?  Something I don't need to worry about mining 24/7 or have a wallet/node installed for.


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: sirslayer on March 22, 2016, 07:58:19 PM
why dont you read a few pages back on this forum, this question been asked about a dozen times


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: FUBAR-BDHR on March 22, 2016, 08:57:00 PM
I went through the fist half dozen pages and most of it is about ETH or LTC.  LTC can be mined with ASIC and I'm not sure I want to mine ETH.  I used to mine doge but that to is scrypt so can be mined with ASIC. 


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: sirslayer on March 22, 2016, 09:41:46 PM
well today PEPE coin are hot and mine-able  fast x11 rigs will benefit


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: FUBAR-BDHR on March 23, 2016, 01:48:30 AM
Might have to look into it.  I hope x11 software has improved since I last tried to mine an x11 coin.  My GPU did not like the software at all and it completely overrode the thermal cutoff.  Luckily I caught it before it did any damage. 


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: Ayers on March 23, 2016, 08:13:48 AM
hodl is good for cpu, it give you 50 coin per day with only 3-4 core, this is 500k satoshi, gpu you can search for the etheruem and decred


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: FUBAR-BDHR on March 26, 2016, 06:54:05 AM
Started mining both HODL and  decred today.  Tried mining eth yesterday but apparently 2gig memory on GPU isn't enough.


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: ashkanb on March 26, 2016, 09:31:06 AM
Started mining both HODL and  decred today.  Tried mining eth yesterday but apparently 2gig memory on GPU isn't enough.

if you don't mind would you please list your GPUs.

been reading everywhere (specially about ETH) that on any two gpus of the same model having 2 or 4gb memory has not effect on mining.
in fact i got more recommendations to get the 2gb gpus; 


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: FUBAR-BDHR on March 26, 2016, 06:19:07 PM
Started mining both HODL and  decred today.  Tried mining eth yesterday but apparently 2gig memory on GPU isn't enough.

if you don't mind would you please list your GPUs.

been reading everywhere (specially about ETH) that on any two gpus of the same model having 2 or 4gb memory has not effect on mining.
in fact i got more recommendations to get the 2gb gpus; 

AMD Radeon 6990.  2 GPUs on one card.  Both give me the clCreateBuffer(-61) error.  I did all the set commands I found and changed drivers but no help.


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: ingvarfervent on March 26, 2016, 06:47:16 PM
AMD Radeon 6990.  2 GPUs on one card.  Both give me the clCreateBuffer(-61) error.  I did all the set commands I found and changed drivers but no help.

Drivers 14.4 and at .bat

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100



Title: Re: Any decent GPU/CPU only coins to mine?
Post by: FUBAR-BDHR on March 26, 2016, 11:41:05 PM
AMD Radeon 6990.  2 GPUs on one card.  Both give me the clCreateBuffer(-61) error.  I did all the set commands I found and changed drivers but no help.

Drivers 14.4 and at .bat

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100



Still the same thing.  Doesn't matter if it's the older drivers or the most recent.


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: Za1n on March 27, 2016, 12:04:44 AM
AMD Radeon 6990.  2 GPUs on one card.  Both give me the clCreateBuffer(-61) error.  I did all the set commands I found and changed drivers but no help.

Drivers 14.4 and at .bat

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100



Still the same thing.  Doesn't matter if it's the older drivers or the most recent.

Close but missing the important one for 2 GB cards: setx GPU_SINGLE_ALLOC_PERCENT 100

This variable sets the single allocation of memory that you will need to increase for the large DAG file.

So for convenience the complete copy/paste list is:
Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: AmDD on March 27, 2016, 12:52:24 AM
Feathercoin is profitable and GPU mineable.


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: FUBAR-BDHR on March 27, 2016, 01:09:54 AM
AMD Radeon 6990.  2 GPUs on one card.  Both give me the clCreateBuffer(-61) error.  I did all the set commands I found and changed drivers but no help.

Drivers 14.4 and at .bat

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100



Still the same thing.  Doesn't matter if it's the older drivers or the most recent.

Close but missing the important one for 2 GB cards: setx GPU_SINGLE_ALLOC_PERCENT 100

This variable sets the single allocation of memory that you will need to increase for the large DAG file.

So for convenience the complete copy/paste list is:
Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

Still the same issue. 


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: FUBAR-BDHR on March 27, 2016, 01:11:56 AM
Feathercoin is profitable and GPU mineable.

I used to mine feathercoin about a year and half ago.  Never made anything off of it and had a hard time finding an exchange to sell the little I had.  Maybe it got better don't know but no plans to mine it again.


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: sirslayer on March 31, 2016, 12:40:34 AM
as in today windows 10 ethminer is getting clCreateBuffer(-61) error and doesnt matter what setx GPU i use .. Ubuntu ethminer did the same and the setx GPU did work!!!   I guess linux is king for ethminer today


Title: Re: Any decent GPU/CPU only coins to mine?
Post by: Grctest on April 07, 2016, 06:21:34 PM
Gridcoin rewards BOINC computation - there are dozens of CPU projects & a few GPU projects (all projects are rewarded on an individual project basis). Worth looking into - it's funner crunching BOINC because you're contributing to scientific advancement/research instead of burning electricity on POW.