Pages:
Author

Topic: [ANN][BLC] Blakecoin Blake-256 for GPU/FPGA With Merged Mined Pools Stable Net - page 101. (Read 409571 times)

sr. member
Activity: 406
Merit: 250
Is BLC, PHO, or B on any exchanges? Figure XDQ isn't since it just started


They are all on the Atomic-Trade Exchange now.
newbie
Activity: 56
Merit: 0
Could some help me with setting up CUDAMiner? I followed the link to Github and I am not sure what to do with all of those files Smiley I was wondering if there is a download like you get with CGMiner with everything compiled?

Thanks,
Chris

Not a lot of info on Nvidia as I don't have a card to test here is the prebuilt cudaminer
http://cryptomining-blog.com/1998-download-the-latest-build-from-source-of-cudaminer-for-windows/



what --algo flag do I need to use when starting CUDAMiner?
--algo=blake
yeah, got it going but only getting 215 Mh/s on my 780Ti, figured I would get more than that Sad
215Mh/s seems a bit too low  Roll Eyes
Ask this guy for better settings:
finally got on. i couldnt get cuda miner to work properly for me =/ i am hasing at 2.5 gh/s with a 780 ti Smiley


Thank you!
full member
Activity: 182
Merit: 100
Could some help me with setting up CUDAMiner? I followed the link to Github and I am not sure what to do with all of those files Smiley I was wondering if there is a download like you get with CGMiner with everything compiled?

Thanks,
Chris

Not a lot of info on Nvidia as I don't have a card to test here is the prebuilt cudaminer
http://cryptomining-blog.com/1998-download-the-latest-build-from-source-of-cudaminer-for-windows/



what --algo flag do I need to use when starting CUDAMiner?
--algo=blake
yeah, got it going but only getting 215 Mh/s on my 780Ti, figured I would get more than that Sad
215Mh/s seems a bit too low  Roll Eyes
Ask this guy for better settings:
finally got on. i couldnt get cuda miner to work properly for me =/ i am hasing at 2.5 gh/s with a 780 ti Smiley
newbie
Activity: 56
Merit: 0
Is BLC, PHO, or B on any exchanges? Figure XDQ isn't since it just started
newbie
Activity: 56
Merit: 0
Could some help me with setting up CUDAMiner? I followed the link to Github and I am not sure what to do with all of those files Smiley I was wondering if there is a download like you get with CGMiner with everything compiled?

Thanks,
Chris

Not a lot of info on Nvidia as I don't have a card to test here is the prebuilt cudaminer
http://cryptomining-blog.com/1998-download-the-latest-build-from-source-of-cudaminer-for-windows/



what --algo flag do I need to use when starting CUDAMiner?
--algo=blake

yeah, got it going but only getting 215 Mh/s on my 780Ti, figured I would get more than that Sad
full member
Activity: 182
Merit: 100
Could some help me with setting up CUDAMiner? I followed the link to Github and I am not sure what to do with all of those files Smiley I was wondering if there is a download like you get with CGMiner with everything compiled?

Thanks,
Chris

Not a lot of info on Nvidia as I don't have a card to test here is the prebuilt cudaminer
http://cryptomining-blog.com/1998-download-the-latest-build-from-source-of-cudaminer-for-windows/



what --algo flag do I need to use when starting CUDAMiner?
--algo=blake
newbie
Activity: 56
Merit: 0
Can CGMiner be used with Nvidia cards?
full member
Activity: 182
Merit: 100
I've been using the cgminer-3.7-blake256.tar.gz version I downloaded from your site, but I did try building from source over the weekend following the instructions you linked to and I get up to the point where I enter

cp $adl1 ADL_SDK/

and get this response -

cp: missing destination file operand after ‘ADL_SDK/’


Seems like you dont have adl sdk installed, use this:
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/

I downloaded the zip file and after hunting around inside found Linux build instructions but they don't work for me. 

The instructions say "Without the makefile, the easiest way to build this is to run the following command:

gcc main.c –o adlutil –DLINUX –ldl –I ../include/ "

when I ran this I got the following:

gcc: error: –o: No such file or directory
gcc: error: adlutil: No such file or directory
gcc: error: –DLINUX: No such file or directory
gcc: error: –ldl: No such file or directory
gcc: error: –I: No such file or directory


Have to run a couple of errands; will check back later this afternoon. Thanks for the help.
You dont need to do any compiling here. Cgminer only needs the files in 'include' directory.
Just unzip that archive and follow the steps from https://bitcointalksearch.org/topic/m.6764336
newbie
Activity: 56
Merit: 0
Could some help me with setting up CUDAMiner? I followed the link to Github and I am not sure what to do with all of those files Smiley I was wondering if there is a download like you get with CGMiner with everything compiled?

Thanks,
Chris

Not a lot of info on Nvidia as I don't have a card to test here is the prebuilt cudaminer
http://cryptomining-blog.com/1998-download-the-latest-build-from-source-of-cudaminer-for-windows/



what --algo flag do I need to use when starting CUDAMiner?
hero member
Activity: 558
Merit: 500
I've been using the cgminer-3.7-blake256.tar.gz version I downloaded from your site, but I did try building from source over the weekend following the instructions you linked to and I get up to the point where I enter

cp $adl1 ADL_SDK/

and get this response -

cp: missing destination file operand after ‘ADL_SDK/’


Seems like you dont have adl sdk installed, use this:
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/

I downloaded the zip file and after hunting around inside found Linux build instructions but they don't work for me. 

The instructions say "Without the makefile, the easiest way to build this is to run the following command:

gcc main.c –o adlutil –DLINUX –ldl –I ../include/ "

when I ran this I got the following:

gcc: error: –o: No such file or directory
gcc: error: adlutil: No such file or directory
gcc: error: –DLINUX: No such file or directory
gcc: error: –ldl: No such file or directory
gcc: error: –I: No such file or directory


Have to run a couple of errands; will check back later this afternoon. Thanks for the help.
newbie
Activity: 56
Merit: 0
So I think I am all set with the merge mining now for BLC, PHO, B and XDQ.

Could anyone point me to a place that might have "best" settings for certain cards?

I am trying to find what might be best settings for R7 265 and Radeon HD 5850.

Thanks,
Chris
full member
Activity: 182
Merit: 100
I've been using the cgminer-3.7-blake256.tar.gz version I downloaded from your site, but I did try building from source over the weekend following the instructions you linked to and I get up to the point where I enter

cp $adl1 ADL_SDK/

and get this response -

cp: missing destination file operand after ‘ADL_SDK/’


Seems like you dont have adl sdk installed, use this:
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/
hero member
Activity: 558
Merit: 500
I've been trying to mine on the merged pools since this weekend and cannot get it to work.  I'm using the recommended version of cgminer on a Xubuntu PC that has never had problems mining anything else.  

I get no errors, and the machine is reporting ~2200 Mh/s average and the GPUs sound like they're working, but I get 0 accepts, 0 rejects, 0 WU etc.  I've tried all three pools and it just connects and runs but never actually seems to do anything. My worker also doesn't show up when viewing the pool's dashboard.
 
Any ideas?
Might be an issue with username.workername/password in your cgminer config.
If you post your scripts/config files it will be easier to solve the problem.

It's not the workname & password or I'd get an error, and I've quadruple-checked that info. Below is the latest version of the conf file:

 {
"pools" : [
    {
        "url" : "stratum+tcp://ny2.blakecoin.com:3334",
        "user" : "user.1",
        "pass" : "x"
    },
    {
        "url" : "stratum+tcp://la1.blakecoin.com:3334",
        "user" : "user.1",
        "pass" : "x"
    },
    {
        "url" : "stratum+tcp://eu3.blakecoin.com:3334",
        "user" : "user.1",
        "pass" : "x"
    }
],
"blake256" : true,

"api-allow" : "w:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"scan-time" : "30",
"thread_concurrency" : "8192",

"lookup-gap" : "2",
"intensity" : "12",
"gpu-engine" : "1025",
"gpu-fan" : "45-99",
"gpu-memclock" : "1365",
"temp-cutoff" : "95",
"temp-overheat" : "78",
"temp-target" : "65",
"auto-fan" : true,
"failover-only" : true,
"gpu-thread" : "1",
"log" : "5",
"queue" : "1",
"temp-hysteresis" : "3",
"kernel-path" : "/usr/local/bin",
"kernel": "blake256"
}
hero member
Activity: 558
Merit: 500
I've been trying to mine on the merged pools since this weekend and cannot get it to work.  I'm using the recommended version of cgminer on a Xubuntu PC that has never had problems mining anything else.  

I get no errors, and the machine is reporting ~2200 Mh/s average and the GPUs sound like they're working, but I get 0 accepts, 0 rejects, 0 WU etc.  I've tried all three pools and it just connects and runs but never actually seems to do anything. My worker also doesn't show up when viewing the pool's dashboard.
 
Any ideas?

I am not sure if anyone is else is running Xubuntu

did you try to build from source
https://bitcointalksearch.org/topic/m.6764336


I've been using the cgminer-3.7-blake256.tar.gz version I downloaded from your site, but I did try building from source over the weekend following the instructions you linked to and I get up to the point where I enter

cp $adl1 ADL_SDK/

and get this response -

cp: missing destination file operand after ‘ADL_SDK/’

full member
Activity: 182
Merit: 100
I've been trying to mine on the merged pools since this weekend and cannot get it to work.  I'm using the recommended version of cgminer on a Xubuntu PC that has never had problems mining anything else.  

I get no errors, and the machine is reporting ~2200 Mh/s average and the GPUs sound like they're working, but I get 0 accepts, 0 rejects, 0 WU etc.  I've tried all three pools and it just connects and runs but never actually seems to do anything. My worker also doesn't show up when viewing the pool's dashboard.
 
Any ideas?
Might be an issue with username.workername/password in your cgminer config.
If you post your scripts/config files it will be easier to solve the problem.
legendary
Activity: 1509
Merit: 1030
Solutions Architect
I've been trying to mine on the merged pools since this weekend and cannot get it to work.  I'm using the recommended version of cgminer on a Xubuntu PC that has never had problems mining anything else.  

I get no errors, and the machine is reporting ~2200 Mh/s average and the GPUs sound like they're working, but I get 0 accepts, 0 rejects, 0 WU etc.  I've tried all three pools and it just connects and runs but never actually seems to do anything. My worker also doesn't show up when viewing the pool's dashboard.
 
Any ideas?

I am not sure if anyone is else is running Xubuntu

did you try to build from source
https://bitcointalksearch.org/topic/m.6764336
hero member
Activity: 558
Merit: 500
I've been trying to mine on the merged pools since this weekend and cannot get it to work.  I'm using the recommended version of cgminer on a Xubuntu PC that has never had problems mining anything else.  

I get no errors, and the machine is reporting ~2200 Mh/s average and the GPUs sound like they're working, but I get 0 accepts, 0 rejects, 0 WU etc.  I've tried all three pools and it just connects and runs but never actually seems to do anything. My worker also doesn't show up when viewing the pool's dashboard.
 
Any ideas?
legendary
Activity: 1120
Merit: 1000
Uhm, there are currently only 2,614,995 BLC mined but the total is 7 Billion, is that correct?
legendary
Activity: 1509
Merit: 1030
Solutions Architect
Could some help me with setting up CUDAMiner? I followed the link to Github and I am not sure what to do with all of those files Smiley I was wondering if there is a download like you get with CGMiner with everything compiled?

Thanks,
Chris

Not a lot of info on Nvidia as I don't have a card to test here is the prebuilt cudaminer
http://cryptomining-blog.com/1998-download-the-latest-build-from-source-of-cudaminer-for-windows/

sr. member
Activity: 363
Merit: 250
getting a nice 12Gh/s on ny2 pool, good work guys!!  got cpuminer hashing but no yays! yet, is it worth cpumining it with such a big net hash rate?

cpuminer worker also not showing as active on the pool?

minerd.exe  -a blake -t 6 -s 2 -o stratum+tcp://ny2.blakecoin.com:3334 -u xxxx -p xxxx

am i doing something wrong guys?

Don't waste your power trying to cpu mine especially on the pools

only time to cpu mine is on release and then just solo mine not pools

the cpu miner is old and is not fixed for stratum and its only useful for solo anyways!

minerd.exe  -a blake -t 6 -s 2 -o stratum+tcp://ny2.blakecoin.com:3334 -u xxxx -p xxxx


The last I checked the pool wanted shares with a difficulty of 32 or higher. It could take a CPU a long time to find such a share.

ok, appreciate the advice, thanks am grateful for help Smiley
Pages:
Jump to: