Bitcoin Forum
May 24, 2024, 04:56:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 [171]
3401  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scrypt on: March 03, 2014, 12:07:43 AM
Tutorial for mining darkcoin on ubuntu 13.10 using ATI/AMD GPUs

After installing Ubuntu 13.10, download and install the latest AMD driver. Then enter the following at the terminal:

Code:
sudo apt-get install build-essential git libcurl4-gnutls-dev ncurses-dev git autoconf libtool curl libncurses-dev libcurl4-gnutls-dev -y

download linux opencl driver:
http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/
(scroll down to AMD-APP-SDK-v2.9-lnx64.tgz

cd ~/Downloads
tar -xvf AMD-APP-SDK-v2.9-lnx64.tgz
./Install-AMD-APP.sh

download the ADL SDK:
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/
cd ~/Downloads/
mkdir adl
mv ADL_SDK_6.0.zip adl
cd adl
unzip ADL_SDK_6.0.zip
cp include/*.h ~/sph-sgminer/ADL_SDK
[reboot]

cd ~
git clone  https://github.com/prettyhatemachine/sph-sgminer.git
cd sph-sgminer/
autoreconf -i
CFLAGS="-O2 -Wall -march=native"
./configure
make
./sgminer -k darkcoin -o stratum+tcp://yourpool.com:1234 -u username -p password -I 18 -w 128 --thread-concurrency 12800 -g 1

Hi mate, I returned my graphics card, I bought A Radeon 6670, installed in along with the drivers. I tried to follow your commands but I get an error message saying: cp: cannot stat ‘include/*.h’: No such file or directory

Any idea what's wrong?

I just want to say, and let me tell you, I've done it myself, you will never mine enough coins to pay for that card.  I bought 2 antminers 2 months ago when I first dove into cryptos, and I'll never see my money back on those, LOL.  Now, you might be like  me and want to learn above all else, that's cool too!  But if you want to make an investment, buy some bitcoin, then buy darkcoin, it will be a better investment, but if you're a gamer, the card can be used for that as well, so it's cool.

Finally, please someone correct me if I'm wrong,  think you still need a 64 bit system to mine dark???

Otherwise, after the above post, another user added this info:

If you run encrypted root, you'll be prompted with a framebuffer screen to input your password. Once you install these drivers, framebuffer will fail. It'll just be a blank screen and you'll wonder exactly how fucked you are because nothing is happening. Type your password blind, hit enter, everything is just fine...

Sorry, I forgot to note who that was  Huh


I'm currently mining DRK with my Radeon 6670 (not the fastest but it works) Smiley

I'll tell you in the morning how many coins I mine with it, I have a funny feeling it may take a while to get the £70 for my card back, lol. I didn't buy it to earm money, I bought it to learn how to mine, as I like to set challenges for myself, this one did make me scratch my head too.


I'm currently getting 350Kh with it,not sure if that is good?
3402  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scrypt on: March 02, 2014, 08:25:24 PM
Did you download the ADL SDK?

Did you extract the 3 header files and place them in ADL_SDK ?

Code:
-r--r--r-- 1 miner miner   950 Feb 23 02:39 adl_sdk.h
-r--r--r-- 1 miner miner 68766 Feb 23 02:39 adl_defines.h
-r--r--r-- 1 miner miner 87727 Feb 23 02:39 adl_structures.h

No I hadn't, but I have now, and I managed to get it running (sort of)

When I started sgminer i got the following errors:

20:19:44] Started sgminer 4.1.0-85-gccc7d
[20:19:47] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[20:19:47] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[20:19:47] Kernel darkcoin is experimental.
[20:21:29] Maximum buffer memory device 0 supports says 268435456
[20:21:29] Your scrypt settings come to 838860800
[20:21:29] Error -61: clCreateBuffer (padbuffer8), decrease TC or increase LG
[20:21:29] Failed to init GPU thread 0, disabling device 0
[20:21:29] Restarting the GPU from the menu will not fix this.
[20:21:29] Try restarting sgminer.
Press enter to continue:

Any Ideas?
3403  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scrypt on: March 02, 2014, 07:31:16 PM
Tutorial for mining darkcoin on ubuntu 13.10 using ATI/AMD GPUs

After installing Ubuntu 13.10, download and install the latest AMD driver. Then enter the following at the terminal:

Code:
sudo apt-get install build-essential git libcurl4-gnutls-dev ncurses-dev git autoconf libtool curl libncurses-dev libcurl4-gnutls-dev -y

download linux opencl driver:
http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/
(scroll down to AMD-APP-SDK-v2.9-lnx64.tgz

cd ~/Downloads
tar -xvf AMD-APP-SDK-v2.9-lnx64.tgz
./Install-AMD-APP.sh

download the ADL SDK:
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/
cd ~/Downloads/
mkdir adl
mv ADL_SDK_6.0.zip adl
cd adl
unzip ADL_SDK_6.0.zip
cp include/*.h ~/sph-sgminer/ADL_SDK
[reboot]

cd ~
git clone  https://github.com/prettyhatemachine/sph-sgminer.git
cd sph-sgminer/
autoreconf -i
CFLAGS="-O2 -Wall -march=native"
./configure
make
./sgminer -k darkcoin -o stratum+tcp://yourpool.com:1234 -u username -p password -I 18 -w 128 --thread-concurrency 12800 -g 1

Hi mate, I returned my graphics card, I bought A Radeon 6670, installed in along with the drivers. I tried to follow your commands but I get an error message saying: cp: cannot stat ‘include/*.h’: No such file or directory

Any idea what's wrong?
3404  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scrypt on: March 02, 2014, 01:33:50 PM
I wrote a step by step guide for setting up ubuntu 13.10 to mine DRK from a clean install. It's pretty much just copy-pasting commands. Should get you up and running relatively quickly:

https://bitcointalk.org/index.php?topic=421615.msg5446667#msg5446667

I'll take my card back, and swap it. Then I will try your guide. Thanks
3405  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scrypt on: March 02, 2014, 01:25:51 PM
Hi all, I managed to set up minerd to CPU to mine for DRK, but is is a waste of time (5 hours and nothing), so I bought a graphics card to up my hash rate, but I seem to be having issues?

cgminer doesn't seem to be detecting my card?

I'm running linux mint 32bit, my graphics card is an GeForce GT 610.

How do I set up AMD-APP-SDK for my card?

Is there a really good "noob" friendly guide to setting up my graphics card to mine on linux? (I love linux, but it can be a pain in the ass installing software).

Many thanks in advance for any info to help a noob miner out Smiley


Oh, the fun you're about to have... The best help I can give you is to buy some Ibuprophen and Caffeine before you get started. It's gonna suck... It took days to get my 7970 mining LTC. I haven't tried to mine DRK yet... Too many other things to do... I hope you don't have a job or friends, otherwise it's going to be  long time... :-p

That bad is it? Cry
3406  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DRK] DarkCoin | First Anonymous Coin (DarkSend) | No Premine | Runs 30% cooler than scrypt on: March 02, 2014, 12:58:33 PM
Hi all, I managed to set up minerd to CPU to mine for DRK, but is is a waste of time (5 hours and nothing), so I bought a graphics card to up my hash rate, but I seem to be having issues?

cgminer doesn't seem to be detecting my card?

I'm running linux mint 32bit, my graphics card is an GeForce GT 610.

How do I set up AMD-APP-SDK for my card?

Is there a really good "noob" friendly guide to setting up my graphics card to mine on linux? (I love linux, but it can be a pain in the ass installing software).

Many thanks in advance for any info to help a noob miner out Smiley
Pages: « 1 ... 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 [171]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!