Author

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

hero member
Activity: 925
Merit: 1000
Can someone posts max speeds for Radeon 280x and 290?  I can reach 2,34Gh/s with 280x (MSI Gaming) and 3,06 with 290 (Sapphire).

My config is (2x280x + 1x290)

cgminer.exe --blake256 -o stratum+tcp://eu3.blakecoin.com:3334 -u Username.1 -p x -I 14 -g 2 --gpu-engine 1150,1150,1100 --gpu-memclock 750,750,625 --gpu-fan 65

Is there some optimized miner for Nvidia 750Ti already? What max hashrate can I reach with this card?
sr. member
Activity: 361
Merit: 250
i need any fpga working or nonworking shipping to uk
legendary
Activity: 1509
Merit: 1030
Solutions Architect
added another merged pool in LA
la1.blakecoin.com
legendary
Activity: 1509
Merit: 1030
Solutions Architect
full member
Activity: 182
Merit: 100
Would anyone be willing to help me through the steps of installing cgminer for Blake-256 on Ubuntu? I would be using 290s. If anyone could help me with this I would really appreciate it, I would even throw some BTC your way if I'm able to actually get it running.

P.S I already have the AMD drivers installed

Save and execute this script to install cgminer for blakecoin.
Code:
#!/bin/bash

# 1. install dependencies
sudo apt-get install autoconf automake pkg-config libncurses5-dev libtool m4 libcurl4-openssl-dev screen

# 2. get the source code
git clone https://github.com/kR105/cgminer.git cgminer_blake
cd cgminer_blake

# 3. copy the adl files
adl1=$(locate adl_defines.h | head -1)
adl2=$(locate adl_sdk.h | head -1)
adl3=$(locate adl_structures.h | head -1)
cp $adl1 ADL_SDK/
cp $adl2 ADL_SDK/
cp $adl3 ADL_SDK/

# 4. configure and compile
./autogen.sh
./configure --enable-opencl
make -j$(grep -c ^processor /proc/cpuinfo)

Use this script to start cgminer:
Code:
#!/bin/bash

export DISPLAY=:0      
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
                
CGMINER_PATH=/YOUR/CGMINER/PATH
CGMINER_CONFIG_PATH=/YOUR/CGMINER/CONFIG/PATH

# remove old bin files  
rm *.bin                
                        
# run cgminer for blakecoin
su YOURUSERNAME -c "screen -dmS minerblake $CGMINER_PATH/cgminer --config $CGMINER_CONFIG_PATH/blakecoin.conf"


Save this in ~/.cgminer/blakecoin.conf
Code:
{
        "pools": [
                {
                        "url": "stratum+tcp://eu3.blakecoin.com:3334",
                        "user": "YOURUSERNAME.WORKERNAME",
                        "pass": "YOUR PASSWORD"
                },
                {
                        "url": "stratum+tcp://ny2.blakecoin.com:3334",
                        "user": "YOURUSERNAME.WORKERNAME",
                        "pass": "YOUR PASSWORD"
                },
                {
                        "url": "stratum+tcp://blake.suprnova.cc:9999",
                        "user": "YOURUSERNAME.WORKERNAME",
                        "pass": "YOUR PASSWORD"
                }
        ],
        "blake256": true,
        "gpu-reorder": true,
        "device": "0,1,2",

        "intensity": "14",
        "gpu-threads": "1",

        "gpu-engine": "1150",
        "gpu-memclock": "1000",
        "gpu-powertune": "20",
        
        "gpu-fan": "0-100",
        "auto-fan" : true,
        "temp-cutoff": "95,95,95",
        "temp-overheat": "0,0,0",
        "temp-target": "75,75,75",
        "temp-hysteresis": "3",

        "expiry": "60",
        "queue": "50",
        "scan-time": "60",
        "shares": "0",
        "log": "5",

        "no-pool-disable": true,
        "no-submit-stale": true,
        "kernel-path": "/usr/local/bin",
        "kernel": "blake256",
}

You need to adjust CGMINER_PATH, CGMINER_CONFIG, YOURUSERNAME, YOURUSERNAME.WORKERNAME, YOUR PASSWORD and probably tweak some values in the cgminer config.

To show cgminer console you need to type:
Code:
screen -x minerblake
To exit it and leave cgminer running use CTRL+A and then press D
full member
Activity: 322
Merit: 100
Would anyone be willing to help me through the steps of installing cgminer for Blake-256 on Ubuntu? I would be using 290s. If anyone could help me with this I would really appreciate it, I would even throw some BTC your way if I'm able to actually get it running.

P.S I already have the AMD drivers installed
legendary
Activity: 1509
Merit: 1030
Solutions Architect
Is someone ddosing eu3 again? Its like the 2nd time i see it booted all the miners today.

Yes it is focused on wallet and pool code have made some changes been working to mitigate the attack most of the day  Cry
full member
Activity: 182
Merit: 100
Is someone ddosing eu3 again? Its like the 2nd time i see it booted all the miners today.
legendary
Activity: 1509
Merit: 1030
Solutions Architect
Dirac and AT are to be released both new coins no rebranding going on here

Blakecoin - BLC is here to stay  Cool
legendary
Activity: 1120
Merit: 1000
Is Dirac Coin a new coin that will be launched? Or just a rebranded Blakecoin?
legendary
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
legendary
Activity: 1509
Merit: 1030
Solutions Architect
How about this coin?Is it still alive?

yep alive and kicking especially with the Merged Mine Pools BLC+PHO+B+  Grin

http://eu3.blakecoin.com
http://ny2.blakecoin.com
newbie
Activity: 20
Merit: 0
How about this coin?Is it still alive?
legendary
Activity: 1509
Merit: 1030
Solutions Architect
Thanks BlueDragon747 now im mining Blakecoins!  Smiley. Im starting to like this coin , good dev

no problem if you get stuck or have any issue just let me know I will always try and help  Grin
newbie
Activity: 25
Merit: 0
Thanks BlueDragon747 now im mining Blakecoins!  Smiley. Im starting to like this coin , good dev
legendary
Activity: 1509
Merit: 1030
Solutions Architect
I was mining Myriadcoin with Myriad-Groestl but now i want to try Blakecoin someone can help telling me with the best miner and settings for a ATI 5850 please.

The default cgminer.conf that is included in any of the pools "Getting Started" is fine for that card can tweak the intensity to about 10, its a simple kernel not many extra options best thing to do is drop the memory clocks and raise the core clocks or just drop the memory and save some watts  Cool
newbie
Activity: 25
Merit: 0
I was mining Myriadcoin with Myriad-Groestl but now i want to try Blakecoin someone can help telling me with the best miner and settings for a ATI 5850 please.
sr. member
Activity: 274
Merit: 254
I managed to build the Photon-QT wallet for Linux, original post is in the Photon thread. You can get it here:
http://www.mediafire.com/download/v1zu1365c61tjak/photon-qt-v0.8.9.1-linux64.7z
legendary
Activity: 1509
Merit: 1030
Solutions Architect
I have the pools ready to go on all of them just waiting for wallets atm  Cool
Jump to: