Pages:
Author

Topic: [BBR] Boolberry GPU Miner Discussion - AMD & Nvidia - OpenCL & CUDA - page 16. (Read 82970 times)

member
Activity: 81
Merit: 1002
It was only the wind.
Hey Wolf0, does the CL patches hash better for pools? Or are they still hashing 50% or less than solo still?

Nothing in the CL will help the stales and crap caused by HTTP mining. Simpleminer is garbage.

Will you give a try to implement it in the cpu multiminer?

I did, but it's REALLY dull work. I gave clintar the half-finished code, but he hasn't been able to figure it out yet...

Oh. So, the scratchpad part of BBR really is an annoying issue with implementing a stratum version of a gpu miner for it?

Oh, no, see the screenshot: https://ottrbutt.com/tmp/bbrcudaminer5.png

Stratum. It's just OpenCL that's the major pain.

Oh ok.

Has anyone try to use Mantle or is that exclusive to gaming coding only?

I'm no expert on Mantle, but as far as I can tell, it's pretty useless for compute.
hero member
Activity: 518
Merit: 500
Hey mbk, any status on making the miner stratum compatible? Maybe including fan speed control, temp status and gpu load status in the next miner.
hero member
Activity: 658
Merit: 500

4 card amd rig

boolbd.exe --start-mining=1K5BH.....rCLe9gxXF --mining-threads=4


boolbd.exe --start-mining=[address] --mining-threads=[n]

n - number of GPUs to use

Doesn't seem to be working though.

When I try 4 threads I get an error about CL_Name and platform index must be between 0 and some huge number.

Tried alter device index also, but still the same.

Only one gpu shown working in gpu-z

Do I need a certain version of driver maybe? I'm on 13.251 Catalyst 13.12

Ok, does this simply not work with multi-gpu rigs?

I've tried everything suggested plus a few ideas of my own and I just cannot get this to work with more than one card. I've also updated drivers which hasn't made the boolberry situation better, but has buggered up my other mining. Not impressed.

I see others here complaining of similar problems and they seem to be getting nowhere too.

Any clues, anyone?
member
Activity: 81
Merit: 1002
It was only the wind.
Hey Wolf0, does the CL patches hash better for pools? Or are they still hashing 50% or less than solo still?

Nothing in the CL will help the stales and crap caused by HTTP mining. Simpleminer is garbage.

Will you give a try to implement it in the cpu multiminer?

I did, but it's REALLY dull work. I gave clintar the half-finished code, but he hasn't been able to figure it out yet...

Oh. So, the scratchpad part of BBR really is an annoying issue with implementing a stratum version of a gpu miner for it?

Oh, no, see the screenshot: https://ottrbutt.com/tmp/bbrcudaminer5.png

Stratum. It's just OpenCL that's the major pain.
newbie
Activity: 24
Merit: 0
It's ok!  I have download the scratchpad.bin and run simpleminer getting 85% speed with solo.

But the usage of gpu is not good.
member
Activity: 87
Merit: 11
Start multiple instances having different --device parameters (--device 0, --device 1, etc).
What's the command you run? Anyway just specify path to scratchpad.bin you have write access to (ex. --local_scratchpad scratchpad.bin to store it in the same directory as miner).
can someone plz help, the gpu miner wont work across all my rigs, they all spit the same error.

2014-Aug-08 17:40:51.884195 [OCL 0/0] get Device Info
2014-Aug-08 17:40:51.886197 [OCL 0/0] create context
2014-Aug-08 17:40:51.887198 [OCL 0/0] create command queue
2014-Aug-08 17:40:51.985292 [OCL 0/0] init kernels
2014-Aug-08 17:40:52.213511 [OCL 0/0] allocate memory
2014-Aug-08 17:40:52.214512 [OCL 0/0] success
2014-Aug-08 17:40:52.215513 [OCL 0/0] using platform: AMD Accelerated Parallel P
rocessing
2014-Aug-08 17:40:52.217515 [OCL 0/0] using device:Tahiti
2014-Aug-08 17:40:52.218516 Local scratchpad cache (C:\Users\*****\AppData\
Local/Boolberry/scratchpad.bin) not found
2014-Aug-08 17:40:52.221518 Downloading remote scrathcpad from http://cncoin.far
m/scratchpad.bin...
2014-Aug-08 17:44:16.073205 Remote scratchpad downloaded, size 19159Kb
2014-Aug-08 17:44:16.075207 ERROR ..\..\src\miner\simpleminer.cpp:252[mining::si
mpleminer::init_scratchpad]Failed to store local scratchpad file to path C:\User
s\*****\AppData\Local/Boolberry/scratchpad.bin
2014-Aug-08 17:44:16.081213 ERROR ..\..\src\miner\simpleminer.cpp:320[mining::si
mpleminer::init]Failed to init scratchpad
2014-Aug-08 17:44:16.083214 Excessive failures.  Sleeping 10-ish seconds and res
tarting...

i use win 8.1, given the program admin rights.

just done that and now its working, how ever it only seems to want to use 1 card in a dual card rig.

Any help on this problem ?
member
Activity: 81
Merit: 1002
It was only the wind.
Hey Wolf0, does the CL patches hash better for pools? Or are they still hashing 50% or less than solo still?

Nothing in the CL will help the stales and crap caused by HTTP mining. Simpleminer is garbage.

Will you give a try to implement it in the cpu multiminer?

I did, but it's REALLY dull work. I gave clintar the half-finished code, but he hasn't been able to figure it out yet...
mbk
member
Activity: 106
Merit: 10
Start multiple instances having different --device parameters (--device 0, --device 1, etc).
What's the command you run? Anyway just specify path to scratchpad.bin you have write access to (ex. --local_scratchpad scratchpad.bin to store it in the same directory as miner).
can someone plz help, the gpu miner wont work across all my rigs, they all spit the same error.

2014-Aug-08 17:40:51.884195 [OCL 0/0] get Device Info
2014-Aug-08 17:40:51.886197 [OCL 0/0] create context
2014-Aug-08 17:40:51.887198 [OCL 0/0] create command queue
2014-Aug-08 17:40:51.985292 [OCL 0/0] init kernels
2014-Aug-08 17:40:52.213511 [OCL 0/0] allocate memory
2014-Aug-08 17:40:52.214512 [OCL 0/0] success
2014-Aug-08 17:40:52.215513 [OCL 0/0] using platform: AMD Accelerated Parallel P
rocessing
2014-Aug-08 17:40:52.217515 [OCL 0/0] using device:Tahiti
2014-Aug-08 17:40:52.218516 Local scratchpad cache (C:\Users\*****\AppData\
Local/Boolberry/scratchpad.bin) not found
2014-Aug-08 17:40:52.221518 Downloading remote scrathcpad from http://cncoin.far
m/scratchpad.bin...
2014-Aug-08 17:44:16.073205 Remote scratchpad downloaded, size 19159Kb
2014-Aug-08 17:44:16.075207 ERROR ..\..\src\miner\simpleminer.cpp:252[mining::si
mpleminer::init_scratchpad]Failed to store local scratchpad file to path C:\User
s\*****\AppData\Local/Boolberry/scratchpad.bin
2014-Aug-08 17:44:16.081213 ERROR ..\..\src\miner\simpleminer.cpp:320[mining::si
mpleminer::init]Failed to init scratchpad
2014-Aug-08 17:44:16.083214 Excessive failures.  Sleeping 10-ish seconds and res
tarting...

i use win 8.1, given the program admin rights.

just done that and now its working, how ever it only seems to want to use 1 card in a dual card rig.
sr. member
Activity: 520
Merit: 253
555
Releasing my CUDA miner, with stratum support. I also cleaned up a LOT of the awful cpuminer code - now only supports stratum and Wild Keccak.
Awesome! I've been reading enough about how the GTX 750 Ti makes its owner rich and handsome after bringing peace to Middle East, but I've been worried about the closed/private miner issue. I might actually give Nvidia a chance, though I still think AMD plays better with the open source ecosystem.
member
Activity: 81
Merit: 1002
It was only the wind.
Hey Wolf0, does the CL patches hash better for pools? Or are they still hashing 50% or less than solo still?

Nothing in the CL will help the stales and crap caused by HTTP mining. Simpleminer is garbage.
legendary
Activity: 882
Merit: 1000
What's the command you run? Anyway just specify path to scratchpad.bin you have write access to (ex. --local_scratchpad scratchpad.bin to store it in the same directory as miner).
can someone plz help, the gpu miner wont work across all my rigs, they all spit the same error.

