Bitcoin Forum
July 01, 2024, 03:48:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][OIC] OILCOIN - R E A D MANIFEST - DRILLINGTIME: JAN 06, 2014. 5 PM EST on: January 07, 2014, 10:01:27 PM
Come on man! I want to see this show! Start this already!
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][OIC] OILCOIN - R E A D MANIFEST - DRILLINGTIME: JAN 06, 2014. 5 PM EST on: January 07, 2014, 08:46:07 PM
Allright, so this is the shitcoin the OP was talking about. I see what you have done there OP, very witty and self critical!

This is total and utter garbage and a waste of damn time. There is absolutely fuck all unique or even different about this shitcoin.

Yeah get in to this coin because of the name... Dude you could have done some most basic thinking and provided some miniscule innovation, but no.

FUCK YOU OP!
3  Alternate cryptocurrencies / Altcoin Discussion / Re: DOGECOIN POOL BETRAYAL TURN OFF YOUR MINERS HURRY!!! HASHFASTER STEALING COINS! on: December 20, 2013, 11:43:41 PM

You do realize it's a pump+dump and fun/joke coin that is and will not be tolerated seriously ever? Go tell police people stole your dogecoins who say wow??

DOGE was and IS a JOKE. Sadly I think people really think DOGE is something like Bitcoin and they invest in DOGE. Sadly this also makes Bitcoin look like a joke..doge...damnyou.

I realise that you dont realise that you talk nonsense. Bitcoin, is no better no worse than any other crypto out there, with the only difference is the choice of hashing algorithm SHA-256 vs scrypt. In fact technically bitcoin is an inferior currency compared to scrypt based one. Bottom line they are all copies of each other from same open source project. The only advantage of BTC is that it got adopted early. Guess what, technically its not much different to implement support for every crypto there for actual B2B transactions.

What is very off putting with BTC is the community and you are a great example of it rigid and elitist. Instead of progressing idea of crypto currencies all you do is to dis the others thinking you are somehow better.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: November 20, 2013, 02:32:21 PM
After having gone through the pain of compiling and configuring cudaminer for Linux I thought I should put a little how to help those with Linux machines.

My set up is default Xubuntu 12.04 straight out of the box.

You will need CUDA framework and NVIDIA graphics drivers installed. Drivers in most cases recognised and installed automatically so you should not have any problems with that. Also CUDA software is now fully supporting 12.04 version of Ubuntu, so you should not have any problems either.

For the cudaminer bit you will need to have some packages installed. In my case it was automake tools and curl library.

Here are the steps that I had to take in order to get mine working:

Note, you should get the source code from github https://github.com/cbuchner1/CudaMiner

Code:
1. sudo apt-get instsall automake
2. sudo apt-get install libcurl
3. autoreconf --install or try ./autoconf.sh
4. ./configure
5. make

If you having issues with nvcc, you need to add LD_LIBRARY_PATH to your profile:

From devtalk.nvidia.com:
Quote
In the file .bashrc in /home/username (in your home directory, google for what that is ..), add:
Code:
export LD_LIBRARY_PATH=/usr/local/cuda/lib
export PATH=$PATH:/usr/local/cuda/bin

You should be ready to launch your cudaminer.

I have Tesla C2075 and Quadro 600 both are Fermi architecture. Tesla C2075 is at device 0 location and Quadro 600 at device 1 location. Having played with some of the settings I recommend the following launch options:

Code:
./cudaminer -H 1 -d 0,1 -i 0,1 -l F56x16,F2x16 -C 2,2 -o your.stratum.server:port -O your_username.worker_name:worker_password

Here is my output:

Code:
[2013-11-20 15:30:35] Stratum detected new block
[2013-11-20 15:30:35] GPU #1: Quadro 600, 302080 hashes, 26.25 khash/s
[2013-11-20 15:30:35] GPU #0: Tesla C2075, 659456 hashes, 175.56 khash/s
[2013-11-20 15:30:50] GPU #1: Quadro 600, 400384 hashes, 26.25 khash/s
[2013-11-20 15:30:50] accepted: 419/419 (100.00%), 201.81 khash/s (yay!!!)
[2013-11-20 15:30:57] GPU #0: Tesla C2075, 4014080 hashes, 181.87 khash/s
[2013-11-20 15:30:57] accepted: 420/420 (100.00%), 208.13 khash/s (yay!!!)
[2013-11-20 15:30:59] GPU #0: Tesla C2075, 315392 hashes, 167.43 khash/s
[2013-11-20 15:30:59] accepted: 421/421 (100.00%), 193.69 khash/s (yay!!!)
[2013-11-20 15:31:01] GPU #0: Tesla C2075, 286720 hashes, 164.29 khash/s
[2013-11-20 15:31:01] accepted: 422/422 (100.00%), 190.54 khash/s (yay!!!)
[2013-11-20 15:31:05] GPU #0: Tesla C2075, 745472 hashes, 177.38 khash/s
[2013-11-20 15:31:05] accepted: 423/423 (100.00%), 203.64 khash/s (yay!!!)

Hope this helps someone.

Happy mining
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: November 19, 2013, 11:51:14 AM
Hey Chris,

Firstly, thank you for you work. I shall be sending you some LTC once I get some.

Secondly, before I finally managed to get it all working I had a few exceptions thrown at me when trying to autotune. I have a Tesla C2075 and Quadro 600 system. I managed to get the miner to work with the following switches:

Code:
-H 1 -d 0 -l 112x8 -i 0 -C 2

Is there are any way I can send you the error dumps?

So right now I am only using Tesla card, but wondering if I should utilise Quadro unit.

This is the result so far from Tesla:

Code:
[2013-11-19 12:41:30] GPU #0: Tesla C2075, 974848 hashes, 173.92 khash/s
[2013-11-19 12:41:36] GPU #0: Tesla C2075, 1003520 hashes, 174.13 khash/s
[2013-11-19 12:41:36] accepted: 128/128 (100.00%), 174.13 khash/s (yay!!!)
[2013-11-19 12:41:40] GPU #0: Tesla C2075, 831488 hashes, 173.10 khash/s
[2013-11-19 12:41:40] accepted: 129/129 (100.00%), 173.10 khash/s (yay!!!)
[2013-11-19 12:41:44] GPU #0: Tesla C2075, 688128 hashes, 171.85 khash/s
[2013-11-19 12:41:44] accepted: 130/130 (100.00%), 171.85 khash/s (yay!!!)
[2013-11-19 12:41:46] GPU #0: Tesla C2075, 286720 hashes, 161.59 khash/s
[2013-11-19 12:41:46] accepted: 131/131 (100.00%), 161.59 khash/s (yay!!!)
[2013-11-19 12:41:53] GPU #0: Tesla C2075, 1290240 hashes, 175.38 khash/s
[2013-11-19 12:41:54] accepted: 132/132 (100.00%), 175.38 khash/s (yay!!!)
[2013-11-19 12:42:12] GPU #0: Tesla C2075, 3354624 hashes, 177.52 khash/s
[2013-11-19 12:42:12] accepted: 133/133 (100.00%), 177.52 khash/s (yay!!!)
[2013-11-19 12:42:26] GPU #0: Tesla C2075, 2465792 hashes, 176.98 khash/s
[2013-11-19 12:42:26] accepted: 134/134 (100.00%), 176.98 khash/s (yay!!!)
[2013-11-19 12:42:40] GPU #0: Tesla C2075, 2379776 hashes, 176.88 khash/s
[2013-11-19 12:42:40] accepted: 135/135 (100.00%), 176.88 khash/s (yay!!!)
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: November 15, 2013, 01:53:08 PM
code taken from github or from .zip archive?


From zip from Mega. I didn't see any github links.

Edit:

Got it from github. Had to get a few tools and almost there. However having CUDA library installed its not included in the PATH variable and so far its being rather difficult exporting the $LD_LIBRARY_PATH to the correct location.

Got to love Linux...
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: November 15, 2013, 01:32:03 PM
Hey,

I am unable to compile the code on Xubuntu. I get the following error:

Code:
./configure.sh 
configure: error: cannot run /bin/bash ./config.sub

I have the libtool and automake libraries installed. I was unable to exectute the ./autogen.sh, however I was able to fix that using autoreconf --install.

Could someone who managed to compile the source on Linux give me a hand please or at least point out the possible cause.

Thanks a lot!
8  Other / Beginners & Help / cudaminer linux code compilation issue on: November 01, 2013, 02:48:59 PM
Has anyone tried compiling cudaminer under linux with some success?

I keep getting the following error when I run ./configure.sh

Code:
configure: error: cannot run /bin/bash ./config.sub

Thanks
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!