Bitcoin Forum
June 16, 2024, 04:13:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 »
301  Economy / Services / Re: GPUMAX | The Bitcoin Mining Marketplace on: August 09, 2012, 06:16:46 PM
I'm currently getting public AND private work at the same time.


Load balancing since it has went into action I see that all the time, it only takes as much of your hashing power as it needs to do the work it has in the pipeline.
302  Economy / Computer hardware / Re: [WTS] 6xxx GPUs, MB, PSU on: August 06, 2012, 01:37:31 AM
Received.  On its way in the morning. Thanks.

Your welcome pleasure doing business with you.
303  Economy / Computer hardware / Re: [WTS] 6xxx GPUs, MB, PSU on: August 06, 2012, 01:25:18 AM
I need to get rid of these 6950's, anyone interested in all 3 at a discount?
Could be how much including the shipping to Nova Scotia, Canada via the USPS Priority Mail International.

2 x Unlocked Sapphire Dirt 3 edition 6950 + 1 XFX 6950 - no retail boxes or accessories.  $515 Shipped to Canada...  I might refund a little of shipping I'm basing this off a large international flat rate box. 

gnar1ta$ you'll have to quote this to make it a valid offer, it's your OP.

I can live with that, we'll wait for the quoting to consider it done then. PM me once that is done to finalize the deal.

Deal. PM on way.

Replied to TXID of the payment.

fbc63cc8d0afd9d5cba30acd47deafd85a264127b172abcdd755dc406cc2e2f6
304  Economy / Computer hardware / Re: [WTS] 6xxx GPUs, MB, PSU on: August 06, 2012, 01:01:27 AM
I need to get rid of these 6950's, anyone interested in all 3 at a discount?
Could be how much including the shipping to Nova Scotia, Canada via the USPS Priority Mail International.

2 x Unlocked Sapphire Dirt 3 edition 6950 + 1 XFX 6950 - no retail boxes or accessories.  $515 Shipped to Canada...  I might refund a little of shipping I'm basing this off a large international flat rate box. 

gnar1ta$ you'll have to quote this to make it a valid offer, it's your OP.

I can live with that, we'll wait for the quoting to consider it done then. PM me once that is done to finalize the deal.
305  Economy / Computer hardware / Re: [WTS] 6xxx GPUs, MB, PSU on: August 06, 2012, 12:15:36 AM
I need to get rid of these 6950's, anyone interested in all 3 at a discount?

Could be how much including the shipping to Nova Scotia, Canada via the USPS Priority Mail International.
306  Bitcoin / Bitcoin Technical Support / Re: Bitcoind on CentOS 5.6 64bit ($50 bounty) on: August 05, 2012, 11:26:17 AM
Do i read this correct, my path look like:

Code:
DEPSDIR=/home/bitcoin/Bitcoin/Deps
INCLUDEPATHS= -I"$(DEPSDIR)/include"
LIBPATHS= -L"$(DEPSDIR)/lib"

so I am supposed now to install glibc into /home/bitcoin/Bitcoin/Deps/lib right? Is it ok to just copy the devel files into the Deps/lib directory?

You could copy since that is a non-system directory but you really want the files where the system expects them to be so install the -devel package you need then any others that are not available as .rpm compile from source with the --prefix set, it may be --PREFIX= all capitals been a while.. Once you have done this for all the files needed you should be good to go one thing to pay attention to is when compiling make sure you get the correct version numbers most times it is good to go with the most recent version. And putting the Deps directory it is asking for in your normal user home directory (/home/username/Bitcoin/Deps) is better it is not a good idea to be compiling as root. Your example there should be better than the one you had before and I see it is a 64bit your going for if the Centos is as stupid as my mac pro for getting a proper 64bit bit or any other coin daemon for that matter then you may want to do this in the terminal window you are compiling in, to tell it you want the 64bit.

Code:
export CFLAGS="-arch x86_64"
export LDFLAGS="-arch x86_64"
307  Bitcoin / Bitcoin Technical Support / Re: Bitcoind on CentOS 5.6 64bit ($50 bounty) on: August 05, 2012, 04:18:04 AM
Code:
apt-get install glibc 
Reading Package Lists... Done
Building Dependency Tree... Done
glibc is already the newest version.
0 upgraded, 0 newly installed, 0 removed and 1 not upgraded.

its already installed ...


the full content of glib-devel is:

Code:
rpm2cpio glibc-devel-2.5-81.el5_8.1.x86_64.rpm | cpio -idmv
./usr/include/gnu/stubs-64.h
./usr/lib64/Mcrt1.o
./usr/lib64/Scrt1.o
./usr/lib64/crt1.o
./usr/lib64/crti.o
./usr/lib64/crtn.o
./usr/lib64/gcrt1.o
./usr/lib64/libBrokenLocale.a
./usr/lib64/libBrokenLocale.so
./usr/lib64/libanl.a
./usr/lib64/libanl.so
./usr/lib64/libbsd-compat.a
./usr/lib64/libbsd.a
./usr/lib64/libc.a
./usr/lib64/libc.so
./usr/lib64/libc_nonshared.a
./usr/lib64/libc_stubs.a
./usr/lib64/libcidn.so
./usr/lib64/libcrypt.a
./usr/lib64/libcrypt.so
./usr/lib64/libdl.a
./usr/lib64/libdl.so
./usr/lib64/libg.a
./usr/lib64/libieee.a
./usr/lib64/libm.a
./usr/lib64/libm.so
./usr/lib64/libmcheck.a
./usr/lib64/libnsl.a
./usr/lib64/libnsl.so
./usr/lib64/libnss_compat.so
./usr/lib64/libnss_dns.so
./usr/lib64/libnss_files.so
./usr/lib64/libnss_hesiod.so
./usr/lib64/libnss_nis.so
./usr/lib64/libnss_nisplus.so
./usr/lib64/libpthread.a
./usr/lib64/libpthread.so
./usr/lib64/libpthread_nonshared.a
./usr/lib64/libresolv.a
./usr/lib64/libresolv.so
./usr/lib64/librpcsvc.a
./usr/lib64/librt.a
./usr/lib64/librt.so
./usr/lib64/librtkaio.a
./usr/lib64/libthread_db.so
./usr/lib64/libutil.a
./usr/lib64/libutil.so
./usr/share/info/libc.info-1.gz
./usr/share/info/libc.info-10.gz
./usr/share/info/libc.info-11.gz
./usr/share/info/libc.info-2.gz
./usr/share/info/libc.info-3.gz
./usr/share/info/libc.info-4.gz
./usr/share/info/libc.info-5.gz
./usr/share/info/libc.info-6.gz
./usr/share/info/libc.info-7.gz
./usr/share/info/libc.info-8.gz
./usr/share/info/libc.info-9.gz
./usr/share/info/libc.info.gz

am i supposed to link now every .a file with -l or what?

No you are supposed to have that glibc-devel package install so the system can find the development files that are needed when compiling any other errors that require a missing file same with that package you need the -devel of it installed.

As well this part in your makefile.centos it is telling the system to look in other than system directories to find your required to compile files. You need to either remove the DEPSDIR environment variables from it to let it find the required files in/on your system or actually compile every individual package required from source installed in that directory. You would do that by using a ./configure --prefix=/root/Bitcoin/Deps when building the packages from source so when you do the make install step it puts the files in the directory you specify in the makefile.centos.

Code:

DEPSDIR=/root/Bitcoin/Deps


INCLUDEPATHS= -I"$(DEPSDIR)/include"
LIBPATHS= -L"$(DEPSDIR)/lib"
308  Economy / Service Discussion / Re: CaVirtex down, again? on: August 04, 2012, 02:33:08 AM
I think it's more serious. According to twitter, it was hacked, and they've lost $630,000+

http://twitter.com/#!/search/cavirtex

Twitter is just twitter - but an outage in the middle of the day certainly sounds fishy.

The platform might not be able to handle the volume. The exchange was really busy today.

Hopefully, it's not a "hack". Any word on how many coins were stolen?

It was up for me half an hour ago the same as it always was no notice posted on the news page so if it was hacked you would think there would have been something there.
309  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin Drops In Mining Profitability on: August 03, 2012, 07:56:12 PM
BTC: 450MH/s = 0.222BTC/day

LTC: .45MH/s = 43.391LTC/day = ~0.220BTC/day at last price

Speculators what are you thinking? The price will continue to drop? It will shoot up and you will make a lot? Just curious is all.

It is even less than that the best I can get out of most of my machines is ~90% in Kh/s as compared to what it will do in Mh's mining BTC. Then you leave out the 5-15% I have measured for extra power used by mining LTC depending on the cards in the machine. In short most of the claims as to profitability are over estimated caused in part by the bad math so common around here..
310  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: August 02, 2012, 04:27:52 PM
2x5970, gets me 1388 kH/s, 347Kh/s per core with these parameters :
--scrypt --thread-concurrency 8000 --intensity 18 --lookup-gap 2 --gpu-threads 2 --gpu-memclock 1050 --gpu-engine 750 --auto-fan --auto-gpu --temp-target 81 --worksize 256

Stales at ~1-3% depending on how fast the network is running as most of them come on the new blocks.

Got cgminer isn't responding. What's your driver version ?

Ubuntu 11.04 12.6 display driver SDK 2.7.
311  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: August 02, 2012, 08:28:40 AM
That means the settings aren't at best. Play with it, try lower concurrencys and higher ones. The settings won't be the same as reaper. Try other worksizes.

2x5970, got 1022 kH/s with this parameter :
--scrypt --thread-concurrency 6144 --intensity 13 --lookup-gap 2 --gpu-threads 1 --gpu-memclock 1100 --gpu-engine 775 --auto-fan --temp-target 75 --worksize 256

Still less than 1.2 MH/s from reaper with the same configuration.
But temperature so far is good, better than reaper's temperature.

EDIT : Got 1.2 MH/s with intensity 15
I'm afraid to raise intensity because of the warning in readme : "Intensities over 13 start writing over the same ram and it is highly dependent on the GPU, but they can start actually DECREASING your hashrate, or even worse, start producing garbage with rejects skyrocketing."

EDIT 2 : Still fluctuating, now at 1.0 MH/s average.

2x5970, gets me 1388 kH/s, 347Kh/s per core with these parameters :
--scrypt --thread-concurrency 8000 --intensity 18 --lookup-gap 2 --gpu-threads 2 --gpu-memclock 1050 --gpu-engine 750 --auto-fan --auto-gpu --temp-target 81 --worksize 256

Stales at ~1-3% depending on how fast the network is running as most of them come on the new blocks.
312  Other / Beginners & Help / Re: Need help getting CGMiner running on linux. "Unable to open diablo120724.cl" on: August 01, 2012, 02:28:42 AM
Well it worked for a day..
Getting the same message again.

"Unable to open diablo120724.cl"

I have tried recompiling to no success.
#locate diablo120724.cl shows that it's where it's supposed to be.  /usr/bin/diablo120724.cl the same directory as cgminer.

I put both in the already mentioned /usr/local/bin and it works all the time.
313  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.6.1 on: July 30, 2012, 09:00:37 PM
Hi!

 For my two 5870 @ 930 / 1300, I'm getting:

 GPU_USE_SYNC_OBJECTS=1 DISPLAY=:0 ./cgminer/cgminer --scrypt -o http://MY_IP:9327 -u ltc5870.2 -p X --shaders 1600 -I 17

 ~300kH from each

 NiceIf I run with: GPU_MAX_ALLOC_PERCENT=100, I see:

Code:
[2012-07-30 16:21:05] Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[2012-07-30 16:21:05] GPU 1 failure, disabling!

 GPU0 seems to work with GPU_MAX_ALLOC_PERCENT...

 Any better setup for 5870s?! On top on Ubuntu 12.04 64 bits, Catalyst 12.6 and SDK v2.6.

Tks!
Thiago

Clocks are too high I had similar until I started playing around after noticing a 5850 of mine that will only go to a core of 765 was getting the same Kh/s as my 5870s high clocked so now I use 770,1050 and get 356Kh/s on Ubuntu 11.04 64 bits, Catalyst 12.6 and SDK v2.7. Oh and forget the --shaders it does not give you the correct .bin file used it is always lower than if using --thread-concurrency 8000,8000 in your case which will give you a 8000.bin file used as opposed to on my install somewhere in the 7000s.bin it was using with the --shaders. The startup file I use below the 5850s seem to like 8192 as opposed to the 7200 it should be for 5x shaders that seems to be the sweet spot for all my other cards this on the new 2.6.1 code I have the pools set in the .cgminer.conf. The -I 18 gives me the same amount of stales as the -I 17 does but get a few more kh/s out of the cards 19 or 20 give a little higher speeds but results in double or triple the stales respectively so in the end leave you with a lesser overall effective speed.

Code:
cat ltc.sh 
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export DISPLAY=:0

~/cgminer-ltc --scrypt --worksize 256,256,256 --thread-concurrency 8000,8000,8192 --vectors 4,4,4 --gpu-threads 2 -I 18,18,18 -g 1 --auto-fan --auto-gpu  --temp-target 81


My method for getting the most from the cards.

1. Start with --thread-concurrency at 4x and 5x shaders with an 8192 thrown in to see what gets you the fastest speed.
2. Move onto the core clock raising it up/down until you get the fastest kh/s the core is usually always lower than what you think it should be.
3. Now on to the memory clock raising it up/down until you find the sweet spot that gives you your total highest speed you will get, this again is usually lower than you think it should be on an over clock.
4. Play around some more after you have what you think is the highest speeds as sometimes that extra/lesser core/memory 5-10mhz will find a new sweet spot for you resulting in an extra 5-10Kh/s. Always go with an ending number of 0 or 5 as the others seem to screw things up.
314  Other / Beginners & Help / Re: Need help getting CGMiner running on linux. "Unable to open diablo120724.cl" on: July 30, 2012, 06:41:44 AM


[2012-07-29 21:50:04] Long-polling activated for http://mine1.btcguild.com:8332
/LP/
 [2012-07-29 21:50:04] Unable to open diablo120724.cl or ./diablo120724.cl for r
eading
 [2012-07-29 21:50:04] Failed to init GPU thread 0, disabling device 0

Anybody ever run into a similar problem?


Yes I have. It cannot find the file so copy the file from the source folder of cgminer to the current directory you are running the binary from or to /usr/local/bin if you have that location set in your cgminer.conf, also I think I have read somewhere you can use -k /path/to/diablo120724.cl to tell it where to find the file it needs.
315  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows 2.5.0 on: July 23, 2012, 12:52:05 AM
The modprobe command did not fix it. Running "sudo usermod -a -G dialout USERNAME" did fix it, though. I don't know what this command does, but ostensibly it gives my user account access to this computers virtual serial ports?

The dialout group gives you full access to the serial ports as normal user using that command added you to that group, it was/still is used for modems among other serial devices.
316  Alternate cryptocurrencies / Altcoin Discussion / Re: LAST DAY OF SC TRADING ON BTC-E EXCHANGE!!!! on: July 19, 2012, 08:28:50 PM
Why would someone buy SC now?

Why should have anybody bought SC in the first place?
There's a sucker born every minute.

Edit: Are there any exchanges left where SC is traded or was btc-e the last one?

https://vircurex.com/welcome/index?base=btc&alt=sc
317  Other / Archival / Re: International Shipping. on: July 15, 2012, 03:17:28 AM
I have experience with shipping from Canada to the USA.. I have never had any problems with my receivers getting customs/brokerage or taxed on their items.


I received a few GPU's from a American Sender, I chose UPS as my shipping company to learn they charged me nearly $40 on a item with a $40 claimed value.....


I am wondering if anyone knows any tricks or way to get around these fee's..


My father (avid ebayer) says to always use Canadapost or USPS in most cases. and keep value as low as possible....




I spoke to a supervisor @ UPS to have my $40 brokerage/customs fees down to taxes only $5.30.... I was told by her that all Computer hardware receives these taxes....


Any experience or tips from any members in this great community


UPS will charge you the rip-off $30+ brokerage fee for any parcel except through companies like Newegg who have an arrangement with them not to charge the fee, Canada Post FYI charges $8 and Fedex/Purolator somewhere around $20. So go USPS Priority Mail International anytime you can most times I never pay brokerage+tax perhaps 20% of the time I pay and if getting something from Hong Kong for instance I have never been charged coming from there.

Not to mention the shipping back to sender after 3 attempts, and no means to tell them to keep the item for pickup after it has been sent.. 

I have found calling the 800 number they provide on their website solves that...
318  Economy / Services / Re: GPUMAX | The Bitcoin Mining Marketplace on: July 14, 2012, 03:08:25 AM
I hope you soon realize how crazy you sound.

"heavily involved" includes you. Roll Eyes

Let me just spell it out more clearly.

Is it possible that gpumax payments primarily stem from BS&T deposits? Or would you guys notice that and can you rule it out somehow?

I'm not involved at all and I don't think people care one little bit where the btc comes from that pays for our shares.
319  Economy / Services / Re: GPUMAX | The Bitcoin Mining Marketplace on: February 12, 2012, 04:32:41 AM
From the same post:
Our system is load balanced and based on the hostname.

You have to add it to your hosts file, access by IP won't work.  Alternatively, you can use public dns as someone else suggested.  I'm trying to help you here... you don't have to be an ass.

Well you will have to tell that to Apple an IP works to access the website and in linux just fine as well no damn windows BS here. Oh and I already use Google for my dns.
320  Economy / Services / Re: GPUMAX | The Bitcoin Mining Marketplace on: February 12, 2012, 04:23:29 AM
...snip...
setup your hosts file to direct gpumax.com to the correct IP address
...snip...

That is your solution.  It was 1 page back, before you made yourself an obvious troll target.  Now, please either fix your own problem, or stop posting in this thread.

And as I said using the IP that he finally gave out days after the change had no effect so the pool or whatever the fuck it is is still broken using an IP for the server so I did try to fix the problem if you had read my response instead of trolling.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!