2014-Aug-08 17:40:51.884195 [OCL 0/0] get Device Info
2014-Aug-08 17:40:51.886197 [OCL 0/0] create context
2014-Aug-08 17:40:51.887198 [OCL 0/0] create command queue
2014-Aug-08 17:40:51.985292 [OCL 0/0] init kernels
2014-Aug-08 17:40:52.213511 [OCL 0/0] allocate memory
2014-Aug-08 17:40:52.214512 [OCL 0/0] success
2014-Aug-08 17:40:52.215513 [OCL 0/0] using platform: AMD Accelerated Parallel P
rocessing
2014-Aug-08 17:40:52.217515 [OCL 0/0] using device:Tahiti
2014-Aug-08 17:40:52.218516 Local scratchpad cache (C:\Users\*****\AppData\
Local/Boolberry/scratchpad.bin) not found
2014-Aug-08 17:40:52.221518 Downloading remote scrathcpad from http://cncoin.far
m/scratchpad.bin...
2014-Aug-08 17:44:16.073205 Remote scratchpad downloaded, size 19159Kb
2014-Aug-08 17:44:16.075207 ERROR ..\..\src\miner\simpleminer.cpp:252[mining::si
mpleminer::init_scratchpad]Failed to store local scratchpad file to path C:\User
s\*****\AppData\Local/Boolberry/scratchpad.bin
2014-Aug-08 17:44:16.081213 ERROR ..\..\src\miner\simpleminer.cpp:320[mining::si
mpleminer::init]Failed to init scratchpad
2014-Aug-08 17:44:16.083214 Excessive failures.  Sleeping 10-ish seconds and res
tarting...

i use win 8.1, given the program admin rights.

just done that and now its working, how ever it only seems to want to use 1 card in a dual card rig.
mbk
member
Activity: 106
Merit: 10
What's the command you run? Anyway just specify path to scratchpad.bin you have write access to (ex. --local_scratchpad scratchpad.bin to store it in the same directory as miner).
can someone plz help, the gpu miner wont work across all my rigs, they all spit the same error.

2014-Aug-08 17:40:51.884195 [OCL 0/0] get Device Info
2014-Aug-08 17:40:51.886197 [OCL 0/0] create context
2014-Aug-08 17:40:51.887198 [OCL 0/0] create command queue
2014-Aug-08 17:40:51.985292 [OCL 0/0] init kernels
2014-Aug-08 17:40:52.213511 [OCL 0/0] allocate memory
2014-Aug-08 17:40:52.214512 [OCL 0/0] success
2014-Aug-08 17:40:52.215513 [OCL 0/0] using platform: AMD Accelerated Parallel P
rocessing
2014-Aug-08 17:40:52.217515 [OCL 0/0] using device:Tahiti
2014-Aug-08 17:40:52.218516 Local scratchpad cache (C:\Users\*****\AppData\
Local/Boolberry/scratchpad.bin) not found
2014-Aug-08 17:40:52.221518 Downloading remote scrathcpad from http://cncoin.far
m/scratchpad.bin...
2014-Aug-08 17:44:16.073205 Remote scratchpad downloaded, size 19159Kb
2014-Aug-08 17:44:16.075207 ERROR ..\..\src\miner\simpleminer.cpp:252[mining::si
mpleminer::init_scratchpad]Failed to store local scratchpad file to path C:\User
s\*****\AppData\Local/Boolberry/scratchpad.bin
2014-Aug-08 17:44:16.081213 ERROR ..\..\src\miner\simpleminer.cpp:320[mining::si
mpleminer::init]Failed to init scratchpad
2014-Aug-08 17:44:16.083214 Excessive failures.  Sleeping 10-ish seconds and res
tarting...

i use win 8.1, given the program admin rights.
member
Activity: 81
Merit: 1002
It was only the wind.
Man, I am tired. BBR miner is inching its way up, though - now mostly above 780 and hitting 790 - it was around 770 and hitting 780 since I implemented support for multiple GPUs:

https://ottrbutt.com/tmp/bbrcudaminer5.png
legendary
Activity: 882
Merit: 1000
can someone plz help, the gpu miner wont work across all my rigs, they all spit the same error.

2014-Aug-08 17:40:51.884195 [OCL 0/0] get Device Info
2014-Aug-08 17:40:51.886197 [OCL 0/0] create context
2014-Aug-08 17:40:51.887198 [OCL 0/0] create command queue
2014-Aug-08 17:40:51.985292 [OCL 0/0] init kernels
2014-Aug-08 17:40:52.213511 [OCL 0/0] allocate memory
2014-Aug-08 17:40:52.214512 [OCL 0/0] success
2014-Aug-08 17:40:52.215513 [OCL 0/0] using platform: AMD Accelerated Parallel P
rocessing
2014-Aug-08 17:40:52.217515 [OCL 0/0] using device:Tahiti
2014-Aug-08 17:40:52.218516 Local scratchpad cache (C:\Users\*****\AppData\
Local/Boolberry/scratchpad.bin) not found
2014-Aug-08 17:40:52.221518 Downloading remote scrathcpad from http://cncoin.far
m/scratchpad.bin...
2014-Aug-08 17:44:16.073205 Remote scratchpad downloaded, size 19159Kb
2014-Aug-08 17:44:16.075207 ERROR ..\..\src\miner\simpleminer.cpp:252[mining::si
mpleminer::init_scratchpad]Failed to store local scratchpad file to path C:\User
s\*****\AppData\Local/Boolberry/scratchpad.bin
2014-Aug-08 17:44:16.081213 ERROR ..\..\src\miner\simpleminer.cpp:320[mining::si
mpleminer::init]Failed to init scratchpad
2014-Aug-08 17:44:16.083214 Excessive failures.  Sleeping 10-ish seconds and res
tarting...

i use win 8.1, given the program admin rights.
newbie
Activity: 24
Merit: 0
Please help me!

I can't solo .So I mine in pool.    But the resault is:


2014-Aug-08 10:16:53.750857 Mining with 1 threads
2014-Aug-08 10:16:53.750857 [OCL 0/0] start with kernel wild_keccak.cl, type 0
2014-Aug-08 10:16:53.750857 [OCL 0/0] get Platform Info
2014-Aug-08 10:16:54.172760 [OCL 0/0] get Device Info
2014-Aug-08 10:16:54.172760 [OCL 0/0] create context
2014-Aug-08 10:16:54.172760 [OCL 0/0] create command queue
2014-Aug-08 10:16:54.219629 [OCL 0/0] init kernels
2014-Aug-08 10:16:54.610267 [OCL 0/0] allocate memory
2014-Aug-08 10:16:54.625892 [OCL 0/0] success
2014-Aug-08 10:16:54.625892 [OCL 0/0] using platform: AMD Accelerated Parallel P
rocessing
2014-Aug-08 10:16:54.625892 [OCL 0/0] using device:Pitcairn
2014-Aug-08 10:16:54.625892 Connecting bbr.cncoin.farm:1111....
2014-Aug-08 10:16:54.969669 Connected bbr.cncoin.farm:1111 OK
2014-Aug-08 10:16:55.329060 Getting scratchpad...
2014-Aug-08 10:19:00.365337 Failed to invoke http request to  /json_rpc
2014-Aug-08 10:19:00.380950 Failed to get scratchpad.  Disconnecting and retryin
g...


How can I do? thank you.


What OS?
What mining program?
Where did you get the mining program?
What GPU?
What command are you using to run it?


OS:win 8.1 64x
mining prog: boolberry-opencl-0.2.0.31d-windows-x64.zip
get from :https://github.com/mbkuperman/boolberry-opencl/releases
gpu: mis r9-270 2g
command:simpleminer --pool-addr bbr.cncoin.farm:1111 --login address  --pass x --mining-threads 1 --remote_scratchpad http://cncoin.farm/scratchpad.bin



sr. member
Activity: 342
Merit: 250
if you are using the latest simpleminer by mbkuperman you should have the argument --remote_scratchpad arg

so try...
./simpleminer --pool-addr bbr.cncoin.farm:1111 --login YOUR_WALLET_ADDRESS --pass x --mining-threads 1 --remote_scratchpad http://bbr.cncoin.farm/scratchpad.bin

if have 5gpu / rig
how can i do ?

because run 5 windows are slow

try --mining-threads 5
sr. member
Activity: 300
Merit: 250
4mnth old Miner :-)

4 card amd rig

boolbd.exe --start-mining=1K5BH.....rCLe9gxXF --mining-threads=4


boolbd.exe --start-mining=[address] --mining-threads=[n]

n - number of GPUs to use

Doesn't seem to be working though.

When I try 4 threads I get an error about CL_Name and platform index must be between 0 and some huge number.

Tried alter device index also, but still the same.

Only one gpu shown working in gpu-z

Do I need a certain version of driver maybe? I'm on 13.251 Catalyst 13.12

I'm currently running win8.1 and win2012 r2 14.7beta , each box has 2 x R9 290 Tri-x OC

hr on each box is 1972600

msi afterburner shows both gpu at 100%
sr. member
Activity: 397
Merit: 250
Please help me!

I can't solo .So I mine in pool.    But the resault is:


2014-Aug-08 10:16:53.750857 Mining with 1 threads
2014-Aug-08 10:16:53.750857 [OCL 0/0] start with kernel wild_keccak.cl, type 0
2014-Aug-08 10:16:53.750857 [OCL 0/0] get Platform Info
2014-Aug-08 10:16:54.172760 [OCL 0/0] get Device Info
2014-Aug-08 10:16:54.172760 [OCL 0/0] create context
2014-Aug-08 10:16:54.172760 [OCL 0/0] create command queue
2014-Aug-08 10:16:54.219629 [OCL 0/0] init kernels
2014-Aug-08 10:16:54.610267 [OCL 0/0] allocate memory
2014-Aug-08 10:16:54.625892 [OCL 0/0] success
2014-Aug-08 10:16:54.625892 [OCL 0/0] using platform: AMD Accelerated Parallel P
rocessing
2014-Aug-08 10:16:54.625892 [OCL 0/0] using device:Pitcairn
2014-Aug-08 10:16:54.625892 Connecting bbr.cncoin.farm:1111....
2014-Aug-08 10:16:54.969669 Connected bbr.cncoin.farm:1111 OK
2014-Aug-08 10:16:55.329060 Getting scratchpad...
2014-Aug-08 10:19:00.365337 Failed to invoke http request to  /json_rpc
2014-Aug-08 10:19:00.380950 Failed to get scratchpad.  Disconnecting and retryin
g...


How can I do? thank you.


if you are using the latest simpleminer by mbkuperman you should have the argument --remote_scratchpad arg

so try...
./simpleminer --pool-addr bbr.cncoin.farm:1111 --login YOUR_WALLET_ADDRESS --pass x --mining-threads 1 --remote_scratchpad http://bbr.cncoin.farm/scratchpad.bin

if have 5gpu / rig
how can i do ?

because run 5 windows are slow
member
Activity: 81
Merit: 1002
It was only the wind.
I tested amd driver must be 14.6

what version Nvidia driver will be ok?



Just use the latest.
sr. member
Activity: 342
Merit: 250
Please help me!

I can't solo .So I mine in pool.    But the resault is:


2014-Aug-08 10:16:53.750857 Mining with 1 threads
2014-Aug-08 10:16:53.750857 [OCL 0/0] start with kernel wild_keccak.cl, type 0
2014-Aug-08 10:16:53.750857 [OCL 0/0] get Platform Info
2014-Aug-08 10:16:54.172760 [OCL 0/0] get Device Info
2014-Aug-08 10:16:54.172760 [OCL 0/0] create context
2014-Aug-08 10:16:54.172760 [OCL 0/0] create command queue
2014-Aug-08 10:16:54.219629 [OCL 0/0] init kernels
2014-Aug-08 10:16:54.610267 [OCL 0/0] allocate memory
2014-Aug-08 10:16:54.625892 [OCL 0/0] success
2014-Aug-08 10:16:54.625892 [OCL 0/0] using platform: AMD Accelerated Parallel P
rocessing
2014-Aug-08 10:16:54.625892 [OCL 0/0] using device:Pitcairn
2014-Aug-08 10:16:54.625892 Connecting bbr.cncoin.farm:1111....
2014-Aug-08 10:16:54.969669 Connected bbr.cncoin.farm:1111 OK
2014-Aug-08 10:16:55.329060 Getting scratchpad...
2014-Aug-08 10:19:00.365337 Failed to invoke http request to  /json_rpc
2014-Aug-08 10:19:00.380950 Failed to get scratchpad.  Disconnecting and retryin
g...


How can I do? thank you.


if you are using the latest simpleminer by mbkuperman you should have the argument --remote_scratchpad arg

so try...
./simpleminer --pool-addr bbr.cncoin.farm:1111 --login YOUR_WALLET_ADDRESS --pass x --mining-threads 1 --remote_scratchpad http://bbr.cncoin.farm/scratchpad.bin
Pages:
Jump to: