Bitcoin Forum
May 17, 2024, 05:32:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
Author Topic: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA  (Read 82939 times)
clintar
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
August 14, 2014, 04:08:15 PM
 #201

I do keep getting this error and miner dying every once in a while

Code:
 [GPU0] error:  CL_INVALID_WORK_GROUP_SIZE

Command i'm running is
Code:
./minerd -a wildkeccak_ocl -o stratum+tcp://bbr.cncoin.farm:8888 -u [ADDRESS] -p x  -k http://bbr.farm/scratchpad.bin -l ~/scratchpad.bin
whyyk7
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
August 14, 2014, 05:15:13 PM
 #202

me too..
mbk
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile WWW
August 14, 2014, 07:53:14 PM
 #203

Fixed the bug. Binary release updated.
https://github.com/mbkuperman/cpuminer-multi-opencl

I do keep getting this error and miner dying every once in a while

Code:
 [GPU0] error:  CL_INVALID_WORK_GROUP_SIZE

Command i'm running is
Code:
./minerd -a wildkeccak_ocl -o stratum+tcp://bbr.cncoin.farm:8888 -u [ADDRESS] -p x  -k http://bbr.farm/scratchpad.bin -l ~/scratchpad.bin

Boolberry OpenCL solo miner - https://github.com/mbkuperman/boolberry-opencl
Boolberry OpenCL stratum pool miner - https://github.com/mbkuperman/cpuminer-multi-opencl
MBK's Boolberry pool - http://bbr.mbkpool.info
ans34
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
August 14, 2014, 08:48:33 PM
 #204

Looks like bad performance on 290x - about 1 Mh\s, same as 280x

And some issues with disconnects on different pools - every 20-40 seconds i get
Code:
[2014-08-14 23:55:56.143] Re-login, disconnecting...
[2014-08-14 23:55:56.144] Re-connect... and relogin...
clintar
Full Member
***
Offline Offline

Activity: 212
Merit: 100


View Profile
August 14, 2014, 11:19:52 PM
Last edit: August 15, 2014, 02:48:45 PM by clintar
 #205

Looks like bad performance on 290x - about 1 Mh\s, same as 280x

And some issues with disconnects on different pools - every 20-40 seconds i get
Code:
[2014-08-14 23:55:56.143] Re-login, disconnecting...
[2014-08-14 23:55:56.144] Re-connect... and relogin...
That's normal with these miners

Edti: Ok, I stand corrected. I assumed this was normal, but I guess this ISN'T supposed to be happening. I'm investigating this now.
mbk
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile WWW
August 15, 2014, 10:43:51 AM
 #206

OpenCL stratum miner
Added overall mining statistics to output:
efficiency - percentage of calculated hashes needed to get actual number of accepted shares by the pool
hashrate - session average mining hashrate

https://github.com/mbkuperman/cpuminer-multi-opencl

Boolberry OpenCL solo miner - https://github.com/mbkuperman/boolberry-opencl
Boolberry OpenCL stratum pool miner - https://github.com/mbkuperman/cpuminer-multi-opencl
MBK's Boolberry pool - http://bbr.mbkpool.info
vlad_kos
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
August 15, 2014, 12:37:45 PM
 #207

boolbd.exe --start-mining=1EWTcLRoExRgW****v6rVuZ --mining-threads=4


hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)

 Huh
hahaerer01
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
August 15, 2014, 03:05:28 PM
 #208

OpenCL stratum miner
Added overall mining statistics to output:
efficiency - percentage of calculated hashes needed to get actual number of accepted shares by the pool
hashrate - session average mining hashrate

https://github.com/mbkuperman/cpuminer-multi-opencl

Hello mbk。I run newest miner.

The first 5*270 computer display:
    [2014-08-15 22:37:28.067] [GPU3] Total device memory: 2048 MB
[2014-08-15 22:37:28.067] [GPU3] Maximum buffer size: 1791 MB
[2014-08-15 22:37:28.087] Creating the program: wild_keccak.cl, size 6653


The second 5*270 computer display:
   
    [2014-08-15 22:56:57.663] [GPU4] Total device memory: 2048 MB
[2014-08-15 22:56:57.663] [GPU4] Maximum buffer size: 1024 MB
[2014-08-15 22:56:57.698] Creating the program: wild_keccak.cl, size 6653

   Why the first computer buffer size is 1791m but another is 1024m?
mbk
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile WWW
August 15, 2014, 06:01:53 PM
 #209

It depends on driver, environment variables and system memory amount so I guess something's different in your systems. Anyway we don't use large GPU memory buffers so it doesn't matter at all. The code is from my other miner that used a lot of GPU memory.
OpenCL stratum miner
Added overall mining statistics to output:
efficiency - percentage of calculated hashes needed to get actual number of accepted shares by the pool
hashrate - session average mining hashrate

https://github.com/mbkuperman/cpuminer-multi-opencl

Hello mbk。I run newest miner.

The first 5*270 computer display:
    [2014-08-15 22:37:28.067] [GPU3] Total device memory: 2048 MB
[2014-08-15 22:37:28.067] [GPU3] Maximum buffer size: 1791 MB
[2014-08-15 22:37:28.087] Creating the program: wild_keccak.cl, size 6653


The second 5*270 computer display:
   
    [2014-08-15 22:56:57.663] [GPU4] Total device memory: 2048 MB
[2014-08-15 22:56:57.663] [GPU4] Maximum buffer size: 1024 MB
[2014-08-15 22:56:57.698] Creating the program: wild_keccak.cl, size 6653

   Why the first computer buffer size is 1791m but another is 1024m?

Boolberry OpenCL solo miner - https://github.com/mbkuperman/boolberry-opencl
Boolberry OpenCL stratum pool miner - https://github.com/mbkuperman/cpuminer-multi-opencl
MBK's Boolberry pool - http://bbr.mbkpool.info
mbk
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile WWW
August 15, 2014, 06:06:43 PM
 #210

It looks like miner doesn't work. You should look at miner initialization messages.
boolbd.exe --start-mining=1EWTcLRoExRgW****v6rVuZ --mining-threads=4


hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)

 Huh


Boolberry OpenCL solo miner - https://github.com/mbkuperman/boolberry-opencl
Boolberry OpenCL stratum pool miner - https://github.com/mbkuperman/cpuminer-multi-opencl
MBK's Boolberry pool - http://bbr.mbkpool.info
vlad_kos
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
August 15, 2014, 07:06:31 PM
 #211

It looks like miner doesn't work. You should look at miner initialization messages.
boolbd.exe --start-mining=1EWTcLRoExRgW****v6rVuZ --mining-threads=4


hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)
hr: 0, efficiency: 0% (shares 0/0, blocks 0/0)

 Huh

Code:
2014-Aug-15 22:58:53.102620 [P2P8]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2014-Aug-15 22:58:53.122620 Miner thread was started [0]
2014-Aug-15 22:58:53.137620 [miner 0][OCL 0/0] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.227620 Miner thread was started [1]
2014-Aug-15 22:58:53.242620 [miner 1][OCL 0/1] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.247620 [miner 1][OCL 0/1] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.257621 [miner 1][OCL 0/1] platform index must me between 0 and 4294967295
2014-Aug-15 22:58:53.322621 Miner thread was started [2]
2014-Aug-15 22:58:53.337621 [miner 2][OCL 0/2] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.342621 [miner 2][OCL 0/2] error:  CL_DEVICE_NOT_FOUND
2014-Aug-15 22:58:53.347621 [miner 2][OCL 0/2] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.352621 [miner 2][OCL 0/2] device index must me between 0 and 4294967295
2014-Aug-15 22:58:53.382621 [P2P9][62.201.213.25:10101 OUT] COMMAND_HANDSHAKE INVOKED OK
2014-Aug-15 22:58:53.387621 [P2P7]Connecting to 164.8.4.159:10101(white=0, last_seen: d1.h7.m9.s12)...
2014-Aug-15 22:58:53.422621 [P2P8]Mining has started with 4 threads, good luck!
2014-Aug-15 22:58:53.422621 Miner thread was started [3]
2014-Aug-15 22:58:53.442621 [miner 3][OCL 0/3] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.447621 [miner 3][OCL 0/3] error:  CL_DEVICE_NOT_FOUND
2014-Aug-15 22:58:53.452621 [miner 3][OCL 0/3] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.462621 [miner 3][OCL 0/3] device index must me between 0 and 4294967295
2014-Aug-15 22:58:53.497621 [P2P1][74.207.244.61:10101 OUT] SYNCHRONIZED OK
2014-Aug-15 22:58:53.962621 [miner 0][OCL 0/0] error:  CL_DEVICE_NOT_FOUND
2014-Aug-15 22:58:53.967622 [miner 0][OCL 0/0] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.972622 [miner 0][OCL 0/0] device index must me between 0 and 4294967295
2014-Aug-15 22:58:58.397628 [P2P7]Connect failed to 164.8.4.159:10101
2014-Aug-15 22:58:58.407628 [P2P7]Connecting to 91.156.103.205:10101(white=0, last_seen: d1.h3.m56.s46)...
2014-Aug-15 22:58:59.037629 [P2P4][91.156.103.205:10101 OUT] COMMAND_HANDSHAKE INVOKED OK
2014-Aug-15 22:58:59.052629 [P2P7]Connecting to 178.63.14.79:10101(white=0, last_seen: d0.h0.m0.s1)...
2014-Aug-15 22:58:59.227629 [P2P0][178.63.14.79:10101 OUT] COMMAND_HANDSHAKE INVOKED OK
2014-Aug-15 22:59:14.072650 Got control signal 2. Exiting without saving...
mbk
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile WWW
August 15, 2014, 09:42:58 PM
 #212

Try to change platform_index in miner_conf.json.
It looks like miner doesn't work. You should look at miner initialization messages.
Code:
2014-Aug-15 22:58:53.102620 [P2P8]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2014-Aug-15 22:58:53.122620 Miner thread was started [0]
2014-Aug-15 22:58:53.137620 [miner 0][OCL 0/0] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.227620 Miner thread was started [1]
2014-Aug-15 22:58:53.242620 [miner 1][OCL 0/1] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.247620 [miner 1][OCL 0/1] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.257621 [miner 1][OCL 0/1] platform index must me between 0 and 4294967295
2014-Aug-15 22:58:53.322621 Miner thread was started [2]
2014-Aug-15 22:58:53.337621 [miner 2][OCL 0/2] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.342621 [miner 2][OCL 0/2] error:  CL_DEVICE_NOT_FOUND
2014-Aug-15 22:58:53.347621 [miner 2][OCL 0/2] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.352621 [miner 2][OCL 0/2] device index must me between 0 and 4294967295
2014-Aug-15 22:58:53.382621 [P2P9][62.201.213.25:10101 OUT] COMMAND_HANDSHAKE INVOKED OK
2014-Aug-15 22:58:53.387621 [P2P7]Connecting to 164.8.4.159:10101(white=0, last_seen: d1.h7.m9.s12)...
2014-Aug-15 22:58:53.422621 [P2P8]Mining has started with 4 threads, good luck!
2014-Aug-15 22:58:53.422621 Miner thread was started [3]
2014-Aug-15 22:58:53.442621 [miner 3][OCL 0/3] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.447621 [miner 3][OCL 0/3] error:  CL_DEVICE_NOT_FOUND
2014-Aug-15 22:58:53.452621 [miner 3][OCL 0/3] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.462621 [miner 3][OCL 0/3] device index must me between 0 and 4294967295
2014-Aug-15 22:58:53.497621 [P2P1][74.207.244.61:10101 OUT] SYNCHRONIZED OK
2014-Aug-15 22:58:53.962621 [miner 0][OCL 0/0] error:  CL_DEVICE_NOT_FOUND
2014-Aug-15 22:58:53.967622 [miner 0][OCL 0/0] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.972622 [miner 0][OCL 0/0] device index must me between 0 and 4294967295
2014-Aug-15 22:58:58.397628 [P2P7]Connect failed to 164.8.4.159:10101
2014-Aug-15 22:58:58.407628 [P2P7]Connecting to 91.156.103.205:10101(white=0, last_seen: d1.h3.m56.s46)...
2014-Aug-15 22:58:59.037629 [P2P4][91.156.103.205:10101 OUT] COMMAND_HANDSHAKE INVOKED OK
2014-Aug-15 22:58:59.052629 [P2P7]Connecting to 178.63.14.79:10101(white=0, last_seen: d0.h0.m0.s1)...
2014-Aug-15 22:58:59.227629 [P2P0][178.63.14.79:10101 OUT] COMMAND_HANDSHAKE INVOKED OK
2014-Aug-15 22:59:14.072650 Got control signal 2. Exiting without saving...

Boolberry OpenCL solo miner - https://github.com/mbkuperman/boolberry-opencl
Boolberry OpenCL stratum pool miner - https://github.com/mbkuperman/cpuminer-multi-opencl
MBK's Boolberry pool - http://bbr.mbkpool.info
btc-mike (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
August 17, 2014, 05:58:06 PM
 #213

News Everybody!

I updated the first post of this thread to the current state. Let me know if any changes are required.

mike
vlad_kos
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
August 18, 2014, 10:15:00 AM
Last edit: August 18, 2014, 10:38:15 AM by vlad_kos
 #214

Try to change platform_index in miner_conf.json.
It looks like miner doesn't work. You should look at miner initialization messages.
Code:
2014-Aug-15 22:58:53.102620 [P2P8]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2014-Aug-15 22:58:53.122620 Miner thread was started [0]
2014-Aug-15 22:58:53.137620 [miner 0][OCL 0/0] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.227620 Miner thread was started [1]
2014-Aug-15 22:58:53.242620 [miner 1][OCL 0/1] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.247620 [miner 1][OCL 0/1] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.257621 [miner 1][OCL 0/1] platform index must me between 0 and 4294967295
2014-Aug-15 22:58:53.322621 Miner thread was started [2]
2014-Aug-15 22:58:53.337621 [miner 2][OCL 0/2] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.342621 [miner 2][OCL 0/2] error:  CL_DEVICE_NOT_FOUND
2014-Aug-15 22:58:53.347621 [miner 2][OCL 0/2] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.352621 [miner 2][OCL 0/2] device index must me between 0 and 4294967295
2014-Aug-15 22:58:53.382621 [P2P9][62.201.213.25:10101 OUT] COMMAND_HANDSHAKE INVOKED OK
2014-Aug-15 22:58:53.387621 [P2P7]Connecting to 164.8.4.159:10101(white=0, last_seen: d1.h7.m9.s12)...
2014-Aug-15 22:58:53.422621 [P2P8]Mining has started with 4 threads, good luck!
2014-Aug-15 22:58:53.422621 Miner thread was started [3]
2014-Aug-15 22:58:53.442621 [miner 3][OCL 0/3] start with kernel wild_keccak.cl, type 0
2014-Aug-15 22:58:53.447621 [miner 3][OCL 0/3] error:  CL_DEVICE_NOT_FOUND
2014-Aug-15 22:58:53.452621 [miner 3][OCL 0/3] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.462621 [miner 3][OCL 0/3] device index must me between 0 and 4294967295
2014-Aug-15 22:58:53.497621 [P2P1][74.207.244.61:10101 OUT] SYNCHRONIZED OK
2014-Aug-15 22:58:53.962621 [miner 0][OCL 0/0] error:  CL_DEVICE_NOT_FOUND
2014-Aug-15 22:58:53.967622 [miner 0][OCL 0/0] error:  CL_INVALID_VALUE
2014-Aug-15 22:58:53.972622 [miner 0][OCL 0/0] device index must me between 0 and 4294967295
2014-Aug-15 22:58:58.397628 [P2P7]Connect failed to 164.8.4.159:10101
2014-Aug-15 22:58:58.407628 [P2P7]Connecting to 91.156.103.205:10101(white=0, last_seen: d1.h3.m56.s46)...
2014-Aug-15 22:58:59.037629 [P2P4][91.156.103.205:10101 OUT] COMMAND_HANDSHAKE INVOKED OK
2014-Aug-15 22:58:59.052629 [P2P7]Connecting to 178.63.14.79:10101(white=0, last_seen: d0.h0.m0.s1)...
2014-Aug-15 22:58:59.227629 [P2P0][178.63.14.79:10101 OUT] COMMAND_HANDSHAKE INVOKED OK
2014-Aug-15 22:59:14.072650 Got control signal 2. Exiting without saving...

where is miner_conf.json in  boolberry-opencl-0.2.0.31d-windows-x64.zip

my video card r290
mbk
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile WWW
August 18, 2014, 04:04:40 PM
 #215

The same directory as blockchain database. For default location run
Code:
cd %APPDATA%\boolb

where is miner_conf.json in  boolberry-opencl-0.2.0.31d-windows-x64.zip

my video card r290

Boolberry OpenCL solo miner - https://github.com/mbkuperman/boolberry-opencl
Boolberry OpenCL stratum pool miner - https://github.com/mbkuperman/cpuminer-multi-opencl
MBK's Boolberry pool - http://bbr.mbkpool.info
vlad_kos
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
August 18, 2014, 07:47:28 PM
 #216

The same directory as blockchain database. For default location run
Code:
cd %APPDATA%\boolb

where is miner_conf.json in  boolberry-opencl-0.2.0.31d-windows-x64.zip

my video card r290

my miner_conf.json
Code:
{
  "current_extra_message_index": 0,
  "donation_decision": false,
  "donation_decision_made": false,
  "donation_descision": false
}
нeтy platform_index
mbk
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile WWW
August 18, 2014, 08:55:37 PM
 #217

OpenCL version uses extended config. Ordinary version overwrites it if you run it later and use the same directory. Use different directories if you need both versions. Look at command line options.
The same directory as blockchain database. For default location run
Code:
cd %APPDATA%\boolb

where is miner_conf.json in  boolberry-opencl-0.2.0.31d-windows-x64.zip

my video card r290

my miner_conf.json
Code:
{
  "current_extra_message_index": 0,
  "donation_decision": false,
  "donation_decision_made": false,
  "donation_descision": false
}
нeтy platform_index

Boolberry OpenCL solo miner - https://github.com/mbkuperman/boolberry-opencl
Boolberry OpenCL stratum pool miner - https://github.com/mbkuperman/cpuminer-multi-opencl
MBK's Boolberry pool - http://bbr.mbkpool.info
qaz6767
Full Member
***
Offline Offline

Activity: 151
Merit: 100


View Profile
August 28, 2014, 10:45:06 AM
 #218

Pomogite s nastroikoi!!! Karti 290 i 280x. Muchaus nichego ne poluchaetsya Sad
Spasibo zaranee
murders10
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 28, 2014, 02:21:57 PM
Last edit: August 28, 2014, 02:37:30 PM by murders10
 #219

hello everyone

having allot of discounts is it normal ?? i don't know it's from the pool or my connection !!??

Code:
[2014-08-28 15:16:40.118] Re-login, disconnecting...
[2014-08-28 15:16:40.119] Re-connect... and relogin...
[2014-08-28 15:16:40.174] thread 1: 262144 hashes, 939.12 kh/s
[2014-08-28 15:16:40.187] thread 0: 1835008 hashes, 935.28 kh/s
[2014-08-28 15:16:40.366] thread 2: 1835008 hashes, 937.19 kh/s

 What is your Operating System? 8.1
 What mining program? AMD
 When did you download the mining program? yesterday
 What GPU? r9 280x Sapphire Toxic
 What command are you using to run it?
minerd.exe -a wildkeccak_ocl -o stratum+tcp://bbr.cncoin.farm:8888 -u add -p x -k http://bbr.cncoin.farm/scratchpad.bin -l scratchpad.bin
tygarbyte
Sr. Member
****
Offline Offline

Activity: 300
Merit: 250

4mnth old Miner :-)


View Profile
August 28, 2014, 10:49:40 PM
 #220

Network hashrates gone up - i guess more miners finding out about the gpu miner.

I mine therefor I am Smiley - WIN : WcLLYcZfHQAMMVwiaAtMECZQh1YfCPw88g
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!