Bitcoin Forum
May 04, 2024, 12:10:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4]
61  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ETH-Mining] 17 MH/7970 Much lower then expected, any help is appreciated on: March 29, 2016, 02:59:15 PM
What is the brand of your 7970? Maybe you got the cheap Elpida memory.

yesh probably this, this is why i avoided amd, they have this terrible hassles of the memory to deal, with, with nvidia i never expereienced this problem, you have what you bought
No nvidia gpu can match a R9 390/290/x  Wink
62  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ETH-Mining] 17 MH/7970 Much lower then expected, any help is appreciated on: March 28, 2016, 07:07:02 PM
Flash it to 280x bios with same memory IC and try 256 16384
63  Alternate cryptocurrencies / Pools (Altcoins) / Re: [Pool] - Coinotron --- LTC PPS 3%, Ethereum pool = Stratum, RBPPS, PPLNS on: March 28, 2016, 06:43:25 PM
Do you have any plans on adding a pool for expanse?
64  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.0.6 on: March 28, 2016, 05:33:52 PM
Hey Genoil, I get this error with ethminer and I dont know what could fix it

"Creating one big buffer for the DAG Allocating/mapping single buffer failed with: clCreateBuffer(-61). GPU can't allocate the DAG in a single chunk. Bailing. clEnqueueWriteBuffer(-38)"
Full DAG Loaded

I tried deleting the DAG but it created a new dag with the same issue

i`m getting same error since this morning. it worked fine for 2 weeks on windows 10. Trying to install windows 7 and re-run.
Found a solution
in the batch set
Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_SINGLE_ALLOC_PERCENT 95

tried you settings too and they`re not working for me.
try the official ethminer and

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_SINGLE_ALLOC_PERCENT 95
ethminer.exe --farm-recheck 333 -G -F ...your pool and account info --cl-local-work 256 --cl-global-work 16384

65  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.0.6 on: March 28, 2016, 05:26:15 PM
Hey Genoil, I get this error with ethminer and I dont know what could fix it

"Creating one big buffer for the DAG Allocating/mapping single buffer failed with: clCreateBuffer(-61). GPU can't allocate the DAG in a single chunk. Bailing. clEnqueueWriteBuffer(-38)"
Full DAG Loaded

I tried deleting the DAG but it created a new dag with the same issue

i`m getting same error since this morning. it worked fine for 2 weeks on windows 10. Trying to install windows 7 and re-run.
Found a solution
in the batch set
Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 95
setx GPU_SINGLE_ALLOC_PERCENT 95
66  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.0.6 on: March 28, 2016, 04:37:16 PM
Hey Genoil, I get this error with ethminer and I dont know what could fix it

"Creating one big buffer for the DAG Allocating/mapping single buffer failed with: clCreateBuffer(-61). GPU can't allocate the DAG in a single chunk. Bailing. clEnqueueWriteBuffer(-38)"
Full DAG Loaded

I tried deleting the DAG but it created a new dag with the same issue
67  Alternate cryptocurrencies / Pools (Altcoins) / Re: [Pool] - Coinotron --- LTC PPS 3%, Ethereum pool = Stratum, RBPPS, PPLNS on: March 26, 2016, 04:08:06 PM
FYI

We updated our website to be compatible with Ethereum EIP #55 Checksum address encoding
So now you can use ETH payout addresses that are encoded with checksum correction.

More info: https://www.reddit.com/r/ethereum/comments/470s3q/vitalik_made_a_very_clever_backwards_compatible/
Hello,I have some issue getting the eth from coinotron to my poloniex wallet,it is already over the minimum quantity and it hasnt transferred anything
68  Alternate cryptocurrencies / Mining (Altcoins) / Re: is there a lists of ethminer commands for bat file? or way to improve hashrate on: March 26, 2016, 03:41:42 PM
Did you read the provided documentation with mining program?  Usually there is a list of commands and an explantion of what they do.  Then it's a bit or trial and error fine tuning your setup to get it how you want it.
with the help command genoil suggested may e i get them all no?

Its a very old GPU, that's the most you will get out of that GPU.

AMD 7870 GHz in average get 13 but the 270x which are basically the same gpu get 14-15MH/s

12 MH/s is already very fast for the old 7870 card. You can try --cl-global-work 16384  --cl-local-work 64, maybe 2-5% increase.
16384 increased a bit some of the peaks(18MH peak to 22MH/s peak but thats it)
run ethminer --help for a full list of available command line options
thanks genoil i will check them
12 MH/s is already very fast for the old 7870 card. You can try --cl-global-work 16384  --cl-local-work 64, maybe 2-5% increase.
people can get 14MH/s with same clocks
http://62.212.74.86/~mining/list/amd/index.php?algo=eth

Also try bumping your memory and core clocks up I have a 270x which is basically a 7870 that I OC to 1200/1500 that averages about 16.5 MH/s using the global work flag
69  Alternate cryptocurrencies / Mining (Altcoins) / is there a lists of ethminer commands for bat file? or way to improve hashrate on: March 09, 2016, 11:42:34 PM
I would like to know if there is a list of commands like doge/ltc mining had with worksize,intensity,thread concurrency,etc

Or is there some way to earn performance by moding the bat file Or some driver mod or an os mod

my 7870 (1050/1250) is only getting 12MH/s it seems low

Im using win8.1 and latest ethminer with Crimson 15.12
70  Alternate cryptocurrencies / Altcoin Discussion / is there a lists of ethminer commands for bat file? or way to improve hashrate on: March 01, 2016, 01:48:04 PM
I would like to know if there is a list of commands like doge/ltc mining had with worksize,intensity,thread concurrency,etc

Or is there some way to earn performance by moding the bat file Or some driver mod or an os mod

my 7870 (1050/1250) is only getting 12MH/s it seems low

Im using win8.1 and latest ethminer with Crimson 15.12
71  Other / Beginners & Help / some doubts about block erupters blade on: November 11, 2013, 12:40:36 AM
I am thinking on buying one of these but how do they work? Do they come with power supply cables? Where they go connected?
Pages: « 1 2 3 [4]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!