G:\Ethereum\miner\eth>ethminer.exe -F http://eth-hk.dwarfpool.com:80/address/pc -G --opencl-platform 0 OpenCL device Cypress has insufficient GPU memory.1073741824 bytes of memory found < 1423739904 bytes of memory required Found suitable OpenCL device [Tahiti] with 3221225472 bytes of GPU memory miner 23:36:13|main Getting work package... miner 23:36:13|main Grabbing DAG for #7e7d8bef… miner 23:36:21|main Got work package: i 23:36:21| Loading full DAG of seedhash: #5a46dd85… miner 23:36:21|main Header-hash: 03eaa6993ce1acff66d959efd0255e335b6485c9820a2d4b7d06bf260a41cd14 miner 23:36:21|main Seedhash: 7e7d8bef9d86983accafa937aed08042391d6f435bc640e50a9c38927de9b299 miner 23:36:21|main Target: 0000000225c17d04dad2965cc5a02a23e254c0c3f75d9178046aeb27ce1ca574 i 23:36:21|gpuminer0 workLoop 0 #00000000… #7e7d8bef… i 23:36:21|gpuminer1 workLoop 0 #00000000… #7e7d8bef… i 23:36:21|gpuminer0 Initialising miner... i 23:36:21|gpuminer1 Initialising miner... miner 23:36:22|main Mining on PoWhash #03eaa699… : 0 H/s = 0 hashes / 0.5 s Using platform: AMD Accelerated Parallel Processing i 23:36:22| Full DAG loaded Using platform: AMD Accelerated Parallel Processing Using device: Tahiti(OpenCL 1.2 AMD-APP (1800.11)) Using device: Cypress(OpenCL 1.2 AMD-APP (1800.11)) miner 23:36:23|main Mining on PoWhash #03eaa699… : 0 H/s = 0 hashes / 1.602 s miner 23:36:24|main Mining on PoWhash #03eaa699… : 0 H/s = 0 hashes / 2.263 s Printing program log
Creating one big buffer for the DAG Loading single big chunk kernels Mapping one big chunk. miner 23:36:24|main Mining on PoWhash #03eaa699… : 0 H/s = 0 hashes / 2.933 s Creating buffer for header. Creating mining buffer 0 Creating mining buffer 1 miner 23:36:25|main Mining on PoWhash #03eaa699… : 3058346 H/s = 11010048 hashes / 3.6 s Printing program log
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) miner 23:36:26|main Mining on PoWhash #03eaa699… : 5796644 H/s = 24641536 hashes / 4.251 s miner 23:36:26|main Mining on PoWhash #03eaa699… : 7892048 H/s = 38797312 hashes / 4.916 s miner 23:36:27|main Mining on PoWhash #03eaa699… : 9446207 H/s = 52690944 hashes / 5.578 s miner 23:36:28|main Mining on PoWhash #03eaa699… : 10660354 H/s = 66584576 hashes / 6.246 s miner 23:36:28|main Mining on PoWhash #03eaa699… : 11663508 H/s = 80478208 hashes / 6.9 s miner 23:36:29|main Mining on PoWhash #03eaa699… : 12479746 H/s = 94371840 hashes / 7.562 s miner 23:36:30|main Mining on PoWhash #03eaa699… : 13143888 H/s = 108003328 hashes / 8.217 s miner 23:36:30|main Mining on PoWhash #03eaa699… : 13722499 H/s = 121896960 hashes / 8.883 s miner 23:36:31|main Mining on PoWhash #03eaa699… : 14230831 H/s = 135790592 hashes / 9.542 s miner 23:36:32|main Mining on PoWhash #03eaa699… : 14673485 H/s = 149684224 hashes / 10.201 s miner 23:36:32|main Mining on PoWhash #03eaa699… : 15061030 H/s = 163577856 hashes / 10.861 s miner 23:36:33|main Mining on PoWhash #03eaa699… : 15402837 H/s = 177471488 hashes / 11.522 s miner 23:36:34|main Mining on PoWhash #03eaa699… : 15703686 H/s = 191365120 hashes / 12.186 s miner 23:36:34|main Got work package: miner 23:36:34|main Header-hash: 4600b0f1da87952303378ff8d4933e8748cf5d55fa93715ba930982b106b621e miner 23:36:34|main Seedhash: 7e7d8bef9d86983accafa937aed08042391d6f435bc640e50a9c38927de9b299 miner 23:36:34|main Target: 0000000225c17d04dad2965cc5a02a23e254c0c3f75d9178046aeb27ce1ca574
PS : Your 1Gb card is probably the 5850. If you want to use another card, use the param --opencl-device 0 or --opencl-device 1 (that is what I use to mine with only one of my crossfired cards)
Comments
Help pls
When you tried to mine with one card, the log says that the card used has 1Gb RAM ... and the DAG file is 1,4Gb, so the file can't be loaded.
There is a project of ethminer that can only load a part of the DAG file :
du DAG : https://forum.ethereum.org/discussion/comment/17827/
PS : Your 1Gb card is probably the 5850.
If you want to use another card, use the param --opencl-device 0 or --opencl-device 1 (that is what I use to mine with only one of my crossfired cards)
thanks @th00ber
have you tried the Chunk miner to be able to mine with your 5850 ?
AFAIK the DAGapocolypse it was intended to prevent turned out to be a simulation error.